1
huanghongfeng
5 天以前 b1c2dd1869a51b8f0e4acb9ddeb148f796db147f
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/views/widesea_wms/basicinfo/Dt_SelectionStandards.vue
@@ -24,6 +24,7 @@
            sortName: "id"
        });
        const editFormFields = ref({
            "id":"",
            "carType": "",
            "mttype": "",
            "neworold": "",
@@ -58,11 +59,11 @@
        ]);
        const searchFormFields = ref({
            "carType":"",
            mttype:""
            "mttype":""
        });
        const searchFormOptions = ref([
            [
                { "title": "适用车型", "field": "carType", type: "like" },
                { "title": "适用车型", "field": "carType", type: "text" },
                //{ "title": "货位状态", "field": "locationStatus", "type": "select", dataKey: "LocationState", data: [] },
                { "title": "动拖属性", "field": "mttype", type: "text" },
            ],