From c30d23a50e1e1bcb95c527545d8a5d7115994842 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期四, 11 七月 2024 11:20:03 +0800
Subject: [PATCH] 滞留时间报表、销售价格对比报表:第一个任意字段过滤问题解决
---
WebTM/Properties/PublishProfiles/JFTM.pubxml.user | 4 ++--
WebTM/views/车间管理/报表分析/Sc_RetentionTimeReport.html | 1 +
WebTM/views/车间管理/报表分析/Sc_CompareOrderToSelloutReport.html | 1 +
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/WebTM/Properties/PublishProfiles/JFTM.pubxml.user b/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
index 78ac761..92f6720 100644
--- a/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
+++ b/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
@@ -6069,7 +6069,7 @@
<publishTime>03/28/2024 12:52:27</publishTime>
</File>
<File Include="views/杞﹂棿绠$悊/鎶ヨ〃鍒嗘瀽/Sc_CompareOrderToSelloutReport.html">
- <publishTime>07/10/2024 14:07:11</publishTime>
+ <publishTime>07/11/2024 10:29:06</publishTime>
</File>
<File Include="views/杞﹂棿绠$悊/鎶ヨ〃鍒嗘瀽/SC_DayRkReport.html">
<publishTime>06/07/2024 15:42:08</publishTime>
@@ -6108,7 +6108,7 @@
<publishTime>04/11/2023 16:34:43</publishTime>
</File>
<File Include="views/杞﹂棿绠$悊/鎶ヨ〃鍒嗘瀽/Sc_RetentionTimeReport.html">
- <publishTime>07/10/2024 13:48:18</publishTime>
+ <publishTime>07/11/2024 10:28:24</publishTime>
</File>
<File Include="views/杞﹂棿绠$悊/鎶ヨ〃鍒嗘瀽/Sc_StationInBillList.html">
<publishTime>06/07/2024 15:42:08</publishTime>
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/Sc_CompareOrderToSelloutReport.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/Sc_CompareOrderToSelloutReport.html"
index 1d00495..dc7f896 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/Sc_CompareOrderToSelloutReport.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/Sc_CompareOrderToSelloutReport.html"
@@ -507,6 +507,7 @@
com = "" + Comparator + " ''" + ColContent + "'' ";
break;
}
+ sWhere += " and " + ColName + " " + com;
}
if (ColName1 != 0 && Comparator1 != 0) {
var com1 = "";
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/Sc_RetentionTimeReport.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/Sc_RetentionTimeReport.html"
index 969afe2..765368f 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/Sc_RetentionTimeReport.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/Sc_RetentionTimeReport.html"
@@ -507,6 +507,7 @@
com = "" + Comparator + " ''" + ColContent + "'' ";
break;
}
+ sWhere += " and " + ColName + " " + com;
}
if (ColName1 != 0 && Comparator1 != 0) {
var com1 = "";
--
Gitblit v1.9.1