From 557f02072fa311eefe3123aa44afebac22adc465 Mon Sep 17 00:00:00 2001
From: xiaojiao <xiaojiao@kaokeziliao.com>
Date: 星期五, 24 四月 2026 17:24:43 +0800
Subject: [PATCH] 4-24

---
 项目代码/WMS/WIDESEA_WMSClient/src/views/services/container/VV_ContainerInfo.vue |   43 ++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 42 insertions(+), 1 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 15cfb92..67fde2b 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"
@@ -94,6 +94,13 @@
           field: 'location_islocked',
           type: 'select',
         },
+        {
+        field: 'containerdtl_lotNumber',
+        title: '杞存壙鍗曞彿',
+        type: 'text',
+        width: 130,
+        align: 'left',
+      },
       ],
       [
         
@@ -248,6 +255,14 @@
         sort: true,
       },
       {
+        field: 'Placeoforigin',
+        title: '浜у湴',
+        type: 'string',
+        width: 110,
+        align: 'left',
+        sort: true,
+      },
+      {
         field: 'location_id',
         title: '璐т綅缂栧彿',
         type: 'string',
@@ -268,6 +283,22 @@
         type: 'string',
         align: 'left',
         sort: true,
+      },
+      {
+        field: 'Standard_value',
+        title: '鍚堟牸璇侀噸閲�',
+        type: 'string', // 鎶� string 鏀规垚 text锛堝緢澶氬皝瑁呯粍浠惰 text 鑰岄潪 string锛�
+        align: 'left',
+        sort: true,
+        width: 140, // 鏄惧紡璁剧疆瀹藉害锛岄伩鍏嶅搴︿负0
+      },
+      {
+        field: 'Standard_value_NumResult',
+        title: '鍚堟牸璇佽绠楃粨鏋滄暟鍊�',
+        type: 'string', // 鎶� string 鏀规垚 text锛堝緢澶氬皝瑁呯粍浠惰 text 鑰岄潪 string锛�
+        align: 'left',
+        sort: true,
+        width: 140, // 鏄惧紡璁剧疆瀹藉害锛岄伩鍏嶅搴︿负0
       },
       {
         field: 'containerdtl_goodsWeight',
@@ -292,6 +323,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',
@@ -352,7 +394,6 @@
         type: 'string',
         width: 90,
         align: 'left',
-        hidden: true
       },
       {
         field: 'containerdtl_ProductDate',

--
Gitblit v1.9.3