From 85393c9a8be22f933fea250975f19eccba8d62a2 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期一, 12 一月 2026 15:14:26 +0800
Subject: [PATCH] 四维尔:产品包装容器关联信息,增加限制 子表不能又相同的容器主档。容器只有为发货容器、周转容器时才可以将其设置为对应的默认发货容器、默认周转容器

---
 WebTM/views/home/console.html |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/WebTM/views/home/console.html b/WebTM/views/home/console.html
index 99133d3..edcba28 100644
--- a/WebTM/views/home/console.html
+++ b/WebTM/views/home/console.html
@@ -322,6 +322,8 @@
                         HTranslationText = data[i].HTranslationText_English;
                     } else if (sessionStorage["HTranSlate"] == "3") {
                         HTranslationText = data[i].HTranslationText_Spain;
+                    } else {
+                        HTranslationText = data[i].HCaption;
                     }
 
                     if (i == 0) {

--
Gitblit v1.9.1