|
|
@@ -682,6 +682,7 @@ export default {
|
|
|
dispatchingMethod: this.form.taskAss,
|
|
|
crewIds: data.assignType == 2 ? dispatchArr : [], // 人员 2
|
|
|
workstationIds: data.assignType == 1 ? dispatchArr : [], // 工位 1
|
|
|
+ factoryLineIds: data.assignType == 3 ? dispatchArr : [], // 产线 3
|
|
|
id: this.current.id,
|
|
|
planStartTime: this.current.planStartTime,
|
|
|
planEndTime: this.current.planEndTime
|