| | |
| | | </div>
|
| | | <div class="list-con">
|
| | | <div class="list list1">
|
| | | <span><s:text name="Batt_configuration_information"/><s:text name="Permit"/></span> <!-- 作业变更管理权限 -->
|
| | | <span><s:text name="Batt_configuration_information"/><s:text name="Permit"/></span> <!-- 电池信息配置权限 -->
|
| | | <table>
|
| | | <tr>
|
| | | <td><input type="checkbox" id="battcfg_query_permit"><s:text name="Search"/></td> <!-- 查询 -->
|
| | |
| | | </tr>
|
| | | </table>
|
| | | </div>
|
| | | |
| | | <div class="list list2">
|
| | | <span><s:text name='Approval_station_install'/><s:text name="Permit"/></span> <!-- 基站安装审批权限 -->
|
| | | <table>
|
| | | <tr>
|
| | | <td><input type="checkbox" id="install_look_permit"><s:text name="Search"/></td> <!-- 查询 -->
|
| | | <td><input type="checkbox" id="install_appr_permit"><s:text name="Audit"/></td> <!-- 审核 -->
|
| | | <td><input type="checkbox" id="install_check_permit"><s:text name="Acceptance"/></td> <!-- 验收 -->
|
| | | </tr>
|
| | | </table>
|
| | | </div>
|
| | | </div>
|
| | | <!-- 设置当前容器遮罩层 -->
|
| | | <div class="mask"></div>
|
| | |
| | | $('#battcfg_del_permit').prop('checked',true);
|
| | | }
|
| | | }
|
| | | |
| | | //48基站安装审批 查询
|
| | | if(list[i].permit_item_name == 'install_look_permit'){
|
| | | if(list[i].permit_item_value == 1){
|
| | | $('#install_look_permit').prop('checked',true);
|
| | | }
|
| | | } |
| | | |
| | | //49基站安装审批 审核
|
| | | if(list[i].permit_item_name == 'install_appr_permit'){
|
| | | if(list[i].permit_item_value == 1){
|
| | | $('#install_appr_permit').prop('checked',true);
|
| | | }
|
| | | } |
| | | |
| | | //50站安装审批 验收
|
| | | if(list[i].permit_item_name == 'install_check_permit'){
|
| | | if(list[i].permit_item_value == 1){
|
| | | $('#install_check_permit').prop('checked',true);
|
| | | }
|
| | | }
|
| | | }
|
| | | }
|
| | | }
|
| | |
| | | list[i].permit_item_value = 0;
|
| | | }
|
| | | }
|
| | | |
| | | //48基站安装审批 查询
|
| | | if (list[i].permit_item_name == 'install_look_permit') {
|
| | | if($('#install_look_permit').is(':checked')){
|
| | | list[i].permit_item_value = 1;
|
| | | }else{
|
| | | list[i].permit_item_value = 0;
|
| | | }
|
| | | }
|
| | | |
| | | //49基站安装审批 审核
|
| | | if (list[i].permit_item_name == 'install_appr_permit') {
|
| | | if($('#install_look_permit').is(':checked')){
|
| | | list[i].permit_item_value = 1;
|
| | | }else{
|
| | | list[i].permit_item_value = 0;
|
| | | }
|
| | | }
|
| | | |
| | | //50基站安装审批 验收
|
| | | if (list[i].permit_item_name == 'install_check_permit') {
|
| | | if($('#install_look_permit').is(':checked')){
|
| | | list[i].permit_item_value = 1;
|
| | | }else{
|
| | | list[i].permit_item_value = 0;
|
| | | }
|
| | | }
|
| | | }
|
| | | }
|
| | | }
|