From 63ba619e1a67b46156c22a45edb1e38d6d1663c3 Mon Sep 17 00:00:00 2001
From: pzy <2829717936@qq.com>
Date: 星期四, 05 九月 2024 15:24:49 +0800
Subject: [PATCH] 设备工艺参数数采
---
WebTM/views/PublicPage/PowerInformation.html | 11 +++++------
1 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/WebTM/views/PublicPage/PowerInformation.html b/WebTM/views/PublicPage/PowerInformation.html
index 58bfdef..67f2c70 100644
--- a/WebTM/views/PublicPage/PowerInformation.html
+++ b/WebTM/views/PublicPage/PowerInformation.html
@@ -259,7 +259,7 @@
return false;
}
var sSubStr = JSON.stringify(table.cache['mainTable']);
- var sMainSub = TagId + ';' + sSubStr + ';' + linterid;
+ var sMainSub = TagId + ';' + sSubStr + ';' + linterid + ";" + HSouceBillType;
//console.log(sMainSub);
//return false;
$.ajax(
@@ -272,7 +272,7 @@
success: function (data) {
if (data.count == 1) { // 璇存槑楠岃瘉鎴愬姛浜嗭紝
layer.msg(data.Message, { time: 1 * 1000, icon: 1 }, function () {
- $('#add-btn').addClass("layui-btn-disabled").attr("disabled", true);
+ //$('#add-btn').addClass("layui-btn-disabled").attr("disabled", true);
get_Display(sGnbm);
});
}
@@ -295,7 +295,7 @@
$.ajax({
url: GetWEBURL() + '/PublicPageMethod/PowerList',
type: "GET",
- data: { "czybm": linterid, "sGnbm": sGnbm },
+ data: { "czybm": linterid, "sGnbm": sGnbm, "HSouceBillType": HSouceBillType},
success: function (data1) {
if (data1.count == 1) {
option.data = data1.data;
@@ -346,10 +346,9 @@
} else {
treeData.push(it)
}
- })
+ })
return treeData;
- }
-
+ }
</script>
</body>
--
Gitblit v1.9.1