From 3bd61bd433fb39fedecd33f8f7e8e0d4d059ce1d Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期二, 19 八月 2025 18:11:28 +0800
Subject: [PATCH] 华远:报表折线图
---
WebTM/views/Baseset/基础资料/Gy_RoutingBillList.html | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git "a/WebTM/views/Baseset/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_RoutingBillList.html" "b/WebTM/views/Baseset/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_RoutingBillList.html"
index b0fcbc9..e73213a 100644
--- "a/WebTM/views/Baseset/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_RoutingBillList.html"
+++ "b/WebTM/views/Baseset/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_RoutingBillList.html"
@@ -67,9 +67,11 @@
}
var HMaterID = "";
+ var HProID = 0;
var params = getUrlVars();
if (params[params[0]] != "undefined") {
HMaterID = params[params[0]]; //浠庡弬鏁颁腑鑾峰彇
+ HProID = params[params[1]]; //浠庡弬鏁颁腑鑾峰彇
}
RoadQuery($('#Value').val());
@@ -97,9 +99,9 @@
function RoadQuery(Where) {
var Value = Where;
if (Value == null) {
- Value = " and HMaterID=" + HMaterID + " and HOrgID = " + sessionStorage["OrganizationID"];
+ Value = " and HMaterID=" + HMaterID + " and HMainProcID=" + HProID+" and HOrgID = " + sessionStorage["OrganizationID"];
} else {
- Value = " and HMaterID=" + HMaterID + " and HOrgID = " + sessionStorage["OrganizationID"] + " and ( 鍗曟嵁鍙� like '%" + Where + "%' or 鍗曟嵁鍙� like '%" + Where + "%' ) "
+ Value = " and HMaterID=" + HMaterID + " and HMainProcID=" + HProID +" and HOrgID = " + sessionStorage["OrganizationID"] + " and ( 鍗曟嵁鍙� like '%" + Where + "%' or 鍗曟嵁鍙� like '%" + Where + "%' ) "
}
var index = layer.load();
$.ajax({
--
Gitblit v1.9.1