修改全局样式,收货确认全选
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="zd-row jcflexstart table-title_wraper">调拨单</view>
|
||||
<view class="grid-wrap">
|
||||
<view class="zdrow-wrap">
|
||||
<view class="zd-row sticky zd-th-wraper">
|
||||
@@ -273,7 +272,7 @@
|
||||
let res = await allocationBillDetail(e.djid)
|
||||
if (res.code === 1) {
|
||||
res.result.map(el => {
|
||||
this.$set(el, 'subChecked', false)
|
||||
this.$set(el, 'checked', false)
|
||||
})
|
||||
this.dataList.map(el => {
|
||||
if (el.djid === e.djid) {
|
||||
|
||||
Reference in New Issue
Block a user