Browse Source

喜婷--关:不用扫描目标库位

hella_online_20240829
wangyufei 2 months ago
parent
commit
bb339f4a04
  1. 9
      src/pages/productReceipt/job/ccProductReceiptDetail.vue
  2. 11
      src/pages/productReceipt/job/fgProductReceiptDetail.vue

9
src/pages/productReceipt/job/ccProductReceiptDetail.vue

@ -339,9 +339,12 @@
this.showErrorMessage("扫描数为0,请先扫描") this.showErrorMessage("扫描数为0,请先扫描")
return; return;
} }
// var valiDate = getSwitchInfoByCode("fgProductReceipCommitValidate")
if (!this.checkLocation()) { //
return if(valiDate){
if (!this.checkLocation()) {
return
}
} }

11
src/pages/productReceipt/job/fgProductReceiptDetail.vue

@ -441,11 +441,14 @@
// this.showErrorMessage("0,") // this.showErrorMessage("0,")
// return; // return;
// } // }
//
if (!this.checkLocation()) { var valiDate = getSwitchInfoByCode("fgProductReceipCommitValidate")
return //
if(valiDate){
if (!this.checkLocation()) {
return
}
} }
var valiDate = getSwitchInfoByCode("fgProductReceipCommitValidate")
this.detailSource.forEach(item => { this.detailSource.forEach(item => {
item.subList.forEach(subitem => { item.subList.forEach(subitem => {
if (valiDate) { if (valiDate) {

Loading…
Cancel
Save