| | |
| | | }); |
| | | const editFormFields = ref({ |
| | | roadwayNo: "", |
| | | warehouseId: "", |
| | | enalbeStatus: "0", |
| | | areaId: "", |
| | | enableStatus: "", |
| | | deviceNo: "", |
| | | inStationCode: "", |
| | | inSCStationCode: "", |
| | |
| | | }); |
| | | const editFormOptions = ref([ |
| | | [ |
| | | { |
| | | title: "ä»åºä¸»é®", |
| | | required: true, |
| | | field: "warehouseId", |
| | | type: "string", |
| | | }, |
| | | {title: "åºå",field: "areaId",type: "select",dataKey: "locationareainfo",data: [],}, |
| | | { |
| | | title: "å··éç¼å·", |
| | | required: true, |
| | |
| | | { |
| | | title: "ç¦ç¨ç¶æ", |
| | | required: true, |
| | | field: "enalbeStatus", |
| | | type: "string", |
| | | readonly: true, |
| | | field: "enableStatus", |
| | | type: "select", |
| | | dataKey: "enableStatusEnum", |
| | | data: [], |
| | | }, |
| | |
| | | ]); |
| | | const searchFormFields = ref({ |
| | | roadwayNo: "", |
| | | warehouseId: "", |
| | | enalbeStatus: "", |
| | | areaId: "", |
| | | enableStatus: "", |
| | | deviceNo: "", |
| | | inStationCode: "", |
| | | inSCStationCode: "", |
| | |
| | | const searchFormOptions = ref([ |
| | | [ |
| | | { title: "å··éç¼å·", field: "roadwayNo", type: "like" }, |
| | | // { title: "ä»åºä¸»é®", field: "warehouseId", type: "like" }, |
| | | {title: "åºå",field: "areaId",type: "select",dataKey: "locationareainfo",data: [],}, |
| | | { title: "ç¦ç¨ç¶æ", field: "enableStatus",type: "select",dataKey: "enableStatusEnum",data: [],}, |
| | | { title: "设å¤ç¼å·", field: "deviceNo", type: "like" }, |
| | | ], |
| | | [ |
| | | { title: "å
¥åºç«å°ç¼å·", field: "inStationCode", type: "like" }, |
| | | { title: "å åæºå
¥åºç«å°ç¼å·", field: "inSCStationCode", type: "like" }, |
| | | |
| | | { title: "设å¤ç¼å·", field: "deviceNo", type: "like" }, |
| | | ], |
| | | [ |
| | | { title: "åºåºç«å°ç¼å·", field: "outStationCode", type: "like" }, |
| | |
| | | width: 90, |
| | | align: "left", |
| | | }, |
| | | // { |
| | | // field: "warehouseId", |
| | | // title: "ä»åºä¸»é®", |
| | | // type: "string", |
| | | // width: 150, |
| | | // align: "left", |
| | | // }, |
| | | { |
| | | field: "areaId", |
| | | title: "åºå", |
| | | type: "int", |
| | | width: 150, |
| | | align: "left", |
| | | bind:{ key: "locationareainfo", data: [] }, |
| | | }, |
| | | { |
| | | field: "enableStatus", |
| | | title: "ç¦ç¨ç¶æ", |