| ÎļþÃû´Ó н¨Îļþ¼Ð/WMS/src/views/taskinfo/task_hty.vue ÐÞ¸Ä |
| | |
| | | cnName: "ä»»å¡åå²ä¿¡æ¯", |
| | | name: "SupplyTaskHty", |
| | | url: "/SupplyTaskHty/", |
| | | sortName: "sourceId", |
| | | sortName: "insertTime", |
| | | }); |
| | | const editFormFields = ref({}); |
| | | const editFormOptions = ref([]); |
| | | const searchFormFields = ref({ |
| | | taskNum: "", |
| | | palletCode: "", |
| | | batchNo: "", |
| | | materielCode: "", |
| | | materielName: "", |
| | | taskType: "", |
| | | taskStatus: "", |
| | | warehouseCode: "", |
| | | locationCode: "", |
| | | operateType: "", |
| | | creater: "", |
| | |
| | | [ |
| | | { title: "ä»»å¡å·", field: "taskNum", type: "int" }, |
| | | { title: "æçç¼å·", field: "palletCode", type: "like" }, |
| | | { title: "è´§ä½ç¼å·", field: "locationCode", type: "like" }, |
| | | { title: "æ¹æ¬¡å·", field: "batchNo", type: "like" }, |
| | | ], |
| | | [ |
| | | { title: "ç©æç¼å·", field: "materielCode", type: "like" }, |
| | | { title: "ç©æåç§°", field: "materielName", type: "like" }, |
| | | { |
| | | title: "æä½ç±»å", |
| | | field: "operateType", |
| | |
| | | { key: "å é¤", value: "å é¤" } |
| | | ] |
| | | }, |
| | | ], |
| | | [ |
| | | { |
| | | title: "ä»»å¡ç±»å", |
| | | field: "taskType", |
| | | type: "select", |
| | | data: [] |
| | | }, |
| | | { |
| | | title: "ä»»å¡ç¶æ", |
| | | field: "taskStatus", |
| | | type: "select", |
| | | data: [] |
| | | }, |
| | | { |
| | | title: "ä»åºç¼å·", |
| | | field: "warehouseCode", |
| | | type: "select", |
| | | data: [], |
| | | bind: { key: "warehouses", data: [] } |
| | | }, |
| | | ], |
| | | [ |
| | | { title: "è´§ä½ç¼å·", field: "locationCode", type: "like" }, |
| | | { title: "å建人", field: "creater", type: "like" }, |
| | | ], |
| | | [ |
| | |
| | | const columns = ref([ |
| | | { |
| | | field: "sourceId", |
| | | title: "åå²è®°å½ID", |
| | | title: "å表主é®", |
| | | type: "int", |
| | | width: 100, |
| | | hidden: true, |
| | |
| | | }, |
| | | { |
| | | field: "insertTime", |
| | | title: "æå
¥æ¶é´", |
| | | title: "ç§»å
¥å岿¶é´", |
| | | type: "datetime", |
| | | width: 160, |
| | | align: "left", |
| | |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "warehouseId", |
| | | title: "ä»åºç¼å·", |
| | | type: "int", |
| | | field: "batchNo", |
| | | title: "æ¹æ¬¡å·", |
| | | type: "string", |
| | | width: 120, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "materielCode", |
| | | title: "ç©æç¼å·", |
| | | type: "string", |
| | | width: 120, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "materielName", |
| | | title: "ç©æåç§°", |
| | | type: "string", |
| | | width: 150, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "materielSpec", |
| | | title: "ç©æè§æ ¼", |
| | | type: "string", |
| | | width: 120, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "taskType", |
| | | title: "ä»»å¡ç±»å", |
| | | type: "select", |
| | | width: 100, |
| | | align: "left", |
| | | data: [], |
| | | }, |
| | | { |
| | | field: "taskStatus", |
| | | title: "ä»»å¡ç¶æ", |
| | | type: "select", |
| | | width: 100, |
| | | align: "left", |
| | | data: [], |
| | | }, |
| | | { |
| | | field: "warehouseCode", |
| | | title: "åºæ¿ç¼å·", |
| | | type: "select", |
| | | width: 100, |
| | | align: "left", |
| | | data: [], |
| | | bind: { key: "warehouses", data: [] }, |
| | | }, |
| | | { |
| | |
| | | field: "orderNo", |
| | | title: "åæ®ç¼å·", |
| | | type: "string", |
| | | width: 150, |
| | | width: 120, |
| | | align: "left", |
| | | }, |
| | | { |
| | |
| | | type: "string", |
| | | width: 100, |
| | | align: "left", |
| | | hidden: true, |
| | | }, |
| | | { |
| | | field: "modifyDate", |
| | |
| | | type: "datetime", |
| | | width: 160, |
| | | align: "left", |
| | | hidden: true, |
| | | }, |
| | | { |
| | | field: "remark", |
| | |
| | | type: "string", |
| | | width: 200, |
| | | align: "left", |
| | | hidden: true, |
| | | }, |
| | | ]); |
| | | const detail = ref({ |