Browse Source

直接发料

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

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

@ -310,8 +310,39 @@
// item.arriveDate = balanceItem.arriveDate; // item.arriveDate = balanceItem.arriveDate;
// item.produceDate = balanceItem.produceDate; // item.produceDate = balanceItem.produceDate;
// item.expireDate = balanceItem.expireDate; // item.expireDate = balanceItem.expireDate;
item.labelList.unshift(label) // ====================================
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)
}, },
calcScanCount(item) { calcScanCount(item) {

Loading…
Cancel
Save