From 9546f77e31dd67e86f2f51237e34974390ddf9d1 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期五, 27 六月 2025 16:22:14 +0800
Subject: [PATCH] 工程阶段 修复工程类别不能正常显示 工程阶段 修复工程类别不能正常显示 职员编辑 添加 岗位清单 PNL布局 添加修改/审核/禁用 信息和控制 PNL检验信息 添加修改/审核 信息和控制

---
 WebTM/layuiadmin/MESLanguage.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WebTM/layuiadmin/MESLanguage.js b/WebTM/layuiadmin/MESLanguage.js
index 24dd89f..03170dd 100644
--- a/WebTM/layuiadmin/MESLanguage.js
+++ b/WebTM/layuiadmin/MESLanguage.js
@@ -156,7 +156,7 @@
                     }
 
                     for (var j = 0; j < indicesList.length; j++) {
-                        document.querySelectorAll(data[i].HFieldCode)[indicesList[j]].innerHTML = document.querySelectorAll(data[i].HFieldCode)[indicesList[j]].innerHTML.replace(data[i].HFieldName, HTranslationText);
+                        document.querySelectorAll(data[i].HFieldCode)[indicesList[j]].innerText = document.querySelectorAll(data[i].HFieldCode)[indicesList[j]].innerText.replace(data[i].HFieldName, HTranslationText);
                     }
 
                 }

--
Gitblit v1.9.1