代码修改
This commit is contained in:
@@ -354,7 +354,7 @@ public class GjxCallEmpVehicleTask extends AbstractAcsTask {
|
|||||||
.task_name("共挤线叫空载具")
|
.task_name("共挤线叫空载具")
|
||||||
.task_status(TaskStatusEnum.SURE_END.getCode())
|
.task_status(TaskStatusEnum.SURE_END.getCode())
|
||||||
.point_code2(point_code2)
|
.point_code2(point_code2)
|
||||||
.acs_task_type("2")
|
.acs_task_type("3")
|
||||||
.vehicle_code(form.getString("vehicle_code"))
|
.vehicle_code(form.getString("vehicle_code"))
|
||||||
.vehicle_type(workOrderObj.getString("vehicle_type"))
|
.vehicle_type(workOrderObj.getString("vehicle_type"))
|
||||||
.vehicle_qty(form.getIntValue("qty"))
|
.vehicle_qty(form.getIntValue("qty"))
|
||||||
|
|||||||
@@ -361,7 +361,7 @@ public class YqxCallEmpVehicleTask extends AbstractAcsTask {
|
|||||||
.task_name("油漆线叫空载具")
|
.task_name("油漆线叫空载具")
|
||||||
.task_status(TaskStatusEnum.SURE_END.getCode())
|
.task_status(TaskStatusEnum.SURE_END.getCode())
|
||||||
.point_code2(point_code2)
|
.point_code2(point_code2)
|
||||||
.acs_task_type("2")
|
.acs_task_type("3")
|
||||||
.vehicle_code(form.getString("vehicle_code"))
|
.vehicle_code(form.getString("vehicle_code"))
|
||||||
.vehicle_type(workOrderObj.getString("vehicle_type"))
|
.vehicle_type(workOrderObj.getString("vehicle_type"))
|
||||||
.vehicle_qty(form.getIntValue("qty"))
|
.vehicle_qty(form.getIntValue("qty"))
|
||||||
|
|||||||
@@ -231,7 +231,7 @@ const defaultForm = {
|
|||||||
update_optname: null,
|
update_optname: null,
|
||||||
update_time: null,
|
update_time: null,
|
||||||
is_used_time: null,
|
is_used_time: null,
|
||||||
is_used: null,
|
is_used: '1',
|
||||||
is_delete: null,
|
is_delete: null,
|
||||||
ext_id: null,
|
ext_id: null,
|
||||||
material_height_type: null,
|
material_height_type: null,
|
||||||
|
|||||||
Reference in New Issue
Block a user