|
@@ -171,9 +171,26 @@
|
|
<div class="alert alert-dark py-1 px-2 mb-2" role="alert">
|
|
<div class="alert alert-dark py-1 px-2 mb-2" role="alert">
|
|
功能设置
|
|
功能设置
|
|
</div>
|
|
</div>
|
|
- <div class="my-2">
|
|
|
|
- 自定义变更类别
|
|
|
|
- <a class="pull-right mr-3" href="#bgclass" data-toggle="modal" data-target="#bgclass">设置</a>
|
|
|
|
|
|
+ <div class="mb-1">
|
|
|
|
+ <div class="form-check form-check-inline">
|
|
|
|
+ <input class="form-check-input" type="checkbox" id="inlineCheckbox11" checked disabled>
|
|
|
|
+ <label class="form-check-label" for="inlineCheckbox11">开启自定义变更类别</label>
|
|
|
|
+ </div>
|
|
|
|
+ <a class="pull-right mr-3" href="#bgclass" data-toggle="modal" data-target="#bgclass">设置</a>
|
|
|
|
+ </div>
|
|
|
|
+<!-- <div class="mb-1">-->
|
|
|
|
+<!-- <div class="form-check form-check-inline">-->
|
|
|
|
+<!-- <input class="form-check-input" type="checkbox" id="inlineCheckbox12" value="option1">-->
|
|
|
|
+<!-- <label class="form-check-label" for="inlineCheckbox12">开启变更令状态功能 </label>-->
|
|
|
|
+<!-- <a href="" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="变更令提供临时、立项、批复状态,可设置计量上限"><i class="fa fa-question-circle "></i></a>-->
|
|
|
|
+<!-- </div>-->
|
|
|
|
+<!-- <a class="pull-right mr-3" href="#bgstatus" data-toggle="modal" data-target="#bgstatus">设置(未勾选,灰选不可用)</a>-->
|
|
|
|
+<!-- </div>-->
|
|
|
|
+ <div class="mb-1">
|
|
|
|
+ <div class="form-check form-check-inline">
|
|
|
|
+ <input class="form-check-input" type="checkbox" id="openChangeWhiteList" <% if (ctx.session.sessionProject.page_show.openChangeWhiteList) { %>checked<% } %> onchange="updateSetting();">
|
|
|
|
+ <label class="form-check-label" for="openChangeWhiteList">开启“添加空白清单”功能</label>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -395,6 +412,7 @@
|
|
openChangeProject: $('#openChangeProject')[0].checked,
|
|
openChangeProject: $('#openChangeProject')[0].checked,
|
|
openChangeApply: $('#openChangeApply')[0].checked,
|
|
openChangeApply: $('#openChangeApply')[0].checked,
|
|
openChangePlan: $('#openChangePlan')[0].checked,
|
|
openChangePlan: $('#openChangePlan')[0].checked,
|
|
|
|
+ openChangeWhiteList: $('#openChangeWhiteList')[0].checked,
|
|
openMaterialTax: $('#openMaterialTax')[0].checked,
|
|
openMaterialTax: $('#openMaterialTax')[0].checked,
|
|
openMaterialChecklist: $('#openMaterialChecklist')[0].checked,
|
|
openMaterialChecklist: $('#openMaterialChecklist')[0].checked,
|
|
openMaterialSelf: $('#openMaterialSelf')[0].checked,
|
|
openMaterialSelf: $('#openMaterialSelf')[0].checked,
|