From 69f288cfb895577687f3ff2facf722cf4658c3d0 Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期二, 16 一月 2024 10:06:44 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-LayUI

---
 WebTM/views/车间管理/报表分析/Kf_ColorBlankLustringOutReport.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_ColorBlankLustringOutReport.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_ColorBlankLustringOutReport.html"
index 5bd0fa8..f5f63a0 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_ColorBlankLustringOutReport.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_ColorBlankLustringOutReport.html"
@@ -285,7 +285,7 @@
                     url: GetWEBURL() + '/ProdProcessSumReport/Kf_ColorBlankLustringOutReport',
                     type: "GET",
                     async: false,
-                    data: { "sWhere": sWhere },
+                    data: { "sWhere": sWhere, "user": sessionStorage["HUserName"] },
                     success: function (data1) {
 
                         if (data1.count == 1) {

--
Gitblit v1.9.1