duhe
2024-07-11 c30d23a50e1e1bcb95c527545d8a5d7115994842
滞留时间报表、销售价格对比报表:第一个任意字段过滤问题解决
3个文件已修改
6 ■■■■■ 已修改文件
WebTM/Properties/PublishProfiles/JFTM.pubxml.user 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/车间管理/报表分析/Sc_CompareOrderToSelloutReport.html 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/车间管理/报表分析/Sc_RetentionTimeReport.html 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>
WebTM/views/车间管理/报表分析/Sc_CompareOrderToSelloutReport.html
@@ -507,6 +507,7 @@
                            com = "" + Comparator + " ''" + ColContent + "'' ";
                            break;
                    }
                    sWhere += " and " + ColName + " " + com;
                }
                if (ColName1 != 0 && Comparator1 != 0) {
                    var com1 = "";
WebTM/views/车间管理/报表分析/Sc_RetentionTimeReport.html
@@ -507,6 +507,7 @@
                            com = "" + Comparator + " ''" + ColContent + "'' ";
                            break;
                    }
                    sWhere += " and " + ColName + " " + com;
                }
                if (ColName1 != 0 && Comparator1 != 0) {
                    var com1 = "";