| | |
| | | width: 160, |
| | | fixed:"left" |
| | | }, |
| | | // { |
| | | // title: "当前工序号", |
| | | // field: "processNumber", |
| | | // width: 150, |
| | | // }, |
| | | { |
| | | title: "需求分类", |
| | | field: "requirementType", |
| | |
| | | fixed:"left" |
| | | }, |
| | | { |
| | | title: "审核时间", |
| | | field: "updateBy", |
| | | width: 100 |
| | | }, |
| | | { |
| | | title: "当前工序", |
| | | field: "workCenter", |
| | | width: 200, |
| | |
| | | title: "当前工序负责人", |
| | | field: "department", |
| | | width: 200, |
| | | }, |
| | | { |
| | | title: "下一工序", |
| | | field: "updateBy", |
| | | width: 100 |
| | | }, |
| | | { |
| | | title: "下一工序工序负责人", |
| | |
| | | type: "html", |
| | | }, |
| | | { |
| | | title: "低阶码", |
| | | field: "updateBy", |
| | | width: 100 |
| | | }, |
| | | { |
| | | title: "生产数量", |
| | | field: "productionQuantity", |
| | | width: 100, |
| | | type: "html", |
| | | }, |
| | | { |
| | | title: "工单计划下发时间", |
| | | field: "updateBy", |
| | | width: 200 |
| | | }, |
| | | { |
| | | title: "系统完工时间", |
| | |
| | | }, |
| | | }, |
| | | ]); |
| | | newArray.splice(2,0,{ |
| | | title: "焊接件齐套开始时间", |
| | | field:"hanjie_startDate", |
| | | width: 140, |
| | | }) |
| | | await nextTick(); |
| | | columns.value = [...columns.value, ...newArray]; // 强制组件重新渲染 |
| | | |