1
huanghongfeng
4 天以前 b1c2dd1869a51b8f0e4acb9ddeb148f796db147f
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/views/widesea_wms/basicinfo/Dt_LocationInfo.vue
@@ -30,7 +30,14 @@
                { "title": "是否禁用", "field": "enalbeStatus", "type": "select", dataKey: "EnalbeStatus", data: [] }, 
            ]
        ]);
        const searchFormFields = ref({ "LocationID": "",roadWayNO:"","column":"","row":"","layer":"" });
        const searchFormFields = ref({
            locationCode:"",
            locationStatus:"",
            roadWayNO:"",
            column:"",
            enalbeStatus:"",
            depth:"",
        });
        const searchFormOptions = ref([
            [
                { "title": "货位编号", "field": "locationCode", type: "text" },
@@ -38,9 +45,9 @@
                { "title": "巷道编号", "field": "roadWayNO", type: "text" },
            ],
            [
                { "title": "行", "field": "row", type: "int" },
                { "title": "列", "field": "column", type: "int" },
                { "title": "层", "field": "layer", type: "int" },
                { "title": "行", "field": "row", type: "text" },
                { "title": "列", "field": "column", type: "text" },
                { "title": "层", "field": "layer", type: "text" },
            ],
            [
                { "title": "是否禁用", "field": "enalbeStatus", "type": "select", dataKey: "EnalbeStatus", data: [] },