Browse Source

YT-1189直接物料隔离,数量单位应显示中文

intex
zhang_li 2 days ago
parent
commit
5ed99168d0
  1. 3
      src/pages/inventoryMove/coms/comMoveRecord.vue

3
src/pages/inventoryMove/coms/comMoveRecord.vue

@ -287,12 +287,14 @@
this.toLocationInfo = location;
},
getScanResult(result, managementTypeParams) {
console.log(222,result)
this.fromWarehouseCode =result.fromWarehouseCode
this.managementType = managementTypeParams
if (this.showOnePop) {
if (this.isJustReplay) {
this.$refs.okToHoldRecordPackRef.itemCode = result.label.itemCode
this.$refs.okToHoldRecordPackRef.batch = result.label.batch
this.$refs.okToHoldRecordPackRef.uom = result.package.uom
this.getResult = result //
this.$refs.scanPopup.closeScanPopup()
} else {
@ -546,6 +548,7 @@
} else if (fromWitch == 'itemCodeScanMsg') {
result.fromLocationCode = this.fromLocationCode
this.$refs.scanPopup.getScanResult(result)
console.log(result)
}
},
//

Loading…
Cancel
Save