From 5ab7ee3da0e88567a2bb151202f2d2581fd4d392 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期五, 12 九月 2025 08:30:53 +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