推送修改
This commit is contained in:
+1
-1
@@ -793,7 +793,7 @@ public class PickingOrderApplicationService {
|
||||
item.put("orderNo", pickingOrder.getPickingOrderNumber()); // 出仓订单号
|
||||
item.put("orderRow", gNo - 1); // 出仓订单行号
|
||||
item.put("bondInvtNo", ""); // 原进口核注清单号(暂无)
|
||||
item.put("invtRow", null); // 原进口核注清单行号(暂无)
|
||||
item.put("invtRow", ""); // 原进口核注清单行号(暂无)
|
||||
item.put("whNo", detail.getWarehouseCode() != null ? detail.getWarehouseCode() : ""); // 仓库
|
||||
item.put("seatNo", detail.getStorageLocationCode() != null ? detail.getStorageLocationCode() : ""); // 库位
|
||||
item.put("whNoIn", detail.getWarehouseCode() != null ? detail.getWarehouseCode() : "");
|
||||
|
||||
Reference in New Issue
Block a user