From b532ba8806996246ab7a0896bf34b884c47dee7e Mon Sep 17 00:00:00 2001
From: xiaojiao <xiaojiao@kaokeziliao.com>
Date: 星期二, 14 四月 2026 14:06:25 +0800
Subject: [PATCH] 试生产版本

---
 项目代码/WMS/WIDESEA_WMSClient/src/views/services/container/VV_ContainerInfo.vue |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/services/container/VV_ContainerInfo.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/services/container/VV_ContainerInfo.vue"
index 44adf7f..c2259de 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/services/container/VV_ContainerInfo.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/services/container/VV_ContainerInfo.vue"
@@ -270,6 +270,14 @@
         sort: true,
       },
       {
+        field: 'Standard_value',
+        title: '鍚堟牸璇侀噸閲�',
+        type: 'string', // 鎶� string 鏀规垚 text锛堝緢澶氬皝瑁呯粍浠惰 text 鑰岄潪 string锛�
+        align: 'left',
+        sort: true,
+        width: 140, // 鏄惧紡璁剧疆瀹藉害锛岄伩鍏嶅搴︿负0
+      },
+      {
         field: 'containerdtl_goodsWeight',
         title: '娴嬮噺閲嶉噺',
         type: 'int', // 鎶� string 鏀规垚 text锛堝緢澶氬皝瑁呯粍浠惰 text 鑰岄潪 string锛�
@@ -292,6 +300,17 @@
         width: 120,
         align: 'left',
         sort: true,
+        formatter: function(row, column) {
+        // 鑾峰彇鍘熷鍊�
+        const originalValue = row.containerdtl_text3;
+        
+        // 杞崲閫昏緫绀轰緥1锛氱┖鍊煎鐞� + 鎷兼帴鍗曚綅锛堟渶甯哥敤锛�
+        if (originalValue == "鏈妫�") {
+          return '鏈祴閲�'; // 绌哄�兼椂鏄剧ず鈥滄湭娴嬮噺鈥�
+        }else{
+          return originalValue; // 鍏朵粬鎯呭喌鏄剧ず鍘熷鍊�
+        }
+      }
       },
       {
         field: 'location_state',

--
Gitblit v1.9.3