Geen omschrijving

banli_zilei.html 24KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619
  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:50px;">序号</td>
  48. <td class="text-center" style="min-width:50px;">承办人</td>
  49. <td class="text-center" style="min-width:50px;">联系方式</td>
  50. <td class="text-center" style="min-width:50px;">职务</td>
  51. <td class="text-center" style="min-width:50px;">办理时间</td>
  52. <td class="text-center" style="min-width:50px;">办理情况</td>
  53. <td class="text-center" style="min-width:50px;">审批时间</td>
  54. <td class="text-center" style="min-width:50px;">审批内容</td>
  55. <td class="text-center" style="min-width:50px;">审批意见</td>
  56. <td class="text-center" style="min-width:50px;">类型</td>
  57. <td class="text-center" style="min-width:50px;">是否有处理结果</td>
  58. <td class="text-center" style="min-width:50px;">处理方案/进程</td>
  59. <td class="text-center" style="min-width:50px;">沟通时间</td>
  60. <td class="text-center" style="min-width:50px;">沟通方式</td>
  61. <td class="text-center" style="min-width:50px;">答复内容</td>
  62. <td class="text-center" style="min-width:50px;">是否满意</td>
  63. <td class="text-center" style="min-width:50px;">附件</td>
  64. </tr>
  65. </theard>
  66. <tbody class="HGXX" style="border-top: none; padding: 8px;"></tbody>
  67. <!--<div class="FJ"></div>-->
  68. </table>
  69. </div>
  70. <div class="Common">
  71. <table>
  72. <tr>
  73. <th class="Importent">承办人:</th>
  74. <td>
  75. <input id="dealman" type="text" style="height: 32px;">
  76. </td>
  77. <th class="Importent">联系方式:</th>
  78. <td>
  79. <input type="text" id="dealcontact">
  80. </td>
  81. <th class="Importent">职务:</th>
  82. <td>
  83. <input type="text" id="duties">
  84. </td>
  85. </tr>
  86. <tr>
  87. <th class="Importent">处理情况:</th>
  88. <td colspan="5"><textarea data-adaptheight id="result" name="" rows="" cols=""></textarea></td>
  89. <input type="hidden" id="ID" />
  90. </tr>
  91. <tr>
  92. <th class="Importent">是否有处理结果:</th>
  93. <td id="isProResultRadio" style="font-size: 12px">
  94. <label style="margin-right: 10px">
  95. <input type="radio" value="1" name="isDisposeResult" style="vertical-align: -2px;" />是
  96. </label>
  97. <label>
  98. <input type="radio" value="2" name="isDisposeResult" style="vertical-align: -2px;" />否
  99. </label>
  100. </td>
  101. </tr>
  102. <tr class="prosituation-wrapper">
  103. <th>处理方案/进程:</th>
  104. <td colspan="5">
  105. <textarea data-adaptheight id="prosituation" name="" rows="6" cols="" ></textarea>
  106. </td>
  107. </tr>
  108. <tr class="annotation-wrapper">
  109. <th style="color:#FF0000;">注释:</th>
  110. <td style="color:#FF0000" colspan="5">请提交加盖单位公章的相关说明文件,不添加文件说明将被扣考核分</td>
  111. </tr>
  112. <tr class="connecttime-wrapper">
  113. <th>沟通时间:</th>
  114. <td>
  115. <input type="text" class="laydate-icon" id="connecttime" style="width: 172px; height: 32px; border-color: rgb(158, 158, 158);">
  116. </td>
  117. </tr>
  118. <tr class="connectmode-wrapper">
  119. <th>沟通方式:</th>
  120. <td>
  121. <input type="text" id="connectmode">
  122. </td>
  123. </tr>
  124. <tr class="replycontent-wrapper">
  125. <th>答复内容:</th>
  126. <td colspan="5">
  127. <textarea id="replycontent" name="" rows="6" cols="" ></textarea>
  128. </td>
  129. </tr>
  130. <tr class="isstaisfied-wrapper">
  131. <th>是否满意:</th>
  132. <td id="isStaisfiedRadio" style="font-size: 12px" colspan="5">
  133. <label style="margin-right: 10px;">
  134. <input type="radio" value="1" name="isstaisfied" style="vertical-align: -2px;" />满意
  135. </label>
  136. <label style="margin-right: 10px;">
  137. <input type="radio" value="2" name="isstaisfied" style="vertical-align: -2px;" />基本满意
  138. </label>
  139. <label style="margin-right: 10px;">
  140. <input type="radio" value="3" name="isstaisfied" style="vertical-align: -2px;" />不满意
  141. </label>
  142. </td>
  143. </tr>
  144. <tr>
  145. <th class="Importent">附件:</th>
  146. <td colspan="5">
  147. <div class="fileBox">
  148. </div>
  149. <span class="fjnr"></span>
  150. <input class="input" type="file" name="upFile" id="upFile" multiple="multiple" style="display: none;">
  151. <input class="input" type="button" value="上传" id="scwj" />
  152. <!--<input class="input" type="button" value="删除附件" id="scfj" style="display:none;" />-->
  153. <input type="hidden" id="file" />
  154. <span style="color:#FF0000; border: none;">
  155. (文件格式为png,jpg,mp4,mp3,pdf,doc,docx,xls,xlsx)
  156. </span>
  157. </td>
  158. </tr>
  159. </table>
  160. <div class="btn_box">
  161. <button class="btns Submit">保存并办理</button>
  162. </div>
  163. </div>
  164. <script src="../css/laydate/laydate.js"></script>
  165. <script src="../js/adjustHeight.js"></script>
  166. <script>
  167. var wid = helper.request.queryString("wid");
  168. var isProtect = helper.request.queryString("isProtect");
  169. var State;
  170. var a = $("#ID").val()
  171. Detail();
  172. $(document).ready(function () {
  173. laydate.skin('blue');
  174. laydate({
  175. elem: '#connecttime',
  176. event: 'focus',
  177. istoday: true,
  178. istime: true,
  179. type: 'datetime',
  180. format: 'YYYY-MM-DD hh:mm:ss',
  181. });
  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 ($("#result").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 {
  220. State = 1;
  221. JA();
  222. }
  223. })
  224. $(".prosituation-wrapper").hide(); //处理方案/进程
  225. $(".annotation-wrapper").hide(); //注释
  226. $(".connecttime-wrapper").hide(); //沟通时间
  227. $(".connectmode-wrapper").hide(); //沟通方式
  228. $(".replycontent-wrapper").hide(); //答复内容
  229. $(".isstaisfied-wrapper").hide(); //是否满意
  230. /*
  231. * 处理结果
  232. * 是 1
  233. * 否 2
  234. */
  235. $('#isProResultRadio').find('input[type="radio"]').on('change', function() {
  236. $("#prosituation").val(""); //处理方案/进程
  237. $("#connecttime").val(""); //沟通时间
  238. $("#connectmode").val(""); //沟通方式
  239. $("#replycontent").val(""); //答复内容
  240. $('#isStaisfiedRadio input[name="isstaisfied"]:checked').prop("checked", false); //是否满意
  241. isProResultJudge($(this).val());
  242. });
  243. });
  244. //交办
  245. function JA() {
  246. $.post(huayi.config.callcenter_url + 'WorkOrder/DealWorkOrder', {
  247. workorderid: wid,
  248. dealman: $("#dealman").val(), //承办人
  249. result: $('#result').val(), //处理情况
  250. isproresult: $('#isProResultRadio input[name="isDisposeResult"]:checked').val(), //处理结果
  251. prosituation: $("#prosituation").val(), //处理方案/进程
  252. dealcontact: $("#dealcontact").val(), //联系方式
  253. duties: $("#duties").val(), //职务
  254. connecttime: $("#connecttime").val(), //沟通时间
  255. connectmode: $("#connectmode").val(), //沟通方式
  256. replycontent: $("#replycontent").val(), //答复内容
  257. isstaisfied: $('#isStaisfiedRadio input[name="isstaisfied"]:checked').val(), //是否满意
  258. state: State,
  259. feedbackid: a,
  260. files: $("#file").val(),
  261. token: $.cookie("token")
  262. }, function (result) {
  263. result = JSON.parse(result);
  264. if (result.state.toLowerCase() == "success") {
  265. var index = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
  266. parent.layer.close(index); //再执行关闭
  267. parent.load();
  268. parent.layer.msg("办理成功");
  269. $('.fileBox').html('');
  270. }
  271. })
  272. }
  273. // 工单详情
  274. function HGXX() {
  275. $.getJSON(huayi.config.callcenter_url + 'WorkOrder/GetSecondDealInfo', {
  276. workorderid: wid,
  277. token: $.cookie("token")
  278. }, function (result) {
  279. // result = JSON.stringify(result)
  280. // alert(result)
  281. console.log(result);
  282. if (result.state.toLowerCase() == "success") {
  283. var temp;
  284. var Agree;
  285. $.each(result.data.fkinfo, function (i, n) {
  286. // var r = JSON.stringify(n.File);
  287. if (n.F_IsAudit == 1) {
  288. Agree = "同意";
  289. } else if (n.F_IsAudit == 2) {
  290. Agree = "拒绝";
  291. } else if (n.F_IsAudit == 0) {
  292. Agree = "";
  293. }
  294. var bval = n.F_Type;
  295. switch(bval + '') {
  296. case '1':
  297. bval = '主办';
  298. break;
  299. case '2':
  300. bval = '协办';
  301. break;
  302. }
  303. //是否有处理结果
  304. var isProResultValue = n.F_IsProResult + "";
  305. switch (isProResultValue) {
  306. case "0":
  307. isProResultValue = "默认";
  308. break;
  309. case "1":
  310. isProResultValue = "是";
  311. break;
  312. case "2":
  313. isProResultValue = "否";
  314. break;
  315. }
  316. //是否满意
  317. var isSatisfiedValue = n.F_IsSatisfied + "";
  318. switch (isSatisfiedValue) {
  319. case "0":
  320. isSatisfiedValue = "未评价";
  321. break;
  322. case "1":
  323. isSatisfiedValue = "满意";
  324. break;
  325. case "2":
  326. isSatisfiedValue = "基本满意";
  327. break;
  328. case "3":
  329. isSatisfiedValue = "不满意";
  330. break;
  331. }
  332. //沟通时间
  333. var connectTimeValue = n.F_ConnectTime;
  334. switch (connectTimeValue) {
  335. case null:
  336. connectTimeValue = "";
  337. break;
  338. default :
  339. connectTimeValue = n.F_ConnectTime;
  340. }
  341. // 审批时间
  342. var auditTimeValue
  343. switch (n.F_AuditTime) {
  344. case "":
  345. auditTimeValue = ""
  346. break;
  347. case null:
  348. auditTimeValue = ""
  349. break;
  350. default:
  351. auditTimeValue = n.F_AuditTime
  352. break;
  353. }
  354. //审批内容
  355. var auditReasonValue
  356. switch (n.F_AuditReason) {
  357. case "":
  358. auditReasonValue = ""
  359. break;
  360. case null:
  361. auditReasonValue = ""
  362. break;
  363. default:
  364. auditReasonValue = n.F_AuditReason
  365. break;
  366. }
  367. //职务
  368. var dutiesValue
  369. switch (n.F_Duties) {
  370. case "":
  371. dutiesValue = ""
  372. break;
  373. case null:
  374. dutiesValue = ""
  375. break;
  376. default:
  377. dutiesValue = n.F_Duties
  378. break;
  379. }
  380. temp = '<tr>' +
  381. '<td class="text-center">' + (i + 1) + '</td>' +
  382. '<td class="text-center">' + n.F_DealUser + '</td>' +
  383. '<td class="text-center">' + n.F_DealUserContact + '</td>' +
  384. '<td class="text-center">' + dutiesValue + '</td>' +
  385. '<td class="text-center">' + n.F_CreateTime + '</td>' +
  386. '<td class="text-center">' + n.F_Result + '</td>' +
  387. '<td class="text-center">' + auditTimeValue + '</td>' +
  388. '<td class="text-center">' + auditReasonValue + '</td>' +
  389. '<td class="text-center">' + Agree + '</td>' +
  390. '<td class="text-center" data-formatter="shtype">' + bval + '</td>' +
  391. '<td class="text-center">' + isProResultValue + '</td>' +
  392. '<td class="text-center">' + n.F_ProSituation + '</td>' +
  393. '<td class="text-center">' + connectTimeValue + '</td>' +
  394. '<td class="text-center">' + n.F_ConnectMode + '</td>' +
  395. '<td class="text-center">' + n.F_ReplyContent + '</td>' +
  396. '<td class="text-center">' + isSatisfiedValue + '</td>' +
  397. '<td class="text-center FJ" style="color:#00a1cb;"></td>' +
  398. '</tr>';
  399. // var tmp = '';
  400. // if (n.File) {
  401. // $.each(n.File, function (d, f) {
  402. // tmp += '<a style="margin-right:5px;" href="' + f.F_FileUrl + '" download="' + f.F_FileUrl + '">' + f.F_FileName.substring(19) + '</a>';
  403. // })
  404. // }
  405. $(temp).appendTo($('.HGXX'))
  406. // .find('.FJ')
  407. // .append(tmp);
  408. });
  409. //
  410. // alert(i);
  411. }
  412. })
  413. }
  414. // <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>
  415. // function Hove(){
  416. // $(document).on("mouseover mouseout",'.tiaozhuan',function(event){
  417. // if(event.type == "mouseover"){
  418. // //鼠标悬浮
  419. // var miao=$(this).attr("href");
  420. // if (miao=="") {
  421. // $(this).removeAttr("href");
  422. // $(this).removeAttr("download");
  423. // $(this).html("");
  424. //
  425. // } else{
  426. // $(this).attr("href");
  427. // $(this).attr("download");
  428. // }
  429. // }else if(event.type == "mouseout"){
  430. // //鼠标离开
  431. // }
  432. // })
  433. //
  434. //
  435. // }
  436. // $(window).load(function(){
  437. // alert("DDD");
  438. // alert($(".tiaozhuan").attr("href"));
  439. // var miao1=$(".tiaozhuan").attr("href");
  440. // if (miao1=="") {
  441. // alert("aaa");
  442. //// $(this).html("");
  443. // } else{
  444. // alert("bbb");
  445. // $(this).html("");
  446. // }
  447. // });
  448. // 派单内容给
  449. function BLNR() {
  450. $.getJSON(huayi.config.callcenter_url + 'WorkOrder/GetSecondDealInfo', {
  451. workorderid: wid,
  452. token: $.cookie("token")
  453. }, function (result) {
  454. // result = JSON.stringify(result)
  455. // console.log(result);
  456. if (result.state.toLowerCase() == "success") {
  457. var temp2;
  458. $.each(result.data.pdinfo, function (i, n) {
  459. 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>';
  460. });
  461. $('.BLNR').append(temp2);
  462. }
  463. })
  464. }
  465. //草稿详情
  466. function Detail() {
  467. $.getJSON(huayi.config.callcenter_url + 'WorkOrder/GetDraftInfo', {
  468. workorderid: wid,
  469. type: 2,
  470. token: $.cookie("token")
  471. }, function (result) {
  472. if (result.state.toLowerCase() == "success") {
  473. if (result.data.length > 0) {
  474. var IsProResultValue = result.data[0].F_IsProResult + "";
  475. isProResultJudge(IsProResultValue);
  476. $("#dealman").val(result.data[0].F_DealUser); //承办人
  477. $("#duties").val(result.data[0].F_Duties); //职务
  478. $("#result").val(result.data[0].F_Result); //处理情况
  479. $('#isProResultRadio input[name="isDisposeResult"][value="' + result.data[0].F_IsProResult +'"]').prop("checked", true);//是否有处理结果
  480. $("#prosituation").val(result.data[0].F_ProSituation); //处理方案/进程
  481. $("#dealcontact").val(result.data[0].F_DealUserContact); //联系方式
  482. $("#connecttime").val(result.data[0].F_ConnectTime); //沟通时间
  483. $("#connectmode").val(result.data[0].F_ConnectMode); //沟通方式
  484. $("#replycontent").val(result.data[0].F_ReplyContent); //答复内容
  485. $('#isStaisfiedRadio input[name="isstaisfied"][value="' + result.data[0].F_IsSatisfied +'"]').prop("checked", true); //是否满意
  486. a = result.data[0].F_Id;
  487. };
  488. }
  489. })
  490. }
  491. //清除
  492. function Clean() {
  493. $("#startTime").val(''),
  494. $('#assignedopinion').val('')
  495. }
  496. //上传文件
  497. function upload() {
  498. var Files = document.getElementById("upFile").files;
  499. if (Files.length > 0) {
  500. var formData = new FormData();
  501. for (var i = 0; i < Files.length; i++) {
  502. formData.append('file' + i, Files[i]);
  503. }
  504. formData.append("token", $.cookie("token"));
  505. var typeName=Files[0].name.split('.')[1];
  506. if (typeName=="png"||typeName=='jpg'||typeName=='mp4'||typeName=='mp3'||typeName=='pdf'||typeName=='doc'||typeName=='docx'||typeName=='xls'||typeName=='xlsx') {
  507. $.ajax({
  508. url: huayi.config.callcenter_url + "/WorkOrder/UploadFile",
  509. type: "POST",
  510. data: formData,
  511. /**
  512. *必须false才会自动加上正确的Content-Type
  513. */
  514. contentType: false,
  515. /**
  516. * 必须false才会避开jQuery对 formdata 的默认处理
  517. * XMLHttpRequest会对 formdata 进行正确的处理
  518. */
  519. processData: false,
  520. success: function (result) {
  521. document.getElementById("upFile").outerHTML = document.getElementById("upFile").outerHTML;
  522. $("#upFile").change(function () {
  523. upload();
  524. });
  525. var r = $.parseJSON(result);
  526. if (r.state.toLowerCase() == "success") {
  527. //$(".fjnr").text(r.data[0].F_FileName);
  528. var a = r.data;
  529. $(a).each(function (i, n) {
  530. var strs = '<span class="files" fiel-num="' + n.F_FileId + '">' + n.F_FileName.substring(19) + '<i class="fa fa-remove del_file"></i></span>'
  531. $(strs).appendTo($('.fileBox')).find('.del_file').click(function (event) {
  532. event.stopPropagation();
  533. $(this).parent().remove();
  534. file_num()
  535. })
  536. })
  537. file_num();
  538. }
  539. }
  540. });
  541. }else{
  542. layer.msg("格式不正确");
  543. }
  544. } else {
  545. layer.confirm('请上传文件!', {
  546. btn: ['确定']
  547. });
  548. }
  549. }
  550. //上传文件隐藏域值
  551. function file_num() {
  552. var str = '';
  553. var Str;
  554. $('.fileBox .files').each(function (j, m) {
  555. var aa = $(m).attr("fiel-num")
  556. console.log(aa);
  557. str += aa + ",";
  558. Str = (str.substring(str.length - 1) == ',') ? str.substring(0, str.length - 1) : str;
  559. })
  560. $("#file").val(Str);
  561. }
  562. // 处理结果判断
  563. function isProResultJudge (isProResultdata) {
  564. if(isProResultdata === '1') {
  565. if (isProtect === "1" ) {
  566. $(".prosituation-wrapper").hide(); //处理方案/进程
  567. $(".annotation-wrapper").hide(); //注释
  568. $(".connecttime-wrapper").hide(); //沟通时间
  569. $(".connectmode-wrapper").hide(); //沟通方式
  570. $(".replycontent-wrapper").hide(); //答复内容
  571. $(".isstaisfied-wrapper").hide(); //是否满意
  572. } else if (isProtect === "0") {
  573. $(".prosituation-wrapper").hide(); //处理方案/进程
  574. $(".annotation-wrapper").hide(); //注释
  575. $(".connecttime-wrapper").show(); //沟通时间
  576. $(".connectmode-wrapper").show(); //沟通方式
  577. $(".replycontent-wrapper").show(); //答复内容
  578. $(".isstaisfied-wrapper").show(); //是否满意
  579. }
  580. } else if (isProResultdata === '2') {
  581. $(".prosituation-wrapper").show(); //处理方案/进程
  582. $(".annotation-wrapper").show(); //注释
  583. $(".connecttime-wrapper").hide(); //沟通时间
  584. $(".connectmode-wrapper").hide(); //沟通方式
  585. $(".replycontent-wrapper").hide(); //答复内容
  586. $(".isstaisfied-wrapper").hide(); //是否满意
  587. }
  588. }
  589. </script>
  590. </body>
  591. </html>