Browse Source

修改接收确认

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

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

@ -372,6 +372,8 @@
this.$refs.comMessage.showQuestionMessage("是否要关闭整单收货?", res => { this.$refs.comMessage.showQuestionMessage("是否要关闭整单收货?", res => {
if (res) { if (res) {
this.getDetail() this.getDetail()
} else {
this.isAllReceived=true
} }
}); });
} }

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

@ -378,6 +378,8 @@
this.$refs.comMessage.showQuestionMessage("是否要关闭整单收货?", res => { this.$refs.comMessage.showQuestionMessage("是否要关闭整单收货?", res => {
if (res) { if (res) {
this.getDetail() this.getDetail()
} else {
this.isAllReceived=true
} }
}); });
} }

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

@ -377,6 +377,8 @@
this.$refs.comMessage.showQuestionMessage("是否要关闭整单收货?", res => { this.$refs.comMessage.showQuestionMessage("是否要关闭整单收货?", res => {
if (res) { if (res) {
this.getDetail() this.getDetail()
} else {
this.isAllReceived=true
} }
}); });
} }

Loading…
Cancel
Save