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 |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 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 822106a..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"
@@ -34,7 +34,8 @@
             "isCantainGK": "",
             "lowerValue_gk": "",
             "upperValue_gk": "",
-            "postContainer":""
+            "postContainer":"",
+            "estimatedvalue":""
         });
         const editFormOptions = ref([
             [
@@ -59,6 +60,9 @@
             ],
             [
                 { "title": "鍒跺姩鐩樻柟鍚�", "field": "postContainer", "type": "select", dataKey: "", data: [{key:"涓�",value:"涓�"},{key:"渚�",value:"渚�"}] },
+            ],
+            [
+                { "title": "棰勪及鍊�", "field": "estimatedvalue", "type": "decimal" },
             ]
         ]);
         const searchFormFields = ref({
@@ -68,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' },
@@ -92,7 +94,8 @@
         //{ field: 'modifier', title: '淇敼浜�', type: 'string', sort: true, width: 90, align: 'left' },
         //{ field: 'modifyDate', title: '淇敼鏃堕棿', type: 'datetime', sort: true, width: 90, align: 'left', sort: true },
         { field: 'postContainer', title: '鍒跺姩鐩樻柟鍚�', type: 'bool', width: 120, align: 'left', bind: { key: "", data: [{key:"涓�",value:"涓�"},{key:"渚�",value:"渚�"}]} },
-        ]);
+        { field: 'estimatedvalue', title: '棰勪及杞緞鍊�', type: 'decimal', width: 110, align: 'left' },
+    ]);
         const detail = ref({
             cnName: "#detailCnName",
             table: "#detailTable",

--
Gitblit v1.9.3