Browse Source

HL-5388 装配收货任务,扫完箱码后,点复制库位、扫库位不弹输入库位框,点扫描是扫箱码的框,应加个扫库位的框

ljc_0803
wangyufei 1 month ago
parent
commit
1c11e4ea0b
  1. 7
      src/pages/productReceipt/job/fgProductReceiptDetail.vue

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

@ -232,6 +232,13 @@
that.jobStatus = res.data.status that.jobStatus = res.data.status
that.jobToLocationCode = that.subList[0].toLocationCode that.jobToLocationCode = that.subList[0].toLocationCode
that.productionLineCode = that.subList[0].productionLineCode; that.productionLineCode = that.subList[0].productionLineCode;
var valiDate = getSwitchInfoByCode("fgProductReceipCommitValidate")
if(valiDate){
that.jobContent.allowModifyLocation = 'TRUE'
}else{
that.jobContent.allowModifyLocation = 'FALSE'
}
// if (that.jobContent.allowModifyLocation == 'FALSE') { // if (that.jobContent.allowModifyLocation == 'FALSE') {
// that.toLocationCode = that.subList[0].toLocationCode // that.toLocationCode = that.subList[0].toLocationCode
// } // }

Loading…
Cancel
Save