wangxinhui
2025-12-29 d0cc37c3c11859cc55f30624692dca55be2b8a32
项目代码/WMS/WMSClient/src/views/basic/agvStationInfo.vue
@@ -69,13 +69,15 @@
            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'},