| | |
| | | const searchFormFields = ref({ |
| | | aGVStationCode:"", |
| | | aGVStationHeight:"", |
| | | aGVFrontCode:"" |
| | | aGVFrontCode:"", |
| | | enable:"" |
| | | }); |
| | | const searchFormOptions = ref([ |
| | | [ |
| | | {title:"绔欑偣淇℃伅", field:"aGVStationCode", type:"like"}, |
| | | {title:"MES鐐逛綅", field:"mesPointCode", type:"flaot"}, |
| | | {title:"鍖哄煙", field:"stationArea",type:"select",dataKey:"agvStationAreaEnum",data:[]} |
| | | {title:"鍖哄煙", field:"stationArea",type:"select",dataKey:"agvStationAreaEnum",data:[]}, |
| | | { title: "鏄惁鍗犵敤", field: "isOccupied", type: "select", dataKey: "enable", data: [] }, |
| | | ] |
| | | ]); |
| | | const columns = ref([{field:'id',title:'涓婚敭',type:'int',width:110,hidden:true,readonly:true,require:true,align:'left'}, |