From 7b4ff2da15d571ea96f0d1eb5dd2dc60a7651faa Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期五, 19 七月 2024 17:22:46 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-LayUI

---
 WebTM/views/设备管理/Sb_EquipDotCheckBillEdit.html |    6 +++---
 1 files changed, 3 insertions(+), 3 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 204f376..58ff781 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"
@@ -532,8 +532,8 @@
                             return layer.msg('璇烽�夋嫨涓�鏉℃暟鎹�');
                         }
                         $("#HPlanName").val(checkStatus.data[0].鍗曟嵁鍙�);
-                        $("#HPlanNo").val(checkStatus.data[0].hmainid);
-                        $("#HEquipDotCheckPlanInterID").val(checkStatus.data[0].hmainid);
+                        $("#HPlanNo").val(checkStatus.data[0].鍗曟嵁鍙�);
+                        $("#HEquipDotCheckPlanInterID").val(checkStatus.data[0].hmainid);                        
                         //$("#HEquipName").val(checkStatus.data[0].璁惧鍚嶇О);
                         //$("#HEquipID").val(checkStatus.data[0].璁惧ID);
                         $("#HEquipDotCheckRuleInterID").val(checkStatus.data[0].HMouldDotCheckRuleID);
@@ -546,7 +546,7 @@
             });
 
             function get_DocCheckItem3() {
-                var HPlanID = $("#HPlanNo").val() //鐐规璁″垝ID
+                var HPlanID = $("#HEquipDotCheckPlanInterID").val() //鐐规璁″垝ID
                 var HDate = $("#HDate").val(); //褰撳ぉ鏃ユ湡
                 $.ajax({
                     url: GetWEBURL() + "/Sb_EquipDotCheckPlanBill/Sb_EquipDotCheckPlanBill_PlanList",

--
Gitblit v1.9.1