From ef4ba11d43ff3687fdc1a3be97ae382184f04caa Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期四, 09 四月 2026 12:08:11 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-LayUI
---
WebTM/views/设备管理/设备工艺参数订单点检表/SB_EquipICMOTechParamBillEdit.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git "a/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/\350\256\276\345\244\207\345\267\245\350\211\272\345\217\202\346\225\260\350\256\242\345\215\225\347\202\271\346\243\200\350\241\250/SB_EquipICMOTechParamBillEdit.html" "b/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/\350\256\276\345\244\207\345\267\245\350\211\272\345\217\202\346\225\260\350\256\242\345\215\225\347\202\271\346\243\200\350\241\250/SB_EquipICMOTechParamBillEdit.html"
index 995f53f..05d4dc4 100644
--- "a/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/\350\256\276\345\244\207\345\267\245\350\211\272\345\217\202\346\225\260\350\256\242\345\215\225\347\202\271\346\243\200\350\241\250/SB_EquipICMOTechParamBillEdit.html"
+++ "b/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/\350\256\276\345\244\207\345\267\245\350\211\272\345\217\202\346\225\260\350\256\242\345\215\225\347\202\271\346\243\200\350\241\250/SB_EquipICMOTechParamBillEdit.html"
@@ -965,7 +965,6 @@
let interID = isEmpty($('#HInterID').val()) == true ? 0 : $('#HInterID').val()
let HProcID = $('#HProcID').val()
let HSourceID = $('#HSourceID').val()
- debugger
if (isEmpty(HProcID, true, true) == false) {
// 宸ュ簭鏄繀濉」
sWhere = " and HProcID = " + HProcID + " and HSourceID = " + HSourceID
@@ -1956,6 +1955,7 @@
//#region 瀹℃牳锛坣um=1锛�/鍙嶅鏍革紙num=2锛�
function set_CheckBill(num) {
+ HInterID = $("#HInterID").val()
$.ajax({
type: "GET",
url: GetWEBURL() + "/SB_EquipICMOTechParamBillController/GetSB_EquipICMOTechParamBill_Check_Json",
--
Gitblit v1.9.1