| | |
| | | const table = ref({ |
| | | key: "taskId", |
| | | footer: "Foots", |
| | | cnName: "ä»»å¡ä¿¡æ¯", |
| | | cnName: "ä»»å¡åå²ä¿¡æ¯", |
| | | name: "task_hty", |
| | | url: "/Task_hty/", |
| | | url: "/task_hty/", |
| | | sortName: "CreateDate", |
| | | }); |
| | | const editFormFields = ref({}); |
| | | const editFormOptions = ref([]); |
| | | const editFormFields = ref({ |
| | | }); |
| | | const editFormOptions = ref([ |
| | | ]); |
| | | const searchFormFields = ref({ |
| | | taskNum: "", |
| | | palletCode: "", |
| | |
| | | field: "taskId", |
| | | title: "TaskId", |
| | | type: "int", |
| | | width: 90, |
| | | width: 80, |
| | | hidden: true, |
| | | readonly: true, |
| | | require: true, |
| | | align: "left", |
| | | sort:true, |
| | | }, |
| | | { |
| | | field: "taskNum", |
| | | title: "ä»»å¡å·", |
| | | title: "WCSä»»å¡å·", |
| | | type: "int", |
| | | width: 90, |
| | | width: 100, |
| | | align: "left", |
| | | sort:true, |
| | | }, |
| | | { |
| | | field: "wmStaskid", |
| | | title: "WMSä»»å¡å·", |
| | | type: "string", |
| | | width: 180, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "palletCode", |
| | |
| | | type: "string", |
| | | width: 200, |
| | | align: "left", |
| | | sort:true, |
| | | }, |
| | | { |
| | | field: "roadway", |
| | |
| | | type: "string", |
| | | width: 90, |
| | | align: "left", |
| | | sort:true, |
| | | }, |
| | | { |
| | | field: "taskType", |
| | |
| | | width: 90, |
| | | align: "left", |
| | | bind: { key: "taskType", data: [] }, |
| | | sort:true, |
| | | }, |
| | | { |
| | | field: "taskState", |
| | |
| | | width: 150, |
| | | align: "left", |
| | | bind: { key: "taskState", data: [] }, |
| | | sort:true, |
| | | }, |
| | | { |
| | | field: "sourceAddress", |
| | |
| | | align: "left", |
| | | hidden: true, |
| | | }, |
| | | { |
| | | field: "grade", |
| | | title: "ä¼å
级", |
| | | type: "int", |
| | | width: 80, |
| | | align: "left", |
| | | }, |
| | | // { |
| | | // field: "grade", |
| | | // title: "ä¼å
级", |
| | | // type: "int", |
| | | // width: 80, |
| | | // align: "left", |
| | | // }, |
| | | { |
| | | field: "dispatchertime", |
| | | title: "ä»»å¡ä¸åæ¶é´", |
| | |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "remark", |
| | | title: "夿³¨", |
| | | type: "string", |
| | | width: 200, |
| | | field: "wMSId", |
| | | title: "WMSä»»å¡ä¸»é®", |
| | | type: "int", |
| | | width: 120, |
| | | align: "left", |
| | | bind: {key: "",data:[{key:"人工æå¨å®æ",value:"人工æå¨å®æ"},{key:"人工æå¨åæ¶",value: "人工æå¨åæ¶"}]}, |
| | | sort:true, |
| | | hidden: true, |
| | | },{ |
| | | field: "deviceuuid", |
| | | title: "设å¤UID", |
| | | type: "string", |
| | | width: 90, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "creater", |
| | |
| | | type: "datetime", |
| | | width: 150, |
| | | align: "left", |
| | | sort:true, |
| | | }, |
| | | { |
| | | field: "modifier", |
| | |
| | | type: "datetime", |
| | | width: 160, |
| | | align: "left", |
| | | sort:true, |
| | | }, |
| | | |
| | | { |
| | | field: "remark", |
| | | title: "夿³¨", |
| | | type: "string", |
| | | width: 100, |
| | | align: "left", |
| | | hidden: true, |
| | | }, |
| | | ]); |
| | | const detail = ref({ |
| | | cnName: "", |