123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548 |
- var deptId = top.com.sinosoft.lz.system.user.LoginInfo.getCorp_ids();
- var role_id = top.com.sinosoft.lz.system.user.LoginInfo.getRoleids();
- $(function(){
- //fileShare();
-
- $searchOne111 = $("#searchOne111");//查询图标绑定查询事件
- $searchOne111.bind('click', function(){
- searchHandler();
- });
-
-
-
- /** 绑定更多的按钮点击事件 */
- $more = $("#more"); // 更多按钮
- $more.bind('click', function() {
- more();
- });
-
- $searchButt = $("#searchButt");// 更多查询按钮
- $searchButt.live('click', function() {
- searchHandler();
- });
- //清空条件
- $("#emptyCondition").bind("click",function(){
- $("#PLAN_NAME_214").val("");
- var $selConditions = $("#selectConditions");
- var $selCon = $selConditions.find(".selectCondi");
- for(var i=0;i<$selCon.length;i++){
- $selCon[i].click();
- }
- });
-
- });
-
- var BUSINE_ID1 ="";
- var BUSINE_ID ="";
- var temp1 = new Array();
- var temp = new Array();
-
- function fileShare(){
- var url = $.pathname() + '/ws/PlanHuiZong/ContingencyPlanHuiZong/fileShare/';
- var params = {
- units : deptId,
- receiveMan:role_id,
- type:"3"
- };
- $.ajax({
- url : url,
- type : 'post',
- timeout : 60000,
- data : params,
- dataType : 'json',
- success : function(data){
- if(JSON.stringify(data).length>11){
- BUSINE_ID1 = data.rows[0].BUSINE_ID;//取业务ID
- BUSINE_ID=BUSINE_ID1.substring(0,BUSINE_ID1.length-1);
- temp = BUSINE_ID.split(",");
- for(var i=0; i<temp.length;i++){
- temp1.push("'" + temp[i] +"'");
- }
- }
- if(temp1.length>0){
- initComplete111();
- }else{
- temp1="'0'";
- initComplete111();
- }
- },
- error : function(e){
- $.messager.alert('系统提示信息', '访问服务失败!', 'error');
- }
- });
- }
-
- var g;
- /**定义变量**/
- var getUser_id = top.com.sinosoft.lz.system.user.LoginInfo.getUser_id()+""; //登录人ID
- //var condition = "IS_DEL='0' and (PLAN_STAT='1' or PLAN_STAT1='1' or REMARK1='"+ getUser_id +"') and (UNITS='"+deptId+"' or UNITS IN(SELECT A.ID FROM EMC_AM_ORG_DEPARTMENT_TEST A WHERE A.PARENT_ID='"+deptId+"'))";
- //列表加载参数
- var condition = "IS_DEL='0' and Plan_share='1'";
- var loadParams = {
- "listId" : '214',
- "condition" : condition,
- direction:'DESC',
- sort: 'UPDATEDATE'
- };
-
- function initComplete(){
- $("body").eq(0).showLoading();
- /**
- * 工具条
- */
- var roleCons = roleButtonArr();
-
- var toolBarOpt1 = {
- items:[
- //{text: '下载', click: "onDownload", iconClass: 'download_tem',id:"10007"}
- ],
- roleCons:roleCons
- };
- /**
- * 树形列
- */
- var grid_option1 = {
- columns: [
- { display: '预案名称', name: 'PLAN_NAME_214', align: 'left', width: "10%",isPrimaryKey:true,
- render : function(rowdata, value) {
- return '<a href="javascript:void(0)" '
- +'title='+rowdata.PLAN_NAME_214
- + ' onclick=jumpPage("'
- + rowdata.FD_OBJECTID214+'","'+rowdata.PLAN_BIAOZHI_214+'","'+ rowdata.PLAN_REFINE_CATEGORY_214
- +'")>'+ rowdata.PLAN_NAME_214 +'</a>';
- }
- },
- { display: '预案编码', name: 'PLAN_NO_214', align: 'center', width: '10%',showTitle:true},
- { display: '预案类型', name: 'PLAN_TYPE_214_SHOW', align: 'center', width: '10%',showTitle:true},
- { display: '业务分类', name: 'BYSUNESS_TYPE_214_SHOW', align: 'center', width: '10%',showTitle:true},
- { display: '变更说明', name: 'CHANGE_EXPLAIN_214', align: 'center', width: '10%',showTitle:true},
- { display: '变更类别', name: 'CHANGE_TYPE_214_SHOW', align: 'center' , width: '10%',showTitle:true},
- { display: '适用范围', name: 'SYFW_214', align: 'center', width: '10%',showTitle:true},
- { display: '编制部门', name: 'INS_UNITS_214_SHOW', align: 'center', width: '10%',showTitle:true},
- { display: '生效日期', name: 'TAKE_DATE_214', align: 'center' , width: '10%' ,showTitle:true},
- { display: '所属单位', name: 'UNITS_214_SHOW', align: 'center', width: '10%' ,showTitle:true}
- ],
- rownumbers : true,
- checkbox : true,
- pageSize : 10,
- percentWidthMode : true
- };
- var options1={
- url :'/nwyj/ws/crud/CRUDService/queryQui',
- params:loadParams,
- height: '100%',
- width:"100%",
- gridOptions:grid_option1,
- singleRecodeOptions:{a:"aa"},
- paperOpration:{showInput:"true"},
- toolBarOptions:toolBarOpt1
- };
- g=gridAndSingleRecode=$("#maingrid").quickgridAndSingleRecode(options1);
- $("body").eq(0).hideLoading();
- }
-
- //分享功能page\business\am\public\readDept.jsp
- function publicShare(){
-
- var rows = g.getSelectedRows();
- var rowsLength = rows.length;
- if (rowsLength == 0) {
- top.Dialog.alert("请选中要分享的记录!");
- return;
- }
-
- var REMARK1 = rows[0].REMARK1_214;
- if(REMARK1!=getUser_id){
- top.Dialog.alert("只能分享自己上传的预案!");
- return;
- }
-
- var ids = "";
- var sturtssb = "";
- for ( var i = 0; i < rowsLength; i++) {
- ids += rows[i].FD_OBJECTID214 + ",";
- sturtssb += rows[i].PLAN_STAT_214 + ",";
- if(rows[i].PLAN_STAT_214!="1"){
- if(rowsLength==1){
- top.Dialog.alert("您选中的记录未发布!");
- }else{
- top.Dialog.alert("您选中的记录有未发布的!");
- }
- return;
- }
- }
-
- $("#BUSINE_ID_217").val(ids);
-
- var diag = new top.Dialog();
- diag.Title = "文件共享";
- diag.URL = $.pathname() + '/page/business/am/public/readDept.jsp';
- diag.Width = 700;
- diag.Height = 500;
- diag.Top = "80%";
- diag.Left = "50%";
- diag.ShowButtonRow=true;
- diag.ButtonAlign = 'center';
- diag.OkButtonText="确 定";
- diag.OKEvent = function(){
- Validate(diag);
- };
- diag.show();
- }
-
-
- function Validate(diag){
- var zhh="";//总指挥
- var fzhh="";//副总指挥
- var yjbzr="";//应急办主任
- var yjbfzr="";//应急办副主任
- var yjbcy="";//应急办副成员
- var zyglry="";//专业部门管理人员
-
- var getUser_id = top.com.sinosoft.lz.system.user.LoginInfo.getUser_id()+""; //登录人ID
- //分享单位的ID deptId
- var time1=diag.innerFrame.contentWindow.$("#time1").val();
- var time2=diag.innerFrame.contentWindow.$("#time2").val();
-
-
- //获取应急角色被勾选的值
- if(diag.innerFrame.contentWindow.document.getElementById("football-1").checked){
- //选中取值(可以取到这个值)
- zhh = "R002105430201";
- }else{
- zhh = "";
- }
-
- if(diag.innerFrame.contentWindow.document.getElementById("football-2").checked){
- //选中取值(可以取到这个值)
- fzhh = "R002105430202";
- }else{
- zyglry = "";
- }
-
- if(diag.innerFrame.contentWindow.document.getElementById("football-3").checked){
- //选中取值(可以取到这个值)
- yjbzr = "R002105430203";
- }else{
- yjbzr = "";
- }
-
- if(diag.innerFrame.contentWindow.document.getElementById("football-4").checked){
- //选中取值(可以取到这个值)
- yjbfzr = "R002105430204";
- }else{
- yjbfzr = "";
- }
-
- if(diag.innerFrame.contentWindow.document.getElementById("football-5").checked){
- //选中取值(可以取到这个值)
- yjbcy = "R002105430205";
- }else{
- yjbcy = "";
- }
-
- if(diag.innerFrame.contentWindow.document.getElementById("football-6").checked){
- //选中取值(可以取到这个值)
- zyglry = "R002105430206";
- }else{
- zyglry = "";
- }
-
-
- //被分享查看的人
- var RECEIVE_MAN = zhh + "||" + fzhh + "||" + yjbzr + "||" + yjbfzr + "||" + yjbcy + "||" + zyglry;
-
- //分享的单位 deptId
-
- //获取zTree对象
- var zTree = diag.innerFrame.contentWindow.$.fn.zTree.getZTreeObj("tree-1");
- //得到选中的数据集
- var checkedNodes = zTree.getCheckedNodes(true);
- if(time1==""||time2==""){
- $.messager.alert('请选择分享的起始时间!');
- return;
- }
- if(time1>time2){
- $.messager.alert('请选择正确的分享起始时间!');
- return;
- }
- if(checkedNodes==""){
- $.messager.alert('请选择要申请查看的单位!');
- return;
- }
- var compValue="";
- //var compValue2="";
- for(var i = 0; i < checkedNodes.length; i++){
- //机构名称
- compValue += checkedNodes[i].id + ",";
- //compValue2 += checkedNodes[i].name+",";
- }
- var compid = compValue.substring(0,compValue.length-1);
- //var compname = compValue2.substring(0,compValue2.length-1);
-
- //给第二个form的字段设置值
- $("#SHARE_MAN_217").val(getUser_id); //SHARE_MAN_217 分享人
- $("#SHARE_UNITS_217").val(deptId); //SHARE_UNITS_217分享单位
- $("#RECEIVE_UNITS_217").val(compid); //RECEIVE_UNITS_217 被分享单位
- //SHARE_TYPE_217分享的业务类型 写死3
- $("#SHARE_START_TIME_217").val(time1); //SHARE_START_TIME_217开始时间
- $("#SHARE_END_TIME_217").val(time2); //SHARE_END_TIME_217结束时间
- //BUSINE_ID_217业务ID 点击分享的时候已经赋值给页面了
- $("#RECEIVE_MAN_217").val(RECEIVE_MAN); //RECEIVE_MAN_217接收的人
-
- var $form = $('#fillForm1');
- var url = $.pathname() + '/ws/crud/CRUDService/create';
- $.ajax({
- url : url,
- type : 'post',
- data : $form.serialize(),
- dataType : 'text',
- timeout : 60000,
- success : function(data){
- $.messager.alert("共享成功",null,null,null,-1);
- },
- error : function(){
- $.messager.alert('操作失败');
- }
-
- });
-
- top.Dialog.close();//关闭新增窗口
- }
-
-
- // 更多
- function more() {
- $('#moreDiv').toggle();
- $(parent.document.body).find("#frmright").height($(window.document.body).height());
- }
-
-
- //高级查询
- function searchHandler(){
-
- $queryForm = $("#queryForm");
- if($("#PLAN_NAME_214").val()=="预案名称"){
- $("#PLAN_NAME_214").val("");
- }
- $queryForm.serialize();
- //获取选中的值
- var searchCondition = getSelectCon(conditionData);
- var queryParams = getQueryFormParams($queryForm);
- var params=$.extend({},loadParams,queryParams);
- //与之前参数条件拼接
- params.condition = searchCondition.condition + params.condition;
- g.setOptions(params);
- //加载数据
- g.rend();
- }
-
-
- //下载
- function onDownload(){
- var FD_OBJECTID = "";
- var rows = g.getSelectedRows();
- var rowsLength = rows.length;
- if (rowsLength == 0) {
- top.Dialog.alert("请选中要下载的文件!");
- return;
- }
- for (var i = 0; i < rows.length; i++) {
- var FD_OBJECTID1= rows[i].FD_OBJECTID214;//预案的主键
- var PLAN_BIAOZHI1 =rows[i].PLAN_BIAOZHI_214;//预案的标识位(新的预案还是旧的预案)
- var UPLOAND_FLAG1 =rows[i].UPLOAND_FLAG_214;//上传标识
- var PLAN_VERSION_REMAR1 =rows[i].PLAN_VERSION_REMARK_214;//修改预案后新增预案的情况,也必有附件
-
- //新增预案,控制必传附件 纯新增
- if(PLAN_BIAOZHI1=="0"&&PLAN_VERSION_REMAR1=="0"&&UPLOAND_FLAG1=="1"){
- //getFileList(fd_id,1);
- FD_OBJECTID += "'"+FD_OBJECTID1 +"'"+ ",";//预案的主键
- }
- //修改预案后新增预案的情况,也必有附件 纯修编
- if(PLAN_BIAOZHI1!="0"&&PLAN_VERSION_REMAR1!="0"&&UPLOAND_FLAG1=="1"){
- //getFileList(fd_bojectid,1);
- FD_OBJECTID += "'"+FD_OBJECTID1+"'" + ",";//预案的主键
- }
- //纯修改
- if(PLAN_BIAOZHI1=="0"&&PLAN_VERSION_REMAR1!="0"&&UPLOAND_FLAG1=="0"){
- //getFileList(PLAN_VERSION_REMARK,1);
- FD_OBJECTID += "'"+PLAN_VERSION_REMAR1+"'" + ",";//预案的主键
- }
- //修编修改
- if(PLAN_BIAOZHI1!="0"&&PLAN_VERSION_REMAR1!="0"&&UPLOAND_FLAG1=="0"){
- //getFileList(PLAN_VERSION_REMARK,1);
- FD_OBJECTID += "'"+PLAN_VERSION_REMAR1+"'" + ",";//预案的主键
- }
- }
-
- var temp = FD_OBJECTID.substring(0,FD_OBJECTID.length-1);
-
- //发送请求,获取文件名的集合。
- var url = $.pathname() + '/ws/PlanHuiZong/ContingencyPlanHuiZong/getPlanFile/';
- var params = {
- fileId : temp
- };
-
- var SAVENAME1="";
- var NAME1 = "";
- var FILEEXT1="";
- $.ajax({
- url : url,
- type : 'post',
- timeout : 60000,
- data : params,
- dataType : 'json',
- success : function(data){
- var dataLenth = data.rows.length;
- var filenames="";
- var downfilename = "";
-
- for (var i = 0; i < dataLenth; i++) {
- SAVENAME1= data.rows[i].SAVENAME;
- NAME1= data.rows[i].NAME;
- FILEEXT1= data.rows[i].FILEEXT;
-
- filenames +=SAVENAME1 + "." + FILEEXT1 + ";";
- downfilename+=NAME1 + "." + FILEEXT1 + ";";
- }
-
-
- var filenames1 = filenames.substring(0,filenames.length-1);
- filenames = decodeURI(filenames1);
- var downfilename1 = downfilename.substring(0,downfilename.length-1);
- downfilename = decodeURI(downfilename1);
- showFile(filenames1,downfilename1);
- //alert(downfilename1+"============"+filenames1);
- //返回回调打包下载的函数,拼传给回调函数的filenames,downfilename
- },
- error : function(e){
- $.messager.alert('系统提示信息', '访问服务失败!', 'error');
- }
- });
- }
-
- function showFile(downfilename,filenames){
- var url = "/nwyj/page/business/am/org/query/getZipFile.jsp?downfilename="+downfilename+"&filenames="+filenames;
- window.open(url);
- }
-
- //点击查看
- function jumpPage(fd_id,PLAN_BIAOZHI,BM_YAXHLB,PLAN_REFINE_CATEGORY){
- window.location.href="/nwyj/page/business/am/public/planview.jsp?"+fd_id;
-
- /*if(PLAN_REFINE_CATEGORY=="17"){//网络与信息安全
- window.location.href="/nwyj/page/business/am/contingencyPlan/PlanOnViewNexus/PlanNexusTFQT.jsp?"+fd_id+"?"+PLAN_BIAOZHI+"?" + BM_YAXHLB;
- }else if(PLAN_REFINE_CATEGORY=="4"){//人身事故
- window.location.href="/nwyj/page/business/am/contingencyPlan/PlanOnViewNexus/PlanNexusRSSG.jsp?"+fd_id+"?"+PLAN_BIAOZHI+"?" + BM_YAXHLB;
- }else if(PLAN_REFINE_CATEGORY=="5"){//大面积停电事件
- window.location.href="/nwyj/page/business/am/contingencyPlan/PlanOnViewNexus/PlanNexusDMJTD.jsp?"+fd_id+"?"+PLAN_BIAOZHI+"?" + BM_YAXHLB;
- }else if(PLAN_REFINE_CATEGORY=="6"){//设备事故
- window.location.href="/nwyj/page/business/am/contingencyPlan/PlanOnViewNexus/PlanNexusSBSG.jsp?"+fd_id+"?"+PLAN_BIAOZHI+"?" + BM_YAXHLB;
- }else if(PLAN_REFINE_CATEGORY=="7"){//电厂大坝厂房事故
- window.location.href="/nwyj/page/business/am/contingencyPlan/PlanOnViewNexus/PlanNexusDCDB.jsp?"+fd_id+"?"+PLAN_BIAOZHI+"?" + BM_YAXHLB;
- }else if(PLAN_REFINE_CATEGORY=="8"){//环境污染
- window.location.href="/nwyj/page/business/am/contingencyPlan/PlanOnViewNexus/PlanNexusHJWR.jsp?"+fd_id+"?"+PLAN_BIAOZHI+"?" + BM_YAXHLB;
- }else if(PLAN_REFINE_CATEGORY=="9"){//防风防汛
- window.location.href="/nwyj/page/business/am/contingencyPlan/PlanOnViewNexus/PlanNexus.jsp?"+fd_id+"?"+PLAN_BIAOZHI+"?" + BM_YAXHLB;
- }else if(PLAN_REFINE_CATEGORY=="10"){//地震灾害
- window.location.href="/nwyj/page/business/am/contingencyPlan/PlanOnViewNexus/PlanNexusDZZH.jsp?"+fd_id+"?"+PLAN_BIAOZHI+"?" + BM_YAXHLB;
- }else if(PLAN_REFINE_CATEGORY=="11"){//低温雨雪冰冻灾害
- window.location.href="/nwyj/page/business/am/contingencyPlan/PlanOnViewNexus/PlanNexusDWBD.jsp?"+fd_id+"?"+PLAN_BIAOZHI+"?" + BM_YAXHLB;
- }else if(PLAN_REFINE_CATEGORY=="12"){//电力供应及客户服务PlanNexusDLGY.jsp
- window.location.href="/nwyj/page/business/am/contingencyPlan/PlanOnViewNexus/PlanNexusDLGY.jsp?"+fd_id+"?"+PLAN_BIAOZHI+"?" + BM_YAXHLB;
- }else if(PLAN_REFINE_CATEGORY=="13"){//生产场所防恐怖袭击
- window.location.href="/nwyj/page/business/am/contingencyPlan/PlanOnViewNexus/PlanNexusKBXJ.jsp?"+fd_id+"?"+PLAN_BIAOZHI+"?" + BM_YAXHLB;
- }else if(PLAN_REFINE_CATEGORY=="14"){//突发性群体事件
- window.location.href="/nwyj/page/business/am/contingencyPlan/PlanOnViewNexus/PlanNexusTFQT.jsp?"+fd_id+"?"+PLAN_BIAOZHI+"?" + BM_YAXHLB;
- }else if(PLAN_REFINE_CATEGORY=="15"){//突发新闻事件
- window.location.href="/nwyj/page/business/am/contingencyPlan/PlanOnViewNexus/PlanNexusTFQT.jsp?"+fd_id+"?"+PLAN_BIAOZHI+"?" + BM_YAXHLB;
- }else if(PLAN_REFINE_CATEGORY=="16"){//涉外突发事件
- window.location.href="/nwyj/page/business/am/contingencyPlan/PlanOnViewNexus/PlanNexusTFQT.jsp?"+fd_id+"?"+PLAN_BIAOZHI+"?" + BM_YAXHLB;
- }else if(PLAN_REFINE_CATEGORY=="18"){//突发公共卫生
- window.location.href="/nwyj/page/business/am/contingencyPlan/PlanOnViewNexus/PlanNexusGGWS.jsp?"+fd_id+"?"+PLAN_BIAOZHI+"?" + BM_YAXHLB;
- }else{
- window.location.href="/nwyj/page/business/am/contingencyPlan/PlanNexus.jsp?"+fd_id+"?"+PLAN_BIAOZHI+"?" + BM_YAXHLB;
- }*/
- }
-
- function onView(){
- //根据预案类型分别跳转不同的预案绑定的页面
- var rows = g.getSelectedRows();
- if(rows.length==0){
- top.Dialog.alert("请选择一条记录");
- return;
- }
- if(rows.length>1){
- top.Dialog.alert("只能选择一条记录");
- return;
- }
- /**
- * 如果是地震预案,跳转到地震对应的预案.
- * 传给子页面的值:
- * 1、主键
- * 2、 版本(初次版本为0;方便日后修订预案后将原有预案的绑定条件带出来。避免用户再次录入绑定条件)
- * 3、预案具体业务分类,方便分别找到对应的报表填报计划页面
- *
- * **/
- var fd_id = rows[0].FD_OBJECTID214;
- var PLAN_BIAOZHI = rows[0].PLAN_BIAOZHI_214;
- var PLAN_REFINE_CATEGORY = rows[0].PLAN_REFINE_CATEGORY_214;
- var BM_YAXHLB = rows[0].PLAN_REFINE_CATEGORY_214;
-
- if(PLAN_REFINE_CATEGORY=="17"){//网络与信息安全
- window.location.href="PlanOnViewNexus/PlanNexusTFQT.jsp?"+fd_id+"?"+PLAN_BIAOZHI+"?" + BM_YAXHLB;
- }else if(PLAN_REFINE_CATEGORY=="4"){//人身事故
- window.location.href="PlanOnViewNexus/PlanNexusRSSG.jsp?"+fd_id+"?"+PLAN_BIAOZHI+"?" + BM_YAXHLB;
- }else if(PLAN_REFINE_CATEGORY=="5"){//大面积停电事件
- window.location.href="PlanOnViewNexus/PlanNexusDMJTD.jsp?"+fd_id+"?"+PLAN_BIAOZHI+"?" + BM_YAXHLB;
- }else if(PLAN_REFINE_CATEGORY=="6"){//设备事故
- window.location.href="PlanOnViewNexus/PlanNexusSBSG.jsp?"+fd_id+"?"+PLAN_BIAOZHI+"?" + BM_YAXHLB;
- }else if(PLAN_REFINE_CATEGORY=="7"){//电厂大坝厂房事故
- window.location.href="PlanOnViewNexus/PlanNexusDCDB.jsp?"+fd_id+"?"+PLAN_BIAOZHI+"?" + BM_YAXHLB;
- }else if(PLAN_REFINE_CATEGORY=="8"){//环境污染
- window.location.href="PlanOnViewNexus/PlanNexusHJWR.jsp?"+fd_id+"?"+PLAN_BIAOZHI+"?" + BM_YAXHLB;
- }else if(PLAN_REFINE_CATEGORY=="9"){//防风防汛
- window.location.href="PlanOnViewNexus/PlanNexus.jsp?"+fd_id+"?"+PLAN_BIAOZHI+"?" + BM_YAXHLB;
- }else if(PLAN_REFINE_CATEGORY=="10"){//地震灾害
- window.location.href="PlanOnViewNexus/PlanNexusDZZH.jsp?"+fd_id+"?"+PLAN_BIAOZHI+"?" + BM_YAXHLB;
- }else if(PLAN_REFINE_CATEGORY=="11"){//低温雨雪冰冻灾害
- window.location.href="PlanOnViewNexus/PlanNexusDWBD.jsp?"+fd_id+"?"+PLAN_BIAOZHI+"?" + BM_YAXHLB;
- }else if(PLAN_REFINE_CATEGORY=="12"){//电力供应及客户服务PlanNexusDLGY.jsp
- window.location.href="PlanOnViewNexus/PlanNexusDLGY.jsp?"+fd_id+"?"+PLAN_BIAOZHI+"?" + BM_YAXHLB;
- }else if(PLAN_REFINE_CATEGORY=="13"){//生产场所防恐怖袭击
- window.location.href="PlanOnViewNexus/PlanNexusKBXJ.jsp?"+fd_id+"?"+PLAN_BIAOZHI+"?" + BM_YAXHLB;
- }else if(PLAN_REFINE_CATEGORY=="14"){//突发性群体事件
- window.location.href="PlanOnViewNexus/PlanNexusTFQT.jsp?"+fd_id+"?"+PLAN_BIAOZHI+"?" + BM_YAXHLB;
- }else if(PLAN_REFINE_CATEGORY=="15"){//突发新闻事件
- window.location.href="PlanOnViewNexus/PlanNexusTFQT.jsp?"+fd_id+"?"+PLAN_BIAOZHI+"?" + BM_YAXHLB;
- }else if(PLAN_REFINE_CATEGORY=="16"){//涉外突发事件
- window.location.href="PlanOnViewNexus/PlanNexusTFQT.jsp?"+fd_id+"?"+PLAN_BIAOZHI+"?" + BM_YAXHLB;
- }else if(PLAN_REFINE_CATEGORY=="18"){//突发公共卫生
- window.location.href="PlanOnViewNexus/PlanNexusGGWS.jsp?"+fd_id+"?"+PLAN_BIAOZHI+"?" + BM_YAXHLB;
- }else{
- window.location.href="PlanNexus.jsp?"+fd_id+"?"+PLAN_BIAOZHI+"?" + BM_YAXHLB;
- }
- }
-
-
- $.messager=top.Dialog;
|