| | |
| | | const editFormOptions = ref([ |
| | | [ |
| | | { "title": "货位状态", "field": "locationStatus", "type": "select", dataKey: "LocationState", data: [] }, |
| | | { "title": "是否禁用", "field": "enalbeStatus", "type": "select", dataKey: "EnalbeStatus", data: [] }, |
| | | ] |
| | | ]); |
| | | const searchFormFields = ref({ "LocationID": "",roadWayNO:"" }); |
| | |
| | | [ |
| | | { "title": "货位编号", "field": "locationCode", type: "text" }, |
| | | { "title": "货位状态", "field": "locationStatus", "type": "select", dataKey: "LocationState", data: [] }, |
| | | { "title": "对应堆垛机号", "field": "sCNo", type: "text" }, |
| | | { "title": "巷道编号", "field": "roadWayNO", type: "text" }, |
| | | ], |
| | | [ |
| | | { "title": "行", "field": "row", type: "text" }, |
| | | { "title": "列", "field": "column", "type": "text" }, |
| | | { "title": "层", "field": "layer", type: "text" }, |
| | | ] |
| | | ]); |
| | | const columns = ref([{ field: 'locationID', title: '货位ID', type: 'int', width: 110, hidden: true, readonly: true, require: true, align: 'left' }, |