| WebTM/Properties/PublishProfiles/JFTM.pubxml.user | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| WebTM/views/车间管理/报表分析/Kf_MaterOutSumReport_Cloth.html | ●●●●● 补丁 | 查看 | 原始文档 | 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));