fix:原料入库点位顺序更改
This commit is contained in:
@@ -570,13 +570,14 @@ public class PdaIosInServiceImpl implements PdaIosInService {
|
||||
taskForm.put("task_type", IOSConstant.IN_BILL_TASK);
|
||||
taskForm.put("config_code", IOSConstant.IN_BILL_TASK);
|
||||
taskForm.put("TaskCode", CodeUtil.getNewCode("TASK_CODE"));
|
||||
taskForm.put("point_code1", whereJson.getString("site_code"));
|
||||
//计算入库库位
|
||||
taskForm.put("point_code2", point_code2);
|
||||
|
||||
//空托盘出库库位
|
||||
taskForm.put("point_code3", structList.get(0).getStruct_code());
|
||||
taskForm.put("point_code4", whereJson.getString("siteCode"));
|
||||
taskForm.put("point_code1", structList.get(0).getStruct_code());
|
||||
//拉到卸货区空余的位置
|
||||
taskForm.put("point_code2", whereJson.getString("siteCode"));
|
||||
|
||||
taskForm.put("point_code3", whereJson.getString("site_code"));
|
||||
//计算入库库位
|
||||
taskForm.put("point_code4", point_code2);
|
||||
taskForm.put("vehicle_code", structList.get(0).getStoragevehicle_code());
|
||||
InBillTask inBillTask = SpringContextHolder.getBean("InBillTask");
|
||||
String task_id = inBillTask.create(taskForm);
|
||||
|
||||
Reference in New Issue
Block a user