From 694fa3167c6b7dd4db45b4b1efa7a14e8d459af8 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期二, 20 五月 2025 15:07:53 +0800
Subject: [PATCH] 工序:增加字段HProcType工序类型 工序导入:宝工导入功能调整 生产计划导入:上传文件时显示加载图层
---
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