Browse Source

补料详情--编辑--计算数量

hella_online_20240829
wangyufei 3 months ago
parent
commit
556dbfbbe6
  1. 2
      src/pages/repleinsh/coms/comScanReplishPack.vue
  2. 1
      src/pages/repleinsh/job/repleinshDetail.vue

2
src/pages/repleinsh/coms/comScanReplishPack.vue

@ -185,7 +185,7 @@ import { getDirectoryItemArray } from '../../../common/directory.js';
let that = this;
that.fromLocationList = [];
if (that.dataContent != null) {
that.fromInventoryStatuses = getDirectoryItemArray(this.jobContent.outInventoryStatuses)
that.fromInventoryStatuses = this.jobContent.outInventoryStatuses
that.toLocation = that.dataContent[0];
that.toLocationCode = that.dataContent[0].toLocationCode;
that.fromLocationList = that.getFromLocationList();

1
src/pages/repleinsh/job/repleinshDetail.vue

@ -413,6 +413,7 @@
})
batch.handleQty = handleQty;
itemHandleQty = calc.add(itemHandleQty, handleQty)
this.$refs.comScanIssuePack.calcBatchHandleQty(batch)
}
})
}

Loading…
Cancel
Save