Commit a7cbee4c authored by 周远喜's avatar 周远喜

ok

parent 238cbdf2
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
<Option <Option
v-for="(item,index) in listCal" v-for="(item,index) in listCal"
:key="index" :key="index"
:value="item.id" :value="item.calid"
:label="item.calname" :label="item.calname"
></Option> ></Option>
</Select> </Select>
...@@ -160,7 +160,7 @@ export default { ...@@ -160,7 +160,7 @@ export default {
opTaskPk: 0, opTaskPk: 0,
taskSeq: "", taskSeq: "",
flog: 5, //参数应用范围 flog: 5, //参数应用范围
calId: -1, calId:"",
planState: false, planState: false,
planMethod: "重叠", // 平行 重叠 planMethod: "重叠", // 平行 重叠
over: false, over: false,
...@@ -364,7 +364,7 @@ export default { ...@@ -364,7 +364,7 @@ export default {
opTaskPk: this.row.op_task_pk, opTaskPk: this.row.op_task_pk,
taskSeq: this.row.task_seq, taskSeq: this.row.task_seq,
flog: 0, //参数应用范围 flog: 0, //参数应用范围
calId: parseInt(this.row.cal_id), calId: this.row.cal_id,
planState: this.row.plan_method == "平行", planState: this.row.plan_method == "平行",
planMethod: this.row.plan_method, // 平行 重叠 planMethod: this.row.plan_method, // 平行 重叠
over: this.row.over_time == "加班", over: this.row.over_time == "加班",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment