| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| | | <PropertyGroup> |
| | | <NameOfLastUsedPublishProfile>D:\ä¹ä¸è®¡éåä½å表\MES-WEB-LayUI\WebTM\Properties\PublishProfiles\JFTM.pubxml</NameOfLastUsedPublishProfile> |
| | | <NameOfLastUsedPublishProfile>D:\ç½ç«åå¸\å端代ç \MES-WEB-TM\MESWMS-LayUI\WebTM\Properties\PublishProfiles\JFTM.pubxml</NameOfLastUsedPublishProfile> |
| | | <ProjectView>ProjectFiles</ProjectView> |
| | | <LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig> |
| | | <UseIISExpress>true</UseIISExpress> |
| | |
| | | col.push({ field: "HTuesday", title: "å¨äº", align: 'center', sort: true, width: 120 }) |
| | | col.push({ field: "HWednesday", title: "å¨ä¸", align: 'center', sort: true, width: 120 }) |
| | | col.push({ field: "HThursday", title: "å¨å", align: 'center', sort: true, width: 120 }) |
| | | col.push({ field: "HFirday", title: "å¨äº", align: 'center', sort: true, width: 120 }) |
| | | col.push({ field: "HFriday", title: "å¨äº", align: 'center', sort: true, width: 120 }) |
| | | col.push({ field: "HSaturday", title: "å¨å
", align: 'center', sort: true, width: 120 }) |
| | | col.push({ field: "HSunday", title: "卿¥", align: 'center', sort: true, width: 120 }) |
| | | //设置å |
| | |
| | | //#region ä»»æåæ®µè¿æ»¤ï¼ååæ¾ç¤ºä¸ææ¡ |
| | | function ColFilter() { |
| | | var Organization = '<option value="0" selected="selected" ></option>'; |
| | | var noneArray = ["HMonday", "HTuesday", "HWednesday", "HThursday", "HFriday", "HSaturday", "HSunday"]; //设置ä¸è¿è¡è¿æ»¤çåæ®µ |
| | | for (var i = 1; i < option.cols[0].length; i++) { |
| | | if (option.cols[0][i].hide != true) { |
| | | if (option.cols[0][i].hide != true && $.inArray(option.cols[0][i].field, noneArray) == -1) { |
| | | Organization += '<option style="color:blue;" value="' + option.cols[0][i].field + '">' + option.cols[0][i].field + '</option>'; |
| | | } |
| | | } |