| | |
| | | |
| | | <template> |
| | | <view-grid |
| | | <<<<<<< HEAD |
| | | ref="grid" |
| | | :columns="columns" |
| | | :detail="detail" |
| | | :editFormFields="editFormFields" |
| | | :editFormOptions="editFormOptions" |
| | | :searchFormFields="searchFormFields" |
| | | :searchFormOptions="searchFormOptions" |
| | | :table="table" |
| | | :extend="extend" |
| | | > |
| | | </view-grid> |
| | | </template> |
| | | <script> |
| | | ======= |
| | | ref="grid" |
| | | :columns="columns" |
| | | :detail="detail" |
| | |
| | | </view-grid> |
| | | </template> |
| | | <script> |
| | | >>>>>>> main |
| | | import extend from "@/extension/PackInfo/packaxis.js"; |
| | | import { ref, defineComponent } from "vue"; |
| | | export default defineComponent({ |
| | |
| | | url: "/Packaxis/", |
| | | sortName: "CreateDate", |
| | | }); |
| | | <<<<<<< HEAD |
| | | const editFormFields = ref({}); |
| | | const editFormOptions = ref([]); |
| | | const searchFormFields = ref({ |
| | | |
| | | }); |
| | | const searchFormOptions = ref([ |
| | | [ |
| | | { title: "ä»»å¡å·", field: "taskNum", type: "int" }, |
| | | { title: "æçç¼å·", field: "palletCode", type: "like" }, |
| | | { |
| | | title: "ä»»å¡ç±»å", |
| | | field: "taskType", |
| | | type: "selectList", |
| | | dataKey: "taskType", |
| | | data: [], |
| | | }, |
| | | { |
| | | title: "ä»»å¡ç¶æ", |
| | | field: "taskState", |
| | | type: "selectList", |
| | | dataKey: "taskState", |
| | | data: [], |
| | | }, |
| | | ], |
| | | [ |
| | | { title: "èµ·å§å°å", field: "sourceAddress", type: "like" }, |
| | | { title: "ç®æ å°å", field: "targetAddress", type: "like" }, |
| | | { title: "å½åä½ç½®", field: "currentAddress", type: "like" }, |
| | | { title: "ä¸ä¸ä½ç½®", field: "nextAddress", type: "like" }, |
| | | ], |
| | | [ |
| | | { title: "å··éå·", field: "roadway", type: "like", type: "select",dataKey: "Stacker",data: [],}, |
| | | { title: "å建人", field: "creater", type: "like" }, |
| | | ======= |
| | | const editFormFields = ref({ |
| | | deviceCode:"", |
| | | stationCode:"", |
| | |
| | | axisYSpacing:"", |
| | | axisZ:"", |
| | | axisZCount:"", |
| | | axisZSpacing:"", |
| | | axisZSpacing:"" |
| | | }); |
| | | const editFormOptions = ref([ |
| | | [{ |
| | |
| | | field: "axisZCount", |
| | | type: "like", |
| | | }, |
| | | >>>>>>> main |
| | | { title: "å建æ¶é´", field: "createDate", type: "datetime" }, |
| | | ], |
| | | ]); |
| | |
| | | { |
| | | field: "deviceCode", |
| | | title: "设å¤ç¼å·", |
| | | <<<<<<< HEAD |
| | | type: "int", |
| | | width: 90, |
| | | align: "left", |
| | | ======= |
| | | type: "string", |
| | | width: 90, |
| | | align: "left", |
| | | bind: {key:"deviceCodes",data: []} |
| | | >>>>>>> main |
| | | }, |
| | | { |
| | | field: "stationCode", |
| | |
| | | type: "string", |
| | | width: 200, |
| | | align: "left", |
| | | <<<<<<< HEAD |
| | | ======= |
| | | bind: {key:"stationCodes",data: []} |
| | | >>>>>>> main |
| | | }, |
| | | { |
| | | field: "packType", |
| | | title: "åå", |
| | | <<<<<<< HEAD |
| | | type: "string", |
| | | width: 150, |
| | | align: "left", |
| | | ======= |
| | | type: "int", |
| | | width: 150, |
| | | align: "left", |
| | | bind:{key:"packTypes",data:[]} |
| | | >>>>>>> main |
| | | }, |
| | | { |
| | | field: "packNum", |
| | |
| | | { |
| | | field: "axisYSpacing", |
| | | title: "Yåæ ç åé´è·", |
| | | <<<<<<< HEAD |
| | | type: "string", |
| | | ======= |
| | | type: "int", |
| | | >>>>>>> main |
| | | width: 120, |
| | | align: "left", |
| | | }, |
| | |
| | | { |
| | | field: "axisZSpacing", |
| | | title: "Zåæ ç åé´è·", |
| | | <<<<<<< HEAD |
| | | type: "string", |
| | | ======= |
| | | type: "int", |
| | | >>>>>>> main |
| | | width: 120, |
| | | align: "left", |
| | | }, |
| | |
| | | }, |
| | | }); |
| | | </script> |
| | | <<<<<<< HEAD |
| | | |
| | | ======= |
| | | >>>>>>> main |