Browse Source

直接发料

dev_pda
李俊城 2 years ago
parent
commit
9b5812aca1
  1. 31
      fe/PDA/pages/store/issueDirect.vue

31
fe/PDA/pages/store/issueDirect.vue

@ -311,6 +311,37 @@
// item.produceDate = balanceItem.produceDate;
// item.expireDate = balanceItem.expireDate;
// ====================================
label.recommendContainerCode=balanceItem.containerCode;
label.recommendPackingCode=balanceItem.packingCode;
label.recommendSupplierBatch=balanceItem.supplierBatch;;
label.recommendArriveDate=balanceItem.arriveDate;
label.recommendProduceDate=balanceItem.produceDate;
label.recommendExpireDate= balanceItem.expireDate;
label.recommendLot= balanceItem.lot;;
label.recommendFromLocationCode=balanceItem.locationCode;
label.recommendFromLocationArea=balanceItem.locationArea;
label.recommendFromLocationGroup=balanceItem.locationGroup;
label.recommendFromLocationErpCode=balanceItem.locationErpCode;
label.recommendFromWarehouseCode=localStorage.warehouseCode;;
label.recommendQty= balanceItem.qty;
label.handledContainerCode=balanceItem.containerCode;
label.handledPackingCode=balanceItem.packingCode;;
label.handledSupplierBatch= balanceItem.supplierBatch;
label.handledArriveDate=balanceItem.arriveDate;
label.handledProduceDate=balanceItem.produceDate;
label.handledExpireDate=balanceItem.expireDate;
label.handledLot = balanceItem.lot;
label.handledToLocationCode = balanceItem.locationCode;
label.handledToLocationArea = balanceItem.locationArea;
label.handledToLocationGroup = balanceItem.locationGroup;
label.handledToLocationErpCode = balanceItem.locationErpCode;
label.handledToWarehouseCode = balanceItem.warehouseCode;
label.handledQty = balanceItem.qty;
item.labelList.unshift(label)
},

Loading…
Cancel
Save