| | |
| | | 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": "sCNo", type: "text" }, |
| | | { "title": "巷道编号", "field": "roadWayNO", type: "text" }, |
| | | ] |
| | | ]); |