| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| | | <PropertyGroup> |
| | | <NameOfLastUsedPublishProfile>D:\ç½ç«åå¸\å端代ç \MES-WEB-TM\MESWMS-LayUI\WebTM\Properties\PublishProfiles\JFTM.pubxml</NameOfLastUsedPublishProfile> |
| | | <NameOfLastUsedPublishProfile>D:\æºäºè¿æ\MES\MES-WEB-LayUI\WebTM\Properties\PublishProfiles\FolderProfile.pubxml</NameOfLastUsedPublishProfile> |
| | | <ProjectView>ProjectFiles</ProjectView> |
| | | <LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig> |
| | | <LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig> |
| | | <UseIISExpress>true</UseIISExpress> |
| | | <Use64BitIISExpress /> |
| | | <IISExpressSSLPort /> |
| | |
| | | layui.table.reload('mainTable', { |
| | | data: updatedData |
| | | }); |
| | | |
| | | // åæ¶ç¼è¾ç¶æ |
| | | cell.removeAttr('contenteditable'); |
| | | //åæ¶åæ³¡ |
| | | event.stopPropagation(); |
| | | }); |
| | | |
| | | |
| | |
| | | success: function (data) { |
| | | if (data.count == 1) { |
| | | layer.msg(data.Message, { time: 1 * 10000, icon: 1 }, function () { |
| | | if (linterid == undefined) { |
| | | $('#add-btn').addClass("layui-btn-disabled").attr("disabled", true); |
| | | location.reload(); |
| | | } |
| | | else { |
| | | location.reload(); |
| | | } |
| | | $('#add-btn').addClass("layui-btn-disabled").attr("disabled", true); |
| | | }); |
| | | } |
| | | else { |