Browse Source

修改接收数据更新

hella_online_20240919
lijuncheng 2 months ago
parent
commit
fd22a28fae
  1. 3
      src/pages/customerReturn/record/recordListDetail.vue
  2. 3
      src/pages/itemHold/record/recordListDetail.vue
  3. 3
      src/pages/productionReturn/record/returnToHoldRecordListDetail.vue

3
src/pages/customerReturn/record/recordListDetail.vue

@ -178,6 +178,8 @@
//
if (this.scanCount == this.subList.length) {
this.receiveDisable = false;
}else {
this.receiveDisable = true;
}
},
@ -193,6 +195,7 @@
updateData() {
this.calcHandleQty();
this.updateBtn()
},
openDetail(item) {

3
src/pages/itemHold/record/recordListDetail.vue

@ -183,6 +183,8 @@
//
if (this.scanCount == this.subList.length) {
this.receiveDisable = false;
}else {
this.receiveDisable = true;
}
},
@ -198,6 +200,7 @@
updateData() {
this.calcHandleQty();
this.updateBtn()
},
openDetail(item) {

3
src/pages/productionReturn/record/returnToHoldRecordListDetail.vue

@ -181,6 +181,8 @@
//
if (this.scanCount == this.subList.length) {
this.receiveDisable = false;
}else {
this.receiveDisable = true;
}
},
@ -196,6 +198,7 @@
updateData() {
this.calcHandleQty();
this.updateBtn()
},
openDetail(item) {

Loading…
Cancel
Save