|
@@ -137,8 +137,13 @@
|
|
|
</tui-list-cell>
|
|
</tui-list-cell>
|
|
|
|
|
|
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
|
- <view class="tui-title ">打包费</view>
|
|
|
|
|
- <input v-model="form.packCost" @focus="form.packCost=''" placeholder-class="phcolor" class="tui-input" name="packCost" placeholder="打包费" type="digit" />
|
|
|
|
|
|
|
+ <view class="tui-title ">消费不足</view>
|
|
|
|
|
+ <input v-model="form.lackExpend" @focus="form.lackExpend=''" placeholder-class="phcolor" class="tui-input" name="lackExpend" placeholder="消费不足多少需要包装费" type="digit" />
|
|
|
|
|
+ </tui-list-cell>
|
|
|
|
|
+
|
|
|
|
|
+ <tui-list-cell class="line-cell" :hover="false">
|
|
|
|
|
+ <view class="tui-title ">包装费</view>
|
|
|
|
|
+ <input v-model="form.packCost" @focus="form.packCost=''" placeholder-class="phcolor" class="tui-input" name="packCost" placeholder="包装费" type="digit" />
|
|
|
</tui-list-cell>
|
|
</tui-list-cell>
|
|
|
|
|
|
|
|
<tui-list-cell class="line-cell remark-wrap" :hover="false">
|
|
<tui-list-cell class="line-cell remark-wrap" :hover="false">
|
|
@@ -199,6 +204,7 @@ export default {
|
|
|
mobile: '',
|
|
mobile: '',
|
|
|
telephone:'',
|
|
telephone:'',
|
|
|
packCost:0,
|
|
packCost:0,
|
|
|
|
|
+ lackExpend:9,
|
|
|
img: [],
|
|
img: [],
|
|
|
allowDebt:0,
|
|
allowDebt:0,
|
|
|
allowDebtAmount:5000,
|
|
allowDebtAmount:5000,
|