From b599e63dc2c1442f6b4172284390cdf8fc6928fa Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期一, 26 五月 2025 16:18:16 +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