修改全局样式,收货确认全选
This commit is contained in:
@@ -15,7 +15,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">
|
||||
@@ -336,13 +335,14 @@
|
||||
let res = await receiptBillDetailPage(this.val2, e.djid, '1', '200')
|
||||
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) {
|
||||
el.subData = [...res.result]
|
||||
}
|
||||
})
|
||||
this.toSubAllCheckbox(e)
|
||||
} else {
|
||||
uni.showToast({
|
||||
title: res.desc,
|
||||
|
||||
Reference in New Issue
Block a user