fix:需求单下推单据类型改成库存调拨
This commit is contained in:
@@ -236,7 +236,7 @@ public class PmDemandServiceImpl extends ServiceImpl<PmDemandMapper, PmDemand> i
|
|||||||
JSONObject billParam = new JSONObject();
|
JSONObject billParam = new JSONObject();
|
||||||
billParam.put("stor_code", inventoryDis.getString("horseCode"));
|
billParam.put("stor_code", inventoryDis.getString("horseCode"));
|
||||||
billParam.put("biz_date", DateUtil.today());
|
billParam.put("biz_date", DateUtil.today());
|
||||||
billParam.put("bill_type", IOSEnum.BILL_TYPE.code("调拨出库"));
|
billParam.put("bill_type", IOSEnum.BILL_TYPE.code("库存调拨"));
|
||||||
billParam.put("remark", "需求单下推生成");
|
billParam.put("remark", "需求单下推生成");
|
||||||
|
|
||||||
List<JSONObject> tableData = new ArrayList<>();
|
List<JSONObject> tableData = new ArrayList<>();
|
||||||
|
|||||||
Reference in New Issue
Block a user