|
|
|
@ -197,9 +197,10 @@ public class SurplusReturnServiceImpl extends ServiceImpl<SurplusReturnMapper, S
|
|
|
|
|
// {"ITEM":"500100010001","INVENTORY":"500100010001*20210721","ITEM_DESC":"测试物料","SUPPLIER":"BA002"}
|
|
|
|
|
PrintLog printLog = new PrintLog();
|
|
|
|
|
printLog.setHandle(UUID.randomUUID().toString());
|
|
|
|
|
printLog.setSfc(site);
|
|
|
|
|
printLog.setSite(site);
|
|
|
|
|
printLog.setCategory(Constants.PRINT_TYPE_EXM);
|
|
|
|
|
printLog.setPrintTemplate(Constants.PRINT_TYPE_EXM);
|
|
|
|
|
printLog.setPrintNum(0);
|
|
|
|
|
// 查询供应商
|
|
|
|
|
InventoryAssyData inventoryAssyData = new InventoryAssyData();
|
|
|
|
|
inventoryAssyData.setInventoryBo(inventoryBo);
|
|
|
|
|