From 2e65340e012e6bf0a5b90cf1114b971eefd42699 Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期五, 22 九月 2023 13:58:44 +0800 Subject: [PATCH] 工作任务列表、任务汇报列表:增加过滤框后的重置过滤修改 --- WebTM/views/项目管理/工作任务/PM_WorkTaskBillList.html | 2 ++ WebTM/Properties/PublishProfiles/JFTM.pubxml.user | 10 +++++----- WebTM/views/项目管理/工作任务/PM_WorkTaskReportBillList.html | 4 ++++ 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/WebTM/Properties/PublishProfiles/JFTM.pubxml.user b/WebTM/Properties/PublishProfiles/JFTM.pubxml.user index 52bef5e..f273c38 100644 --- a/WebTM/Properties/PublishProfiles/JFTM.pubxml.user +++ b/WebTM/Properties/PublishProfiles/JFTM.pubxml.user @@ -18,10 +18,10 @@ <publishTime>01/28/2016 14:22:24</publishTime> </File> <File Include="bin/WebTM.dll"> - <publishTime>09/22/2023 12:43:45</publishTime> + <publishTime>09/22/2023 13:42:45</publishTime> </File> <File Include="bin/WebTM.pdb"> - <publishTime>09/22/2023 12:43:45</publishTime> + <publishTime>09/22/2023 13:42:45</publishTime> </File> <File Include="HtmlPage1.html"> <publishTime>04/11/2023 16:34:42</publishTime> @@ -4581,13 +4581,13 @@ <publishTime>09/07/2023 10:55:19</publishTime> </File> <File Include="views/椤圭洰绠$悊/宸ヤ綔浠诲姟/PM_WorkTaskBillList.html"> - <publishTime>09/22/2023 13:34:07</publishTime> + <publishTime>09/22/2023 13:52:58</publishTime> </File> <File Include="views/椤圭洰绠$悊/宸ヤ綔浠诲姟/PM_WorkTaskReportBill.html"> <publishTime>09/20/2023 13:35:48</publishTime> </File> <File Include="views/椤圭洰绠$悊/宸ヤ綔浠诲姟/PM_WorkTaskReportBillList.html"> - <publishTime>09/22/2023 13:35:05</publishTime> + <publishTime>09/22/2023 13:51:14</publishTime> </File> <File Include="views/椤圭洰绠$悊/宸ョ▼椤圭洰/PM_ProjectBill.html"> <publishTime>09/03/2023 14:04:05</publishTime> @@ -4869,7 +4869,7 @@ <publishTime>04/11/2023 16:34:43</publishTime> </File> <File Include="Web.config"> - <publishTime>09/22/2023 12:43:48</publishTime> + <publishTime>09/22/2023 13:42:53</publishTime> </File> </ItemGroup> </Project> \ No newline at end of file diff --git "a/WebTM/views/\351\241\271\347\233\256\347\256\241\347\220\206/\345\267\245\344\275\234\344\273\273\345\212\241/PM_WorkTaskBillList.html" "b/WebTM/views/\351\241\271\347\233\256\347\256\241\347\220\206/\345\267\245\344\275\234\344\273\273\345\212\241/PM_WorkTaskBillList.html" index 02bba11..bdcc8dc 100644 --- "a/WebTM/views/\351\241\271\347\233\256\347\256\241\347\220\206/\345\267\245\344\275\234\344\273\273\345\212\241/PM_WorkTaskBillList.html" +++ "b/WebTM/views/\351\241\271\347\233\256\347\256\241\347\220\206/\345\267\245\344\275\234\344\273\273\345\212\241/PM_WorkTaskBillList.html" @@ -458,6 +458,8 @@ $("#HBillNo").val(""); $("#HProNumber").val(""); $("#HName").val(""); + $("#HReceiveEmp").val(""); + $("#HBillStatus").val(""); $("#HOrgID").val(sessionStorage["OrganizationID"]); $("#ColContent").val(""); $("#ColName").val("0"); diff --git "a/WebTM/views/\351\241\271\347\233\256\347\256\241\347\220\206/\345\267\245\344\275\234\344\273\273\345\212\241/PM_WorkTaskReportBillList.html" "b/WebTM/views/\351\241\271\347\233\256\347\256\241\347\220\206/\345\267\245\344\275\234\344\273\273\345\212\241/PM_WorkTaskReportBillList.html" index feb683a..a7a67d3 100644 --- "a/WebTM/views/\351\241\271\347\233\256\347\256\241\347\220\206/\345\267\245\344\275\234\344\273\273\345\212\241/PM_WorkTaskReportBillList.html" +++ "b/WebTM/views/\351\241\271\347\233\256\347\256\241\347\220\206/\345\267\245\344\275\234\344\273\273\345\212\241/PM_WorkTaskReportBillList.html" @@ -456,6 +456,10 @@ //#region 閲嶇疆杩囨护鏉′欢鏂规硶 function set_ClearQuery() { $("#HBillNo").val(""); + $("#HReportEmp").val(""); + $("#HBillStatus").val(""); + $("#HProjectName").val(""); + $("#HTaskNote").val(""); $("#HOrgID").val(sessionStorage["OrganizationID"]); $("#ColContent").val(""); $("#ColName").val("0"); -- Gitblit v1.9.1