From e41d9b37caa87f71e2dfeb27b80785756887a805 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期五, 17 十月 2025 13:41:35 +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