|
|
@@ -23,17 +23,17 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
- <view class="select-item_box">
|
|
|
- <view class="title">开单人</view>
|
|
|
+ <view class="select-item_box" v-if="form.hasPay == 1 && form.payWay == 0">
|
|
|
+ <view class="title">收款账号</view>
|
|
|
<view class="item-list_box">
|
|
|
- <view :key="item.id" @tap="changeShopAdminId(item)" v-for="item in shopAdminIdList" :class="[form.shopAdminId===item.id?'active':'']"> {{item.name}} </view>
|
|
|
+ <view :key="item.id" @tap="changeGetStaff(item)" v-for="item in getStaffList" :class="[form.getStaffId===item.id?'active':'']"> {{item.name}} </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
- <view class="select-item_box" v-if="form.hasPay == 1 && form.payWay == 0">
|
|
|
- <view class="title">收款账号</view>
|
|
|
+ <view class="select-item_box">
|
|
|
+ <view class="title">开单人</view>
|
|
|
<view class="item-list_box">
|
|
|
- <view :key="item.id" @tap="changeGetStaff(item)" v-for="item in getStaffList" :class="[form.getStaffId===item.id?'active':'']"> {{item.name}} </view>
|
|
|
+ <view :key="item.id" @tap="changeShopAdminId(item)" v-for="item in shopAdminIdList" :class="[form.shopAdminId===item.id?'active':'']"> {{item.name}} </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
|