Browse Source

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

hella_online_20240829
wangyufei 3 months ago
parent
commit
bb339f4a04
  1. 5
      src/pages/productReceipt/job/ccProductReceiptDetail.vue
  2. 7
      src/pages/productReceipt/job/fgProductReceiptDetail.vue

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

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

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

@ -441,11 +441,14 @@
// this.showErrorMessage("0,") // this.showErrorMessage("0,")
// return; // return;
// } // }
//
var valiDate = getSwitchInfoByCode("fgProductReceipCommitValidate")
//
if(valiDate){
if (!this.checkLocation()) { if (!this.checkLocation()) {
return 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