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,请先扫描")
return;
}
//
if (!this.checkLocation()) {
return
var valiDate = getSwitchInfoByCode("fgProductReceipCommitValidate")
//
if(valiDate){
if (!this.checkLocation()) {
return
}
}

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

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

Loading…
Cancel
Save