From 9e23ca1777dd20f58693dfe361da151e9ef4fe0f Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期五, 30 五月 2025 13:50:32 +0800
Subject: [PATCH] fix: 修正设备工艺参数订单点检表 历史记录不存在数据时,会显示一条空数据的问题

---
 WebTM/views/设备管理/Sb_EquipDotCheckBillEdit.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git "a/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EquipDotCheckBillEdit.html" "b/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EquipDotCheckBillEdit.html"
index 239e398..c0b2452 100644
--- "a/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EquipDotCheckBillEdit.html"
+++ "b/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EquipDotCheckBillEdit.html"
@@ -635,8 +635,8 @@
                         $("#HPlanName").val(checkStatus.data[0].鍗曟嵁鍙�);
                         $("#HPlanNo").val(checkStatus.data[0].鍗曟嵁鍙�);
                         $("#HEquipDotCheckPlanInterID").val(checkStatus.data[0].hmainid);                        
-                        //$("#HEquipName").val(checkStatus.data[0].璁惧鍚嶇О);
-                        //$("#HEquipID").val(checkStatus.data[0].璁惧ID);
+                        $("#HEquipName").val(checkStatus.data[0].璁惧鍚嶇О);
+                        $("#HEquipID").val(checkStatus.data[0].璁惧ID);
                         $("#HEquipDotCheckRuleInterID").val(checkStatus.data[0].HMouldDotCheckRuleID);
                         $("#HEquipDotCheckRuleInterNo").val(checkStatus.data[0].璁惧鐐规瑙勭▼);
                         layer.close(index);  //瀹冭幏鍙栫殑濮嬬粓鏄渶鏂板脊鍑虹殑鏌愪釜灞傦紝鍊兼槸鐢眑ayer鍐呴儴鍔ㄦ�侀�掑璁$畻鐨�

--
Gitblit v1.9.1