@@ -18,10 +18,10 @@ var bootstrap = function ($, learun) { | |||||
}, 220, 400); | }, 220, 400); | ||||
$('#LeaveType').lrDataItemSelect({ code: 'LeaveType' }); | $('#LeaveType').lrDataItemSelect({ code: 'LeaveType' }); | ||||
$('#CheckStatus').lrselect({ | $('#CheckStatus').lrselect({ | ||||
data: [{ text: "草稿", value: "0" }, { text: "审核中", value: "1" }, { text: "审核通过", value: "1" }, { text: "审核未通过", value: "1" }], | |||||
data: [{ text: "草稿", value: "0" }, { text: "审核中", value: "1" }, { text: "审核通过", value: "2" }, { text: "审核未通过", value: "3" }], | |||||
text: "text", | text: "text", | ||||
value: "value" | value: "value" | ||||
}) | |||||
}); | |||||
// 刷新 | // 刷新 | ||||
$('#lr_refresh').on('click', function () { | $('#lr_refresh').on('click', function () { | ||||
location.reload(); | location.reload(); | ||||
@@ -18,7 +18,11 @@ var bootstrap = function ($, learun) { | |||||
page.search(queryJson); | page.search(queryJson); | ||||
}, 220, 400); | }, 220, 400); | ||||
$('#LeaveType').lrDataItemSelect({ code: 'LeaveType' }); | $('#LeaveType').lrDataItemSelect({ code: 'LeaveType' }); | ||||
$('#CheckStatus').lrDataItemSelect({ code: 'LeaveCheck' }); | |||||
$('#CheckStatus').lrselect({ | |||||
data: [{ text: "草稿", value: "0" }, { text: "审核中", value: "1" }, { text: "审核通过", value: "2" }, { text: "审核未通过", value: "3" }], | |||||
text: "text", | |||||
value: "value" | |||||
}); | |||||
// 刷新 | // 刷新 | ||||
$('#lr_refresh').on('click', function () { | $('#lr_refresh').on('click', function () { | ||||
location.reload(); | location.reload(); | ||||
@@ -8230,6 +8230,7 @@ | |||||
<None Include="Properties\PublishProfiles\FolderProfile45.pubxml" /> | <None Include="Properties\PublishProfiles\FolderProfile45.pubxml" /> | ||||
<None Include="Properties\PublishProfiles\FolderProfile46.pubxml" /> | <None Include="Properties\PublishProfiles\FolderProfile46.pubxml" /> | ||||
<None Include="Properties\PublishProfiles\FolderProfile47.pubxml" /> | <None Include="Properties\PublishProfiles\FolderProfile47.pubxml" /> | ||||
<None Include="Properties\PublishProfiles\FolderProfile48.pubxml" /> | |||||
<None Include="Properties\PublishProfiles\FolderProfile5.pubxml" /> | <None Include="Properties\PublishProfiles\FolderProfile5.pubxml" /> | ||||
<None Include="Properties\PublishProfiles\FolderProfile6.pubxml" /> | <None Include="Properties\PublishProfiles\FolderProfile6.pubxml" /> | ||||
<None Include="Properties\PublishProfiles\FolderProfile7.pubxml" /> | <None Include="Properties\PublishProfiles\FolderProfile7.pubxml" /> | ||||