Browse Source

添加备注

lijuncheng0816
wangyufei 1 month ago
parent
commit
79c34eec7a
  1. 2
      src/pages/deliver/coms/comScanDeliverPack.vue

2
src/pages/deliver/coms/comScanDeliverPack.vue

@ -232,6 +232,7 @@
fromLocationUpdate(fromlocation) {
let location = this.fromLocationList.find(r => r == fromlocation)
// --
// if (location == undefined) {
this.fromLocationCode = fromlocation
// this.showErrorMessage('' + fromlocation + '')
@ -305,6 +306,7 @@
let lot = label.batch;
let item = that.toLocation.Items.find(r => r.itemCode == itemCode);
let fromLocation = item.Locations.find(l => l.fromLocationCode == that.fromLocationCode);
// --
if(!fromLocation){
fromLocation = {
Batchs:[{

Loading…
Cancel
Save