660354e2902fed823b46d8288e9892543792ba57.svn-base 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287
  1. //2015-09-29 可以取到父页面的预案ID
  2. var sub_fd_id ="";
  3. //取预案PLAN_BIAOZHI字段,如果该字段等于0,说明该预案没有修订版本。没有绑定过任何条件。如果不等于0,则该预案有过修订版本。可能存在绑定过的条件。
  4. var PLAN_BIAOZHI="";
  5. //取页面传过来的预案主键ID
  6. sub_fd_id = parent.fd_id;
  7. PLAN_BIAOZHI = parent.PLAN_BIAOZHI;
  8. //取父页面传过来的预案细化类型
  9. var SUB_BM_YAXHLB = "";
  10. SUB_BM_YAXHLB = parent.BM_YAXHLB;
  11. //给页面赋值细化类型
  12. var tempValue = "";
  13. //判断细化类型
  14. /**
  15. * 细化类型
  16. * 4、人身事故
  17. * 5、大面积停电事件
  18. * 6、设备事故
  19. * 7、电厂大坝厂房事故
  20. * 8、环境污染
  21. * 9、防风防汛
  22. * 10、地震灾害
  23. * 11、低温雨雪冰冻灾害
  24. * 12、电力供应及客户服务
  25. * 13、生产场所防恐怖袭击
  26. * 14、突发性群体事件
  27. * 15、突发新闻事件
  28. * 16、涉外突发事件
  29. * 17、网络与信息安全
  30. * 18、突发公共卫生
  31. * **/
  32. if(SUB_BM_YAXHLB=="4"){
  33. tempValue="4_7_1";
  34. }else if(SUB_BM_YAXHLB=="5"){
  35. tempValue="5_7_1";
  36. }else if(SUB_BM_YAXHLB=="6"){
  37. tempValue="6_7_1";
  38. }else if(SUB_BM_YAXHLB=="7"){
  39. tempValue="7_7_1";
  40. }else if(SUB_BM_YAXHLB=="8"){
  41. tempValue="8_7_1";
  42. }else if(SUB_BM_YAXHLB=="9"){
  43. tempValue="9_7_1";
  44. }else if(SUB_BM_YAXHLB=="10"){
  45. tempValue="10_7_1";
  46. }else if(SUB_BM_YAXHLB=="11"){
  47. tempValue="11_7_1";
  48. }else if(SUB_BM_YAXHLB=="12"){
  49. tempValue="12_7_1";
  50. }else if(SUB_BM_YAXHLB=="13"){
  51. tempValue="13_7_1";
  52. }else if(SUB_BM_YAXHLB=="14"){
  53. tempValue="14_7_1";
  54. }else if(SUB_BM_YAXHLB=="15"){
  55. tempValue="15_7_1";
  56. }else if(SUB_BM_YAXHLB=="16"){
  57. tempValue="16_7_1";
  58. }else if(SUB_BM_YAXHLB=="17"){
  59. tempValue="17_7_1";
  60. }else if(SUB_BM_YAXHLB=="18"){
  61. tempValue="18_7_1";
  62. }else if(SUB_BM_YAXHLB=="21"){
  63. tempValue="21_7_1";
  64. }else if(SUB_BM_YAXHLB=="22"){
  65. tempValue="22_7_1";
  66. }else if(SUB_BM_YAXHLB=="23"){
  67. tempValue="23_7_1";
  68. }else if(SUB_BM_YAXHLB=="24"){
  69. tempValue="24_7_1";
  70. }
  71. var temp1="";
  72. if(PLAN_BIAOZHI=="0"){
  73. temp1 = sub_fd_id;
  74. }else{
  75. temp1 =PLAN_BIAOZHI;
  76. }
  77. $(function(){
  78. $("#titlename").html(parent.titlename);
  79. var url = $.pathname()
  80. + "/ws/sendmenu/SendMsgService/PlanInfo";
  81. var params = {
  82. file_id : sub_fd_id,
  83. grade_type:tempValue,
  84. };
  85. $.ajax({
  86. url : url,
  87. type : 'post',
  88. timeout : 12000,
  89. data : params,
  90. dataType : 'json',
  91. success : function(data) {
  92. /***********************一级响应****************************/
  93. var units1="";
  94. var units2="";
  95. var units3="";
  96. var units4="";
  97. var dataValue = JSON.stringify(data);
  98. if(dataValue.length>13){
  99. var FRIST_GRADE = data.rows[0].FRIST_GRADE;
  100. var strs= new Array(); //定义一数组
  101. strs=FRIST_GRADE.split("@"); //字符分割
  102. var strs1= new Array(); //定义一数组 存放部门的
  103. strs1 = strs[0];
  104. var strs2= new Array(); //定义一数组 存放部门的
  105. strs2 = strs1.split(",");
  106. if(strs2.length>0){
  107. for(var i=0; i<strs2.length; i++){
  108. if(strs2[i]=="112"){
  109. units1+="安全监察部" + ";";
  110. }if(strs2[i]=="113"){
  111. units1+="系统运行部" + ";";
  112. }if(strs2[i]=="114"){
  113. units1+="国际部" + ";";
  114. }if(strs2[i]=="115"){
  115. units1+="生产设备管理部" + ";";
  116. }if(strs2[i]=="116"){
  117. units1+="信息部" + ";";
  118. }if(strs2[i]=="117"){
  119. units1+="市场营销部" + ";";
  120. }if(strs2[i]=="118"){
  121. units1+="办公厅" + ";";
  122. }
  123. }
  124. $("#zbfw1").html(units1);
  125. if(strs[1]=="1"){
  126. $("#zbfs1").html("电话值班");
  127. }else if(strs[1]=="2"){
  128. $("#zbfs1").html("在岗值班");
  129. }else if(strs[1]=="3"){
  130. $("#zbfs1").html("在岗集中值班");
  131. }
  132. }
  133. /***********************二级响应****************************/
  134. var SECOND_GRADE = data.rows[0].SECOND_GRADE;
  135. var strs= new Array(); //定义一数组
  136. strs=SECOND_GRADE.split("@"); //字符分割
  137. var strs1= new Array(); //定义一数组 存放部门的
  138. strs1 = strs[0];
  139. var strs2= new Array(); //定义一数组 存放部门的
  140. strs2 = strs1.split(",");
  141. if(strs2.length>0){
  142. for(var i=0; i<strs2.length; i++){
  143. if(strs2[i]=="112"){
  144. units2+="安全监察部" + ";";
  145. }if(strs2[i]=="113"){
  146. units2+="系统运行部" + ";";
  147. }if(strs2[i]=="114"){
  148. units2+="国际部" + ";";
  149. }if(strs2[i]=="115"){
  150. units2+="生产设备管理部" + ";";
  151. }if(strs2[i]=="116"){
  152. units2+="信息部" + ";";
  153. }if(strs2[i]=="117"){
  154. units2+="市场营销部" + ";";
  155. }if(strs2[i]=="118"){
  156. units2+="办公厅" + ";";
  157. }
  158. }
  159. $("#zbfw2").html(units2);
  160. if(strs[1]=="1"){
  161. $("#zbfs2").html("电话值班");
  162. }else if(strs[1]=="2"){
  163. $("#zbfs2").html("在岗值班");
  164. }else if(strs[1]=="3"){
  165. $("#zbfs2").html("在岗集中值班");
  166. }
  167. }
  168. /***********************三级响应****************************/
  169. var THRID_GRADE = data.rows[0].THRID_GRADE;
  170. var strs= new Array(); //定义一数组
  171. strs=THRID_GRADE.split("@"); //字符分割
  172. var strs1= new Array(); //定义一数组 存放部门的
  173. strs1 = strs[0];
  174. var strs2= new Array(); //定义一数组 存放部门的
  175. strs2 = strs1.split(",");
  176. if(strs2.length>0){
  177. for(var i=0; i<strs2.length; i++){
  178. if(strs2[i]=="112"){
  179. units3+="安全监察部" + ";";
  180. }if(strs2[i]=="113"){
  181. units3+="系统运行部" + ";";
  182. }if(strs2[i]=="114"){
  183. units3+="国际部" + ";";
  184. }if(strs2[i]=="115"){
  185. units3+="生产设备管理部" + ";";
  186. }if(strs2[i]=="116"){
  187. units3+="信息部" + ";";
  188. }if(strs2[i]=="117"){
  189. units3+="市场营销部" + ";";
  190. }if(strs2[i]=="118"){
  191. units3+="办公厅" + ";";
  192. }
  193. }
  194. $("#zbfw3").html(units3);
  195. if(strs[1]=="1"){
  196. $("#zbfs3").html("电话值班");
  197. }else if(strs[1]=="2"){
  198. $("#zbfs3").html("在岗值班");
  199. }else if(strs[1]=="3"){
  200. $("#zbfs3").html("在岗集中值班");
  201. }
  202. }
  203. /***********************三级响应****************************/
  204. var FOURTH_GRADE = data.rows[0].FOURTH_GRADE;
  205. var strs= new Array(); //定义一数组
  206. strs=FOURTH_GRADE.split("@"); //字符分割
  207. var strs1= new Array(); //定义一数组 存放部门的
  208. strs1 = strs[0];
  209. var strs2= new Array(); //定义一数组 存放部门的
  210. strs2 = strs1.split(",");
  211. if(strs2.length>0){
  212. for(var i=0; i<strs2.length; i++){
  213. if(strs2[i]=="112"){
  214. units4+="安全监察部" + ";";
  215. }if(strs2[i]=="113"){
  216. units4+="系统运行部" + ";";
  217. }if(strs2[i]=="114"){
  218. units4+="国际部" + ";";
  219. }if(strs2[i]=="115"){
  220. units4+="生产设备管理部" + ";";
  221. }if(strs2[i]=="116"){
  222. units4+="信息部" + ";";
  223. }if(strs2[i]=="117"){
  224. units4+="市场营销部" + ";";
  225. }if(strs2[i]=="118"){
  226. units4+="办公厅" + ";";
  227. }
  228. }
  229. $("#zbfw4").html(units4);
  230. if(strs[1]=="1"){
  231. $("#zbfs4").html("电话值班");
  232. }else if(strs[1]=="2"){
  233. $("#zbfs4").html("在岗值班");
  234. }else if(strs[1]=="3"){
  235. $("#zbfs4").html("在岗集中值班");
  236. }
  237. }
  238. }
  239. //负责人1234
  240. $('#fuzeren1').html(data.rows[0].FUZEREN1);
  241. $('#fuzeren2').html(data.rows[0].FUZEREN2);
  242. $('#fuzeren3').html(data.rows[0].FUZEREN3);
  243. $('#fuzeren4').html(data.rows[0].FUZEREN4);
  244. //其他人员1234
  245. $('#qitarenyuan1').html(data.rows[0].QITARENYUAN1);
  246. $('#qitarenyuan2').html(data.rows[0].QITARENYUAN2);
  247. $('#qitarenyuan3').html(data.rows[0].QITARENYUAN3);
  248. $('#qitarenyuan4').html(data.rows[0].QITARENYUAN4);
  249. },
  250. error : function(e) {
  251. $.messager.alert('系统提示信息', '访问服务失败!', 'error');
  252. }
  253. });
  254. });
  255. $.messager=top.Dialog;