| | |
| | | const table = ref({ |
| | | key: "taskId", |
| | | footer: "Foots", |
| | | cnName: "任务信息", |
| | | cnName: "任务历史信息", |
| | | name: "task_Hty", |
| | | url: "/Task_Hty/", |
| | | sortName: "CreateDate", |
| | |
| | | const searchFormOptions = ref([ |
| | | [ |
| | | { title: "任务号", field: "taskNum", type: "int" }, |
| | | { title: "托盘编号", field: "palletCode", type: "like" }, |
| | | { title: "托盘编号", field: "palletCode", type: "text" }, |
| | | { |
| | | title: "任务类型", |
| | | field: "taskType", |
| | |
| | | }, |
| | | ], |
| | | [ |
| | | { title: "起始地址", field: "sourceAddress", type: "like" }, |
| | | { title: "目标地址", field: "targetAddress", type: "like" }, |
| | | { title: "当前位置", field: "currentAddress", type: "like" }, |
| | | { title: "下一位置", field: "nextAddress", type: "like" }, |
| | | { title: "起始地址", field: "sourceAddress", type: "text" }, |
| | | { title: "目标地址", field: "targetAddress", type: "text" }, |
| | | { title: "当前位置", field: "currentAddress", type: "text" }, |
| | | { title: "下一位置", field: "nextAddress", type: "text" }, |
| | | ], |
| | | [ |
| | | { title: "巷道号", field: "roadway", type: "like" }, |
| | | { title: "创建人", field: "creater", type: "like" }, |
| | | { title: "巷道号", field: "roadway", type: "text" }, |
| | | { "title": "生产产线", "field": "productionLine", type: "select", dataKey: "ProductionLine", data: [] }, |
| | | { title: "创建人", field: "creater", type: "text" }, |
| | | { title: "创建时间", field: "createDate", type: "datetime" }, |
| | | ], |
| | | ]); |
| | |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "productionLine", |
| | | title: "产线", |
| | | type: "string", |
| | | width: 70, |
| | | align: "left", |
| | | bind: { key: "ProductionLine", data: [] } |
| | | }, |
| | | { |
| | | field: "exceptionMessage", |
| | | title: "异常信息", |
| | | type: "string", |
| | |
| | | field: "grade", |
| | | title: "优先级", |
| | | type: "int", |
| | | width: 80, |
| | | width: 60, |
| | | align: "left", |
| | | }, |
| | | { |
| | |
| | | align: "left", |
| | | hidden: true, |
| | | }, |
| | | { |
| | | field: "creater", |
| | | title: "创建人", |
| | | type: "string", |
| | | width: 90, |
| | | align: "left", |
| | | }, |
| | | |
| | | { |
| | | field: "createDate", |
| | | title: "创建时间", |
| | |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "modifier", |
| | | title: "修改人", |
| | | type: "string", |
| | | width: 100, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "modifyDate", |
| | | title: "修改时间", |
| | | type: "datetime", |
| | |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "creater", |
| | | title: "创建人", |
| | | type: "string", |
| | | width: 90, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "modifier", |
| | | title: "修改人", |
| | | type: "string", |
| | | width: 90, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "remark", |
| | | title: "备注", |
| | | type: "string", |