Browse Source

含税价

devlop
邓雄飞 4 years ago
parent
commit
082d47f9be
3 changed files with 5 additions and 5 deletions
  1. 4
      env/index.js
  2. 4
      pages/add-paper/index.vue
  3. 2
      pages/paper-detail/index.vue

4
env/index.js

@ -1,8 +1,8 @@
/**
* @description 唯一环境变量
*/
// const env = 'test'
const env = 'test'
// const env = 'dev'
const env = 'production'
// const env = 'production'
export default env

4
pages/add-paper/index.vue

@ -139,7 +139,7 @@
<view class="paper-price-item">
<view class="label">
<uni-icons custom-prefix="iconfont" type="icon-required" size="14" color="#F5222D"></uni-icons>
<text class="label_text">账期售价</text>
<text class="label_text">含税价格</text>
</view>
<view class="label_value flex">
<qn-easyinput
@ -148,7 +148,7 @@
v-model="item.listPrice"
:inputBorder="false"
text="right"
placeholder="请输入账期售价"
placeholder="请输入含税价格"
></qn-easyinput>
<view class="paper-price-title text-left">/{{ item.stockUnit === 1 ? '张' : '吨' }}</view>
</view>

2
pages/paper-detail/index.vue

@ -33,7 +33,7 @@
<!-- 表头行 -->
<uni-tr class="paper-table-title">
<uni-th align="left" width="55">克重</uni-th>
<uni-th align="left" width="65"></uni-th>
<uni-th align="left" width="65">含税单</uni-th>
<uni-th align="left" width="65">库存</uni-th>
<uni-th align="left" width="75">是否特价</uni-th>
</uni-tr>

Loading…
Cancel
Save