From 335fa42937fd6d274ebee76c5a76bbc73610da9c Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期一, 17 十一月 2025 11:39:27 +0800
Subject: [PATCH] 添康排产页面直接修改排产数量;小卫单品过站组织ID大小写调整;
---
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