Browse Source

修改库存转移

lijuncheng0816
lijuncheng 1 month ago
parent
commit
da277ea4e3
  1. 3
      src/pages/inventoryMove/coms/comMoveRecord.vue

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

@ -237,6 +237,9 @@
getScanResult(result) { getScanResult(result) {
var balance = result.balance; var balance = result.balance;
var pack = result.package; var pack = result.package;
if(!balance.packingNumber){
balance.packingNumber=pack.number;
}
var item = this.detailSource.find(res => { var item = this.detailSource.find(res => {
if (res.itemCode == balance.itemCode) { if (res.itemCode == balance.itemCode) {
return res return res

Loading…
Cancel
Save