From a34059e688e947a2ea079a0646872f1a21089940 Mon Sep 17 00:00:00 2001
From: huanghongfeng <huanghongfeng@hnkhzn.com>
Date: 星期一, 22 九月 2025 14:47:00 +0800
Subject: [PATCH] 1

---
 项目代码/WMS/WIDESEA_WMSClient/src/views/widesea_wms/basicinfo/Dt_SelectionStandards.vue |    9 +++++++--
 1 files changed, 7 insertions(+), 2 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..2bd7e64 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({
@@ -92,7 +96,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