black-goat-me
2023-05-19 0a925ba1929c7225e75f864702c64f4656656276
任一字段过滤:未完成
2个文件已修改
9 ■■■■■ 已修改文件
WebTM/Properties/PublishProfiles/JFTM.pubxml.user 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/车间管理/报表分析/Kf_MaterOutSumReport_Cloth.html 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/Properties/PublishProfiles/JFTM.pubxml.user
@@ -4101,7 +4101,7 @@
      <publishTime>05/19/2023 15:25:49</publishTime>
    </File>
    <File Include="views/车间管理/报表分析/Kf_MaterOutSumReport_Cloth.html">
      <publishTime>05/19/2023 15:29:50</publishTime>
      <publishTime>05/19/2023 16:08:01</publishTime>
    </File>
    <File Include="views/车间管理/报表分析/Mes_OrderProcFlowAllReport.html">
      <publishTime>04/11/2023 16:34:43</publishTime>
WebTM/views/³µ¼ä¹ÜÀí/±¨±í·ÖÎö/Kf_MaterOutSumReport_Cloth.html
@@ -366,8 +366,10 @@
                var ColName = $("#ColName").val();//复选框
                var Comparator = $("#Comparator").val()
                var ColContent = $("#ColContent").val();
                //拼接任一字段过滤查询条件
                var com = "";
                if (ColName != 0 && Comparator != 0) {
                    var com = "";
                    switch (Comparator) {
                        case "7":
                            com = "like'%" + ColContent + "%'";
@@ -385,7 +387,7 @@
                            com = "" + Comparator + "'" + ColContent + "'";
                            break;
                    }
                    sWhere += " and " + ColName + " " + com;
                    com = " and " + ColName + " " + com;
                }
                sWhere = {
@@ -395,6 +397,7 @@
                    , HBillNo: HBillNo
                    , HProductName: HProductName
                    , HProductModel: HProductModel
                    //, RandomSearch:com
                }
                set_InitGrid(JSON.stringify(sWhere));
                get_Display(JSON.stringify(sWhere));