From d41acebbd89f171b0eeb205fca4f68043ca85f95 Mon Sep 17 00:00:00 2001
From: Admin <Admin@ADMIN>
Date: 星期三, 03 十二月 2025 19:47:24 +0800
Subject: [PATCH] 选配与暂存
---
项目代码/WMS/WIDESEA_WMSClient/src/views/widesea_wms/basicinfo/Dt_SelectionStandards.vue | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/basicinfo/Dt_SelectionStandards.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/basicinfo/Dt_SelectionStandards.vue"
index 2bd7e64..eb1abf3 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/basicinfo/Dt_SelectionStandards.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/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' },
--
Gitblit v1.9.3