From db877741ea3c8c03ca6ce7f80fc226b3cbe3723e Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期一, 15 一月 2024 13:31:55 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-LayUI

---
 WebTM/views/车间管理/报表分析/Kf_HairtipReport.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git "a/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\346\212\245\350\241\250\345\210\206\346\236\220/Kf_HairtipReport.html" "b/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\346\212\245\350\241\250\345\210\206\346\236\220/Kf_HairtipReport.html"
index dd7f8ed..3427cd0 100644
--- "a/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\346\212\245\350\241\250\345\210\206\346\236\220/Kf_HairtipReport.html"
+++ "b/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\346\212\245\350\241\250\345\210\206\346\236\220/Kf_HairtipReport.html"
@@ -285,7 +285,7 @@
                     url: GetWEBURL() + '/ProdProcessSumReport/Kf_PressurizedWaterOutReport',
                     type: "GET",
                     async: false,
-                    data: { "sWhere": sWhere, "HBillType":"Kf_HairtipReport" },
+                    data: { "sWhere": sWhere, "HBillType": "Kf_HairtipReport", "user": sessionStorage["HUserName"] },
                     success: function (data1) {
 
                         if (data1.count == 1) {

--
Gitblit v1.9.1