民权县12345_前端

banli_zilei.html 25KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <script src="../Script/Common/huayi.load.js"></script>
  6. <script src="../Script/Common/huayi.config.js"></script>
  7. <link href="../css/layer/need/layer.css" />
  8. <link rel="stylesheet" href="../css/init.css" />
  9. <title>办理工单</title>
  10. <style>
  11. .input {
  12. background-color: #FFF;
  13. background-image: none;
  14. border: 1px solid #ccc;
  15. border-radius: 1px;
  16. color: inherit;
  17. padding: 6px 12px
  18. }
  19. .fjnr {
  20. padding: 0 !important;
  21. border: none !important;
  22. }
  23. .HGXX td {
  24. padding: 8px;
  25. }
  26. </style>
  27. </head>
  28. <body>
  29. <!--办理内容-->
  30. <div style="width: 100%;padding: 10px;">
  31. <table class="table" border="" cellspacing="0" cellpadding="0" style="border: 1px solid #e7eaec;">
  32. <theard>
  33. <tr>
  34. <td class="text-center" style="min-width: 100px;">派单时间</td>
  35. <td class="text-center" style="min-width: 100px;">办理期限</td>
  36. <td class="text-center" style="min-width: 100px;">内容</td>
  37. </tr>
  38. </theard>
  39. <tbody class="BLNR" style="border-top: none; padding: 8px;"></tbody>
  40. </table>
  41. </div>
  42. <!--重新办理-->
  43. <div style="width: 100%;padding: 10px;">
  44. <table class="table" border="" cellspacing="0" cellpadding="0" style="border: 1px solid #e7eaec;">
  45. <theard>
  46. <tr>
  47. <td class="text-center" style="min-width: 100px;">序号</td>
  48. <td class="text-center" style="min-width: 100px;">办理时间</td>
  49. <td class="text-center" style="min-width: 100px;">内容</td>
  50. <td class="text-center" style="min-width: 100px;">附件</td>
  51. <td class="text-center" style="min-width: 100px;">审批时间</td>
  52. <td class="text-center" style="min-width: 100px;">审批内容</td>
  53. <td class="text-center" style="min-width: 100px;">审批意见</td>
  54. </tr>
  55. </theard>
  56. <tbody class="HGXX" style="border-top: none; padding: 8px;"></tbody>
  57. <!--<div class="FJ"></div>-->
  58. </table>
  59. </div>
  60. <div class="Common">
  61. <table>
  62. <tr>
  63. <th class="Importent">承办人:</th>
  64. <td>
  65. <input id="dealman" type="text" style="height: 32px;">
  66. </td>
  67. <th class="Importent">联系方式:</th>
  68. <td>
  69. <input type="text" id="dealcontact">
  70. </td>
  71. <th class="Importent">职务:</th>
  72. <td>
  73. <input type="text" id="duties">
  74. </td>
  75. </tr>
  76. <tr>
  77. <th class="Importent">处理结果:</th>
  78. <td colspan="5"><textarea data-adaptheight id="situation" name="" rows="6" cols=""></textarea></td>
  79. </tr>
  80. <tr>
  81. <th class="Importent">是否有处理结果:</th>
  82. <td id="isProResultRadio" style="font-size: 12px">
  83. <label style="margin-right: 10px">
  84. <input type="radio" value="1" name="isDisposeResult" style="vertical-align: -2px;" />是
  85. </label>
  86. <label>
  87. <input type="radio" value="2" name="isDisposeResult" style="vertical-align: -2px;" />否
  88. </label>
  89. </td>
  90. </tr>
  91. <tr class="prosituation-wrapper">
  92. <th>处理方案/进程:</th>
  93. <td colspan="5">
  94. <textarea data-adaptheight id="prosituation" name="" rows="6" cols="" ></textarea>
  95. </td>
  96. </tr>
  97. <tr class="annotation-wrapper">
  98. <th style="color:#FF0000;">注释:</th>
  99. <td style="color:#FF0000" colspan="5">请提交加盖单位公章的相关说明文件,不添加文件说明将被扣考核分</td>
  100. </tr>
  101. <tr class="connecttime-wrapper">
  102. <th>沟通时间:</th>
  103. <td>
  104. <input type="text" class="laydate-icon" id="connecttime" style="width: 172px; height: 32px; border-color: rgb(158, 158, 158);">
  105. </td>
  106. </tr>
  107. <tr class="connectmode-wrapper">
  108. <th>沟通方式:</th>
  109. <td>
  110. <input type="text" id="connectmode">
  111. </td>
  112. </tr>
  113. <!--<tr class="replycontent-wrapper">
  114. <th>答复内容:</th>
  115. <td colspan="5">
  116. <textarea id="replycontent" name="" rows="6" cols="" ></textarea>
  117. </td>
  118. </tr>-->
  119. <tr class="isstaisfied-wrapper">
  120. <th>是否满意:</th>
  121. <td id="isStaisfiedRadio" style="font-size: 12px" colspan="5">
  122. <label style="margin-right: 10px;">
  123. <input type="radio" value="1" name="isstaisfied" style="vertical-align: -2px;" />满意
  124. </label>
  125. <label style="margin-right: 10px;">
  126. <input type="radio" value="2" name="isstaisfied" style="vertical-align: -2px;" />基本满意
  127. </label>
  128. <label style="margin-right: 10px;">
  129. <input type="radio" value="3" name="isstaisfied" style="vertical-align: -2px;" />不满意
  130. </label>
  131. </td>
  132. </tr>
  133. <tr>
  134. <th class="Importent">附件:</th>
  135. <td colspan="5">
  136. <div class="fileBox">
  137. </div>
  138. <span class="fjnr"></span>
  139. <input class="input" type="file" name="upFile" id="upFile" multiple="multiple" style="display: none;">
  140. <input class="input" type="button" value="上传" id="scwj" />
  141. <!--<input class="input" type="button" value="删除附件" id="scfj" style="display:none;" />-->
  142. <input type="hidden" id="file" />
  143. <span style="color:#FF0000; border: none;">
  144. (文件格式为png,jpg,mp4,mp3,pdf,doc,docx,xls,xlsx)
  145. </span>
  146. </td>
  147. </tr>
  148. <tr>
  149. <td style="text-align: right"><button class="btns handleBtn">查看办理结果</button></td>
  150. <td colspan="5">
  151. <textarea data-adaptheight id="result" name="" rows="4" cols=""></textarea>
  152. </td>
  153. <input type="hidden" id="ID" />
  154. </tr>
  155. </table>
  156. <div class="btn_box">
  157. <button class="btns Submit">保存并办理</button>
  158. </div>
  159. </div>
  160. <script src="../css/laydate/laydate.js"></script>
  161. <script src="../js/adjustHeight.js"></script>
  162. <script>
  163. var wid = helper.request.queryString("wid");
  164. var isProtect = helper.request.queryString("isProtect");
  165. var State;
  166. var a = $("#ID").val();
  167. var simpleDetailStrStart = "";
  168. var simpleDetailStrEnd = "";
  169. var simpleDetailStr = "";
  170. Detail();
  171. $(document).ready(function () {
  172. laydate.skin('blue');
  173. laydate({
  174. elem: '#connecttime',
  175. event: 'focus',
  176. istoday: true,
  177. istime: true,
  178. type: 'datetime',
  179. format: 'YYYY-MM-DD hh:mm:ss',
  180. });
  181. simpleDetail();
  182. HGXX();
  183. BLNR();
  184. // Hove();
  185. // LOAD();
  186. //上传附件
  187. $("#scwj").click(function () {
  188. $("#upFile").trigger("click");
  189. })
  190. $("#upFile").change(function () {
  191. upload();
  192. })
  193. $("#scfj").click(function () {
  194. $(".fjnr").text("");
  195. $("#scfj").hide();
  196. })
  197. // $('.BC').click(function() {
  198. // if($("#dealman").val()==""){
  199. // layer.msg("办理人不能为空");
  200. // }else if($("#result").val()==""){
  201. // layer.msg("办理内容不能为空");
  202. // }else{
  203. // State = 0;
  204. // JA();
  205. // }
  206. //
  207. // })
  208. $('.Submit').click(function () {
  209. if ($("#dealman").val() == "") {
  210. layer.msg("办理人不能为空");
  211. } else if ($("#situation").val() == "") {
  212. layer.msg("处理结果不能为空");
  213. } else if ($('#isProResultRadio input[name="isDisposeResult"]:checked').val() == null) {
  214. layer.msg("处理结果不能为空");
  215. } else if ($("#dealcontact").val() == "") {
  216. layer.msg("联系方式不能为空")
  217. } else if ($("#duties").val() == "") {
  218. layer.msg("职务不能为空")
  219. } else if ($("#result").val() == "") {
  220. layer.msg("请生成办理结果")
  221. } else {
  222. State = 1;
  223. JA();
  224. }
  225. })
  226. $(".prosituation-wrapper").hide(); //处理方案/进程
  227. $(".annotation-wrapper").hide(); //注释
  228. $(".connecttime-wrapper").hide(); //沟通时间
  229. $(".connectmode-wrapper").hide(); //沟通方式
  230. // $(".replycontent-wrapper").hide(); //答复内容
  231. $(".isstaisfied-wrapper").hide(); //是否满意
  232. /*
  233. * 处理结果
  234. * 是 1
  235. * 否 2
  236. */
  237. $('#isProResultRadio').find('input[type="radio"]').on('change', function() {
  238. $("#prosituation").val(""); //处理方案/进程
  239. $("#connecttime").val(""); //沟通时间
  240. $("#connectmode").val(""); //沟通方式
  241. $("#result").val(""); //办理结果
  242. // $("#replycontent").val(""); //答复内容
  243. $('#isStaisfiedRadio input[name="isstaisfied"]:checked').prop("checked", false); //是否满意
  244. isProResultJudge($(this).val());
  245. });
  246. //办理结果
  247. $('.handleBtn').click(function() {
  248. if($('#isProResultRadio input[name="isDisposeResult"]:checked').val() === '1') {
  249. if (isProtect === "1" ) {
  250. simpleDetailStrEnd = "经落实,具体情况回复如下:" + $("#situation").val() + " 办理结果:" + "已办理 承办人:" + $("#dealman").val() + " 职务:" + $("#duties").val() + " 联系电话:" + $("#dealcontact").val()
  251. simpleDetailStr = simpleDetailStrStart + simpleDetailStrEnd;
  252. $("#result").val(simpleDetailStr);
  253. } else if (isProtect === "0") {
  254. if ($('#isStaisfiedRadio input[name="isstaisfied"]:checked').val() === "0") {
  255. var isStaisfiedRadioData = "未评价";
  256. } else if ($('#isStaisfiedRadio input[name="isstaisfied"]:checked').val() === "1") {
  257. var isStaisfiedRadioData = "满意";
  258. } else if ($('#isStaisfiedRadio input[name="isstaisfied"]:checked').val() === "2") {
  259. var isStaisfiedRadioData = "基本满意";
  260. } else if ($('#isStaisfiedRadio input[name="isstaisfied"]:checked').val() === "3") {
  261. var isStaisfiedRadioData = "不满意";
  262. } else {
  263. var isStaisfiedRadioData = "未评价";
  264. }
  265. simpleDetailStrEnd = "经落实,具体情况回复如下:" + $("#situation").val() + " 办理结果:" + "已办理 承办人:" + $("#dealman").val() + " 职务:" + $("#duties").val() + " 联系电话:" + $("#dealcontact").val() + "; " + $("#dealman").val() + "用" + $("#connectmode").val() + "方式在" + $("#connecttime").val() + "对反映人进行了回复,反映人对结果表示" + isStaisfiedRadioData
  266. simpleDetailStr = simpleDetailStrStart + simpleDetailStrEnd;
  267. $("#result").val(simpleDetailStr);
  268. }
  269. } else if ($('#isProResultRadio input[name="isDisposeResult"]:checked').val() === '2') {
  270. simpleDetailStrEnd = "经落实,具体情况回复如下:" + $("#situation").val() + " 办理结果:" + "未办理 承办人:" + $("#dealman").val() + " 职务:" + $("#duties").val() + " 联系电话:" + $("#dealcontact").val() + "; 处理方案/进程:" + $("#prosituation").val();
  271. simpleDetailStr = simpleDetailStrStart + simpleDetailStrEnd;
  272. $("#result").val(simpleDetailStr);
  273. } else {
  274. simpleDetailStr = simpleDetailStrStart + simpleDetailStrEnd;
  275. $("#result").val(simpleDetailStr);
  276. }
  277. })
  278. });
  279. //交办
  280. function JA() {
  281. $.post(huayi.config.callcenter_url + 'WorkOrder/DealWorkOrder', {
  282. workorderid: wid,
  283. dealman: $("#dealman").val(), //承办人
  284. result: $('#result').val(), //处理情况
  285. situation: $("#situation").val(), //办理结果
  286. isproresult: $('#isProResultRadio input[name="isDisposeResult"]:checked').val(), //处理结果
  287. prosituation: $("#prosituation").val(), //处理方案/进程
  288. dealcontact: $("#dealcontact").val(), //联系方式
  289. duties: $("#duties").val(), //职务
  290. connecttime: $("#connecttime").val(), //沟通时间
  291. connectmode: $("#connectmode").val(), //沟通方式
  292. // replycontent: $("#replycontent").val(), //答复内容
  293. isstaisfied: $('#isStaisfiedRadio input[name="isstaisfied"]:checked').val(), //是否满意
  294. state: State,
  295. feedbackid: a,
  296. files: $("#file").val(),
  297. token: $.cookie("token")
  298. }, function (result) {
  299. result = JSON.parse(result);
  300. if (result.state.toLowerCase() == "success") {
  301. var index = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
  302. parent.layer.close(index); //再执行关闭
  303. parent.load();
  304. parent.layer.msg("办理成功");
  305. $('.fileBox').html('');
  306. }
  307. })
  308. }
  309. // 工单详情
  310. function HGXX() {
  311. $.getJSON(huayi.config.callcenter_url + 'WorkOrder/GetSecondDealInfo', {
  312. workorderid: wid,
  313. token: $.cookie("token")
  314. }, function (result) {
  315. // result = JSON.stringify(result)
  316. // alert(result)
  317. console.log(result);
  318. if (result.state.toLowerCase() == "success") {
  319. var temp;
  320. var Agree;
  321. $.each(result.data.fkinfo, function (i, n) {
  322. // var r = JSON.stringify(n.File);
  323. if (n.F_IsAudit == 1) {
  324. Agree = "同意";
  325. } else if (n.F_IsAudit == 2) {
  326. Agree = "拒绝";
  327. }
  328. temp = '<tr><td class="text-center">' + (i + 1) + '</td><td class="text-center">'
  329. + n.F_CreateTime + '</td><td class="text-center">' + n.F_Result
  330. + '</td><td class="text-center FJ" style="color:#00a1cb;"></td><td class="text-center">'
  331. + n.F_AuditTime + '</td><td class="text-center">' + n.F_AuditReason
  332. + '</td><td class="text-center">' + Agree + '</td></tr>';
  333. var tmp = '';
  334. if (n.File) {
  335. $.each(n.File, function (d, f) {
  336. tmp += '<a style="margin-right:5px;" href="' + f.F_FileUrl + '" download="' + f.F_FileUrl + '">' + f.F_FileName.substring(19) + '</a>';
  337. })
  338. }
  339. $(temp).appendTo($('.HGXX')).find('.FJ').append(tmp);
  340. });
  341. //
  342. // alert(i);
  343. }
  344. })
  345. }
  346. // <a class="tiaozhuan" style="margin-right:5px;" href="' + (n.File == null ? '' : n.File[0].F_FileUrl) + '" download="' + (n.File == null ? '' : n.File[0].F_FileUrl) + '" >附件</a>
  347. // function Hove(){
  348. // $(document).on("mouseover mouseout",'.tiaozhuan',function(event){
  349. // if(event.type == "mouseover"){
  350. // //鼠标悬浮
  351. // var miao=$(this).attr("href");
  352. // if (miao=="") {
  353. // $(this).removeAttr("href");
  354. // $(this).removeAttr("download");
  355. // $(this).html("");
  356. //
  357. // } else{
  358. // $(this).attr("href");
  359. // $(this).attr("download");
  360. // }
  361. // }else if(event.type == "mouseout"){
  362. // //鼠标离开
  363. // }
  364. // })
  365. //
  366. //
  367. // }
  368. // $(window).load(function(){
  369. // alert("DDD");
  370. // alert($(".tiaozhuan").attr("href"));
  371. // var miao1=$(".tiaozhuan").attr("href");
  372. // if (miao1=="") {
  373. // alert("aaa");
  374. //// $(this).html("");
  375. // } else{
  376. // alert("bbb");
  377. // $(this).html("");
  378. // }
  379. // });
  380. // 派单内容给
  381. function BLNR() {
  382. $.getJSON(huayi.config.callcenter_url + 'WorkOrder/GetSecondDealInfo', {
  383. workorderid: wid,
  384. token: $.cookie("token")
  385. }, function (result) {
  386. // result = JSON.stringify(result)
  387. // console.log(result);
  388. if (result.state.toLowerCase() == "success") {
  389. var temp2;
  390. $.each(result.data.pdinfo, function (i, n) {
  391. temp2 = temp2 + '<tr><td class="text-center">' + n.F_CreateTime + '</td><td class="text-center">' + n.F_LimitTime + '</td><td class="text-center">' + n.F_AssignedOpinion + '</td></tr>';
  392. });
  393. $('.BLNR').append(temp2);
  394. }
  395. })
  396. }
  397. //草稿详情
  398. function Detail() {
  399. $.getJSON(huayi.config.callcenter_url + 'WorkOrder/GetDraftInfo', {
  400. workorderid: wid,
  401. type: 2,
  402. token: $.cookie("token")
  403. }, function (result) {
  404. if (result.state.toLowerCase() == "success") {
  405. if (result.data.length > 0) {
  406. var IsProResultValue = result.data[0].F_IsProResult + "";
  407. isProResultJudge(IsProResultValue);
  408. $("#dealman").val(result.data[0].F_DealUser); //承办人
  409. $("#duties").val(result.data[0].F_Duties); //职务
  410. // $("#result").text(result.data[0].F_Result); //处理结果
  411. $("#situation").val(result.data[0].F_Situation); //处理情况
  412. $('#isProResultRadio input[name="isDisposeResult"][value="' + result.data[0].F_IsProResult +'"]').prop("checked", true);//是否有处理结果
  413. $("#prosituation").val(result.data[0].F_ProSituation); //处理方案/进程
  414. $("#dealcontact").val(result.data[0].F_DealUserContact); //联系方式
  415. $("#connecttime").val(result.data[0].F_ConnectTime); //沟通时间
  416. $("#connectmode").val(result.data[0].F_ConnectMode); //沟通方式
  417. // $("#replycontent").val(result.data[0].F_ReplyContent); //答复内容
  418. $('#isStaisfiedRadio input[name="isstaisfied"][value="' + result.data[0].F_IsSatisfied +'"]').prop("checked", true); //是否满意
  419. a = result.data[0].F_Id;
  420. };
  421. }
  422. })
  423. }
  424. //清除
  425. function Clean() {
  426. $("#startTime").val(''),
  427. $('#assignedopinion').val('')
  428. }
  429. //上传文件
  430. function upload() {
  431. var Files = document.getElementById("upFile").files;
  432. if (Files.length > 0) {
  433. var formData = new FormData();
  434. for (var i = 0; i < Files.length; i++) {
  435. formData.append('file' + i, Files[i]);
  436. }
  437. formData.append("token", $.cookie("token"));
  438. var typeName=Files[0].name.split('.')[1];
  439. if (typeName=="png"||typeName=='jpg'||typeName=='mp4'||typeName=='mp3'||typeName=='pdf'||typeName=='doc'||typeName=='docx'||typeName=='xls'||typeName=='xlsx') {
  440. $.ajax({
  441. url: huayi.config.callcenter_url + "/WorkOrder/UploadFile",
  442. type: "POST",
  443. data: formData,
  444. /**
  445. *必须false才会自动加上正确的Content-Type
  446. */
  447. contentType: false,
  448. /**
  449. * 必须false才会避开jQuery对 formdata 的默认处理
  450. * XMLHttpRequest会对 formdata 进行正确的处理
  451. */
  452. processData: false,
  453. success: function (result) {
  454. document.getElementById("upFile").outerHTML = document.getElementById("upFile").outerHTML;
  455. $("#upFile").change(function () {
  456. upload();
  457. });
  458. var r = $.parseJSON(result);
  459. if (r.state.toLowerCase() == "success") {
  460. //$(".fjnr").text(r.data[0].F_FileName);
  461. var a = r.data;
  462. $(a).each(function (i, n) {
  463. var strs = '<span class="files" fiel-num="' + n.F_FileId + '">' + n.F_FileName.substring(19) + '<i class="fa fa-remove del_file"></i></span>'
  464. $(strs).appendTo($('.fileBox')).find('.del_file').click(function (event) {
  465. event.stopPropagation();
  466. $(this).parent().remove();
  467. file_num()
  468. })
  469. })
  470. file_num();
  471. }
  472. }
  473. });
  474. }else{
  475. layer.msg("格式不正确");
  476. }
  477. } else {
  478. layer.confirm('请上传文件!', {
  479. btn: ['确定']
  480. });
  481. }
  482. }
  483. //上传文件隐藏域值
  484. function file_num() {
  485. var str = '';
  486. var Str;
  487. $('.fileBox .files').each(function (j, m) {
  488. var aa = $(m).attr("fiel-num")
  489. console.log(aa);
  490. str += aa + ",";
  491. Str = (str.substring(str.length - 1) == ',') ? str.substring(0, str.length - 1) : str;
  492. })
  493. $("#file").val(Str);
  494. }
  495. // 处理结果判断
  496. function isProResultJudge (isProResultdata) {
  497. if(isProResultdata === '1') {
  498. if (isProtect === "1" ) {
  499. $(".prosituation-wrapper").hide(); //处理方案/进程
  500. $(".annotation-wrapper").hide(); //注释
  501. $(".connecttime-wrapper").hide(); //沟通时间
  502. $(".connectmode-wrapper").hide(); //沟通方式
  503. // $(".replycontent-wrapper").hide(); //答复内容
  504. $(".isstaisfied-wrapper").hide(); //是否满意
  505. } else if (isProtect === "0") {
  506. $(".prosituation-wrapper").hide(); //处理方案/进程
  507. $(".annotation-wrapper").hide(); //注释
  508. $(".connecttime-wrapper").show(); //沟通时间
  509. $(".connectmode-wrapper").show(); //沟通方式
  510. // $(".replycontent-wrapper").show(); //答复内容
  511. $(".isstaisfied-wrapper").show(); //是否满意
  512. }
  513. } else if (isProResultdata === '2') {
  514. $(".prosituation-wrapper").show(); //处理方案/进程
  515. $(".annotation-wrapper").show(); //注释
  516. $(".connecttime-wrapper").hide(); //沟通时间
  517. $(".connectmode-wrapper").hide(); //沟通方式
  518. // $(".replycontent-wrapper").hide(); //答复内容
  519. $(".isstaisfied-wrapper").hide(); //是否满意
  520. }
  521. }
  522. //简易版工单详情
  523. function simpleDetail() {
  524. $.getJSON(huayi.config.callcenter_url + 'WorkOrder/GetWorkorderSimp', {
  525. workorderid: wid,
  526. token: $.cookie("token")
  527. }, function (result) {
  528. if (result.state.toLowerCase() == "success") {
  529. var data = result.data[0];
  530. simpleDetailStrStart = data.F_CreateTime + " " + data.deptname + "部门接到" + data.SourceName + "来源工单(编号:" + data.F_WorkOrderId + ")反映" + data.F_ComTitle + "问题,"
  531. }
  532. })
  533. }
  534. </script>
  535. </body>
  536. </html>