Browse Source

YT-481采购收货时,PDA扫描库位之后,扫描的库位没有回显,且提交之后采购收货记录中没有显示实际扫描的库位

intex_online20241111
zhang_li 1 month ago
parent
commit
8d7c3cb9a5
  1. 5
      src/pages/purchaseReceipt/job/receiptDetail.vue

5
src/pages/purchaseReceipt/job/receiptDetail.vue

@ -439,8 +439,13 @@
}, },
scanLocationCode(location, code) { scanLocationCode(location, code) {
console.log(222,location)
console.log(333,code)
console.log(444,this.jobContent)
console.log(444,this.jobToLocationCode)
if (this.jobContent.allowModifyLocation == 'TRUE') { if (this.jobContent.allowModifyLocation == 'TRUE') {
this.toLocationCode = code; this.toLocationCode = code;
this.jobToLocationCode= code
} else { } else {
if (code == this.jobToLocationCode) { if (code == this.jobToLocationCode) {
this.toLocationCode = code; this.toLocationCode = code;

Loading…
Cancel
Save