opt:工单配盘优化
This commit is contained in:
@@ -17,6 +17,8 @@ import java.time.format.DateTimeFormatter;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
import static org.nl.wms.warehouse_manage.enums.IOSEnum.GROUP_PLATE_STATUS;
|
||||
|
||||
|
||||
@Slf4j
|
||||
@Service
|
||||
@@ -59,10 +61,11 @@ public class ProductGroupServiceImpl implements IProductGroupService {
|
||||
json.put("storagevehicle_code", dto.getPalletCode());
|
||||
json.put("material_id", bomData.getMaterialCode());
|
||||
json.put("material_code", bomData.getMaterialCode());
|
||||
json.put("pcsn", "");
|
||||
json.put("pcsn", "1");
|
||||
json.put("qty_unit_id", bomData.getUnit());
|
||||
json.put("qty_unit_name", bomData.getUnit());
|
||||
json.put("qty", bomData.getUseBomQty());
|
||||
json.put("status", GROUP_PLATE_STATUS.code("组盘"));
|
||||
json.put("create_id", "1");
|
||||
json.put("create_name", "admin");
|
||||
// json.put("create_id", SecurityUtils.getCurrentUserId());
|
||||
|
||||
Reference in New Issue
Block a user