Merge branch 'htq20251215' of http://115.159.85.185:8098/r/ZhongRui/ALDbanyunxiangmu into htq20251215
| | |
| | | }, |
| | | data() { |
| | | return { |
| | | outboundQuantity: 0, |
| | | outboundQuantity: 1, |
| | | show: false, |
| | | stations: [ |
| | | { label: "绔欏彴2", value: "2-1" }, |
| | |
| | | const keys = this.selection.map((item) => item.id); |
| | | const requestParams = { |
| | | detailIds: keys, |
| | | outboundQuantity: 1, |
| | | operator: "", |
| | | orderNo: this.row.orderNo, |
| | | isBatch: this.isBatch |
| | |
| | | PickingOutboundResponseDTO response = new PickingOutboundResponseDTO(); |
| | | try |
| | | { |
| | | _unitOfWorkManage.BeginTran(); |
| | | // 1. 璁$畻鍑哄簱鏁伴噺閫昏緫 |
| | | OutboundCalculationDTO calculationResult = CalcOutboundQuantity(request); |
| | | |