|
|
@@ -32,13 +32,13 @@
|
|
|
</tui-list-cell>
|
|
|
|
|
|
<tui-list-cell class="line-cell" :hover="false" :arrow="false" v-if="form.fromType == 3">
|
|
|
- <view class="tui-title">付款类型</view>
|
|
|
- <button @tap="form.hasPay = 1" class="admin-button-com middle" :class="form.hasPay == 1 ? 'blue' : 'default'">已付款</button>
|
|
|
+ <view class="tui-title">收款方式</view>
|
|
|
+ <button @tap="form.hasPay = 1" class="admin-button-com middle" :class="form.hasPay == 1 ? 'blue' : 'default'">已收款</button>
|
|
|
<button @tap="form.hasPay = 2" class="admin-button-com middle" :class="form.hasPay == 2 ? 'blue' : 'default'">记欠款</button>
|
|
|
</tui-list-cell>
|
|
|
|
|
|
<tui-list-cell class="line-cell" :arrow="true" v-if="form.hasPay == 1 && form.fromType == 3">
|
|
|
- <view class="tui-title">付款方式</view>
|
|
|
+ <view class="tui-title">收款渠道</view>
|
|
|
<picker mode="selector" :value="form.payWay" :range="payWayList" range-key="name" @change="payWayChange" class="tui-input" >
|
|
|
<input v-model="form.payWay" name="payWay" type="text" hidden />
|
|
|
<view style="padding:6upx 0 6upx 0;">{{payWayList[payWayindex].name}}</view>
|
|
|
@@ -109,7 +109,7 @@ export default {
|
|
|
},
|
|
|
goodsPrice:'',
|
|
|
payWayindex:0,
|
|
|
- payWayList:[{name:"微信",id:0},{name:"支付宝",id:1},{name:"现金",id:4},{name:"银行卡",id:5}],
|
|
|
+ payWayList:[{name:"本机微信",id:0},{name:"支付宝",id:1},{name:"现金",id:4},{name:"银行卡",id:5}],
|
|
|
plantClassData:[],
|
|
|
categorySelectedData:{},
|
|
|
currentImgData:[],
|