Commit 4a31e420 authored by 仇晓婷's avatar 仇晓婷

gant优化

parent 8a050639
......@@ -269,7 +269,7 @@ let options = {
},
{
id: 2,
label: "任务",
label: "名称",
value: "name",
width: 200,
expander: true,
......@@ -392,18 +392,17 @@ export default {
if (r.result) {
var parentId = r.result[0].id; //父级id
var list = [];
var obj = {
id: r.result[0].id,
name: r.result[0].part_name,
start: r.result[0].plan_start,
endTime: r.result[0].plan_finish,
EquipmentNo: "",
EquipmentNo: "/",
duration: 15 * 24 * 60 * 60 * 1000,
percent: 85,
plan_qty: r.result[0].plan_qty,
put_into_qty: "",
dispatch_qty: ""
put_into_qty: "/",
dispatch_qty: "/"
};
list.push(obj);
Api.getdetail({
......
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