修改全局样式,收货确认全选
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
<button class="confirm-button" @tap="toSearch">查询</button>
|
||||
</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">
|
||||
@@ -207,7 +206,7 @@
|
||||
async _moveDtlByMoveId (e) {
|
||||
let res = await moveDtlByMoveId(e.id)
|
||||
res.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