|
@@ -150,19 +150,19 @@
|
|
|
</div>
|
|
|
<div class="form-group mb-1">
|
|
|
<div class="form-check form-check-inline">
|
|
|
- <input class="form-check-input" type="checkbox" id="openChangeProject" <% if(ctx.session.sessionProject.page_show.openChangeProject) { %>checked<% } %> onchange="updateSetting(1);">
|
|
|
+ <input class="form-check-input" type="checkbox" id="openChangeProject" <% if(ctx.subProject.page_show.openChangeProject) { %>checked<% } %> onchange="updateSetting(1);">
|
|
|
<label class="form-check-label" for="openChangeProject">显示「变更立项」页面</label>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="form-group mb-1">
|
|
|
<div class="form-check form-check-inline">
|
|
|
- <input class="form-check-input" type="checkbox" id="openChangeApply" <% if(ctx.session.sessionProject.page_show.openChangeApply) { %>checked<% } %> onchange="updateSetting(2);">
|
|
|
+ <input class="form-check-input" type="checkbox" id="openChangeApply" <% if(ctx.subProject.page_show.openChangeApply) { %>checked<% } %> onchange="updateSetting(2);">
|
|
|
<label class="form-check-label" for="openChangeApply">显示「变更申请」页面</label>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="form-group mb-1">
|
|
|
<div class="form-check form-check-inline">
|
|
|
- <input class="form-check-input" type="checkbox" id="openChangePlan" <% if(ctx.session.sessionProject.page_show.openChangePlan) { %>checked<% } %> onchange="updateSetting(3);">
|
|
|
+ <input class="form-check-input" type="checkbox" id="openChangePlan" <% if(ctx.subProject.page_show.openChangePlan) { %>checked<% } %> onchange="updateSetting(3);">
|
|
|
<label class="form-check-label" for="openChangePlan">显示「变更方案」页面</label>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -178,15 +178,15 @@
|
|
|
</div>
|
|
|
<div class="mb-1">
|
|
|
<div class="form-check form-check-inline">
|
|
|
- <input class="form-check-input" type="checkbox" id="openChangeState" <% if (ctx.session.sessionProject.page_show.openChangeState) { %>checked<% } %> onchange="updateSetting();">
|
|
|
+ <input class="form-check-input" type="checkbox" id="openChangeState" <% if (ctx.subProject.page_show.openChangeState) { %>checked<% } %> onchange="updateSetting();">
|
|
|
<label class="form-check-label" for="openChangeState">开启变更令状态功能 </label>
|
|
|
<a href="javascript:void(0);" 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 <% if (!ctx.session.sessionProject.page_show.openChangeState) { %>text-secondary<% } %>" href="javascript:void(0);" id="openBgStatus">设置</a>
|
|
|
+ <a class="pull-right mr-3 <% if (!ctx.subProject.page_show.openChangeState) { %>text-secondary<% } %>" href="javascript:void(0);" id="openBgStatus">设置</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();">
|
|
|
+ <input class="form-check-input" type="checkbox" id="openChangeWhiteList" <% if (ctx.subProject.page_show.openChangeWhiteList) { %>checked<% } %> onchange="updateSetting();">
|
|
|
<label class="form-check-label" for="openChangeWhiteList">开启“添加空白清单”功能</label>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -199,26 +199,26 @@
|
|
|
<h5 class="card-title">材料调差</h5>
|
|
|
<div class="form-group mb-1">
|
|
|
<div class="form-check form-check-inline">
|
|
|
- <input class="form-check-input" type="checkbox" id="openMaterialTax" <% if(ctx.session.sessionProject.page_show.openMaterialTax) { %>checked<% } %> onchange="updateSetting();">
|
|
|
+ <input class="form-check-input" type="checkbox" id="openMaterialTax" <% if(ctx.subProject.page_show.openMaterialTax) { %>checked<% } %> onchange="updateSetting();">
|
|
|
<label class="form-check-label" for="openMaterialTax">使用材料税</label>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="form-group mb-1">
|
|
|
<div class="form-check form-check-inline">
|
|
|
- <input class="form-check-input" type="checkbox" id="openMaterialChecklist" <% if(ctx.session.sessionProject.page_show.openMaterialChecklist) { %>checked<% } %> onchange="updateSetting();">
|
|
|
+ <input class="form-check-input" type="checkbox" id="openMaterialChecklist" <% if(ctx.subProject.page_show.openMaterialChecklist) { %>checked<% } %> onchange="updateSetting();">
|
|
|
<label class="form-check-label" for="openMaterialChecklist">开启「批量设置调差清单」添加调差工料功能</label>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="form-group mb-1">
|
|
|
<div class="form-check form-check-inline">
|
|
|
- <input class="form-check-input" type="checkbox" id="openMaterialSelf" <% if(ctx.session.sessionProject.page_show.openMaterialSelf) { %>checked<% } %> onchange="updateSetting();">
|
|
|
+ <input class="form-check-input" type="checkbox" id="openMaterialSelf" <% if(ctx.subProject.page_show.openMaterialSelf) { %>checked<% } %> onchange="updateSetting();">
|
|
|
<label class="form-check-label" for="openMaterialSelf">开启调差清单-所属项目节「单独添加工料」功能
|
|
|
<a href="javascript:void(0);" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="开启该选项,调差清单的所属项目节,允许单独添加工料"><i class="fa fa-question-circle "></i></a></label>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="form-group mb-1">
|
|
|
<div class="form-check form-check-inline">
|
|
|
- <input class="form-check-input" type="checkbox" id="openMaterialEditForAudit" <% if(ctx.session.sessionProject.page_show.openMaterialEditForAudit) { %>checked<% } %> onchange="updateSetting();">
|
|
|
+ <input class="form-check-input" type="checkbox" id="openMaterialEditForAudit" <% if(ctx.subProject.page_show.openMaterialEditForAudit) { %>checked<% } %> onchange="updateSetting();">
|
|
|
<label class="form-check-label" for="openMaterialEditForAudit">开启「审核人修改数据」功能
|
|
|
<a href="javascript:void(0);" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="开启该选项,审核人允许修改部分调差工料数据"><i class="fa fa-question-circle "></i></a></label>
|
|
|
</div>
|