| | |
| | | </table>
|
| | | </div>
|
| | | </div>
|
| | | <div class="list-con">
|
| | | <div class="list list1">
|
| | | <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> <!-- 查询 -->
|
| | | <td><input type="checkbox" id="battcfg_add_permit"><s:text name="Add"/></td> <!-- 添加 -->
|
| | | <td><input type="checkbox" id="battcfg_modify_permit"><s:text name="Edit"/></td> <!-- 编辑 -->
|
| | | <td><input type="checkbox" id="battcfg_del_permit"><s:text name="Delete"/></td> <!-- 删除 -->
|
| | | </tr>
|
| | | </table>
|
| | | </div>
|
| | | |
| | | </div>
|
| | | <!-- 设置当前容器遮罩层 -->
|
| | | <div class="mask"></div>
|
| | | </div>
|
| | |
| | | $('#batt_map_delete_permit').prop('checked',true);
|
| | | }
|
| | | }
|
| | | |
| | | //44电池组信息配置 查询
|
| | | if(list[i].permit_item_name == 'battcfg_query_permit'){
|
| | | if(list[i].permit_item_value == 1){
|
| | | $('#battcfg_query_permit').prop('checked',true);
|
| | | }
|
| | | } |
| | | |
| | | //45电池组信息配置 添加
|
| | | if(list[i].permit_item_name == 'battcfg_add_permit'){
|
| | | if(list[i].permit_item_value == 1){
|
| | | $('#battcfg_add_permit').prop('checked',true);
|
| | | }
|
| | | } |
| | | |
| | | //46电池组信息配置 修改
|
| | | if(list[i].permit_item_name == 'battcfg_modify_permit'){
|
| | | if(list[i].permit_item_value == 1){
|
| | | $('#battcfg_modify_permit').prop('checked',true);
|
| | | }
|
| | | } |
| | | |
| | | //47电池组信息配置 删除
|
| | | if(list[i].permit_item_name == 'battcfg_del_permit'){
|
| | | if(list[i].permit_item_value == 1){
|
| | | $('#battcfg_del_permit').prop('checked',true);
|
| | | }
|
| | | } |
| | | }
|
| | | }
|
| | | }
|
| | |
| | | list[i].permit_item_value = 0;
|
| | | }
|
| | | }
|
| | | |
| | | //44电池组信息配置 查询
|
| | | if (list[i].permit_item_name == 'battcfg_query_permit') {
|
| | | if($('#battcfg_query_permit').is(':checked')){
|
| | | list[i].permit_item_value = 1;
|
| | | }else{
|
| | | list[i].permit_item_value = 0;
|
| | | }
|
| | | }
|
| | | |
| | | //45电池组信息配置 添加
|
| | | if (list[i].permit_item_name == 'battcfg_add_permit') {
|
| | | if($('#battcfg_add_permit').is(':checked')){
|
| | | list[i].permit_item_value = 1;
|
| | | }else{
|
| | | list[i].permit_item_value = 0;
|
| | | }
|
| | | } |
| | | |
| | | //46电池组信息配置 编辑
|
| | | if (list[i].permit_item_name == 'battcfg_modify_permit') {
|
| | | if($('#battcfg_modify_permit').is(':checked')){
|
| | | list[i].permit_item_value = 1;
|
| | | }else{
|
| | | list[i].permit_item_value = 0;
|
| | | }
|
| | | }
|
| | | |
| | | //47电池组信息配置 删除
|
| | | if (list[i].permit_item_name == 'battcfg_del_permit') {
|
| | | if($('#battcfg_del_permit').is(':checked')){
|
| | | list[i].permit_item_value = 1;
|
| | | }else{
|
| | | list[i].permit_item_value = 0;
|
| | | }
|
| | | }
|
| | | }
|
| | | }
|
| | | }
|