Admin
2025-12-03 d41acebbd89f171b0eeb205fca4f68043ca85f95
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/views/widesea_wms/basicinfo/Dt_SelectionStandards.vue
@@ -72,13 +72,11 @@
        const searchFormOptions = ref([
            [
                { "title": "适用车型", "field": "carType", type: "text" },
                //{ "title": "货位状态", "field": "locationStatus", "type": "select", dataKey: "LocationState", data: [] },
                { "title": "动拖属性", "field": "mttype", "type": "select", dataKey: "dongtuoshux", data: []  },
                { "title": "新/旧", "field": "neworold", type: "select", dataKey: "NewOld", data: [] },
                { "title": "等级", "field": "gkdj", type: "select", dataKey: "Level", data: [] },
            ],
            [
                //{ "title": "是否禁用", "field": "enalbeStatus", "type": "select", dataKey: "EnalbeStatus", data: [] }
                // { "title": "列", "field": "column", "type": "text" },
                // { "title": "层", "field": "layer", type: "text" },
                { "title": "动拖属性", "field": "mttype", "type": "select", dataKey: "dongtuoshux", data: []  },
            ]
        ]);
        const columns = ref([{ field: 'id', title: 'ID', type: 'int', width: 110, hidden: true, readonly: true, require: true, align: 'left' },