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 | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 50 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 0c31524..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',
@@ -531,6 +573,14 @@
align: 'left',
},
{
+ field: 'containerdtl_text3',
+ title: '澶嶆缁撴灉',
+ type: 'string',
+ width: 120,
+ hidden: false,
+ align: 'left',
+ },
+ {
field: 'containerdtl_createtime',
title: '鍒涘缓鏃堕棿',
type: 'datetime',
--
Gitblit v1.9.3