|
|
@@ -49,15 +49,17 @@
|
|
49
|
49
|
<theard>
|
|
50
|
50
|
<tr>
|
|
51
|
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>
|
|
52
|
55
|
<td class="text-center" style="min-width:50px;">办理时间</td>
|
|
53
|
|
- <td class="text-center" style="min-width:50px;">内容</td>
|
|
|
56
|
+ <td class="text-center" style="min-width:50px;">办理情况</td>
|
|
54
|
57
|
<td class="text-center" style="min-width:50px;">审批时间</td>
|
|
55
|
58
|
<td class="text-center" style="min-width:50px;">审批内容</td>
|
|
56
|
59
|
<td class="text-center" style="min-width:50px;">审批意见</td>
|
|
57
|
60
|
<td class="text-center" style="min-width:50px;">类型</td>
|
|
58
|
61
|
<td class="text-center" style="min-width:50px;">是否有处理结果</td>
|
|
59
|
62
|
<td class="text-center" style="min-width:50px;">处理方案/进程</td>
|
|
60
|
|
- <td class="text-center" style="min-width:50px;">联系方式</td>
|
|
61
|
63
|
<td class="text-center" style="min-width:50px;">沟通时间</td>
|
|
62
|
64
|
<td class="text-center" style="min-width:50px;">沟通方式</td>
|
|
63
|
65
|
<td class="text-center" style="min-width:50px;">答复内容</td>
|
|
|
@@ -74,11 +76,21 @@
|
|
74
|
76
|
<table>
|
|
75
|
77
|
<tr>
|
|
76
|
78
|
<th class="Importent">承办人:</th>
|
|
77
|
|
- <td> <input id="dealman" type="text" style="height: 32px;"></td>
|
|
|
79
|
+ <td>
|
|
|
80
|
+ <input id="dealman" type="text" style="height: 32px;">
|
|
|
81
|
+ </td>
|
|
|
82
|
+ <th class="Importent">联系方式:</th>
|
|
|
83
|
+ <td>
|
|
|
84
|
+ <input type="text" id="dealcontact">
|
|
|
85
|
+ </td>
|
|
|
86
|
+ <th class="Importent">职务:</th>
|
|
|
87
|
+ <td>
|
|
|
88
|
+ <input type="text" id="duties">
|
|
|
89
|
+ </td>
|
|
78
|
90
|
</tr>
|
|
79
|
91
|
<tr>
|
|
80
|
|
- <th class="Importent">办理内容:</th>
|
|
81
|
|
- <td><textarea data-adaptheight id="result" name="" rows="" cols=""></textarea></td>
|
|
|
92
|
+ <th class="Importent">处理情况:</th>
|
|
|
93
|
+ <td colspan="5"><textarea data-adaptheight id="result" name="" rows="" cols=""></textarea></td>
|
|
82
|
94
|
<input type="hidden" id="ID" />
|
|
83
|
95
|
</tr>
|
|
84
|
96
|
<tr>
|
|
|
@@ -94,7 +106,7 @@
|
|
94
|
106
|
</tr>
|
|
95
|
107
|
<tr class="prosituation-wrapper">
|
|
96
|
108
|
<th>处理方案/进程:</th>
|
|
97
|
|
- <td>
|
|
|
109
|
+ <td colspan="5">
|
|
98
|
110
|
<textarea data-adaptheight id="prosituation" name="" rows="6" cols="" ></textarea>
|
|
99
|
111
|
</td>
|
|
100
|
112
|
</tr>
|
|
|
@@ -102,12 +114,6 @@
|
|
102
|
114
|
<th style="color:#FF0000;">注释:</th>
|
|
103
|
115
|
<td style="color:#FF0000">请提交加盖单位公章的相关说明文件,不添加文件说明将被扣考核分</td>
|
|
104
|
116
|
</tr>
|
|
105
|
|
- <tr class="dealcontact-wrapper">
|
|
106
|
|
- <th>联系方式:</th>
|
|
107
|
|
- <td>
|
|
108
|
|
- <input type="text" id="dealcontact">
|
|
109
|
|
- </td>
|
|
110
|
|
- </tr>
|
|
111
|
117
|
<tr class="connecttime-wrapper">
|
|
112
|
118
|
<th>沟通时间:</th>
|
|
113
|
119
|
<td>
|
|
|
@@ -122,7 +128,7 @@
|
|
122
|
128
|
</tr>
|
|
123
|
129
|
<tr class="replycontent-wrapper">
|
|
124
|
130
|
<th>答复内容:</th>
|
|
125
|
|
- <td>
|
|
|
131
|
+ <td colspan="5">
|
|
126
|
132
|
<textarea id="replycontent" name="" rows="6" cols="" ></textarea>
|
|
127
|
133
|
</td>
|
|
128
|
134
|
</tr>
|
|
|
@@ -213,7 +219,11 @@
|
|
213
|
219
|
layer.msg("办理内容不能为空");
|
|
214
|
220
|
} else if ($('#isProResultRadio input[name="isDisposeResult"]:checked').val() == null) {
|
|
215
|
221
|
layer.msg("处理结果不能为空");
|
|
216
|
|
- } else {
|
|
|
222
|
+ } else if ($("#dealcontact").val() == "") {
|
|
|
223
|
+ layer.msg("联系方式不能为空")
|
|
|
224
|
+ } else if ($("#duties").val() == "") {
|
|
|
225
|
+ layer.msg("职务不能为空")
|
|
|
226
|
+ } else {
|
|
217
|
227
|
State = 1;
|
|
218
|
228
|
JA();
|
|
219
|
229
|
}
|
|
|
@@ -221,7 +231,6 @@
|
|
221
|
231
|
|
|
222
|
232
|
$(".prosituation-wrapper").hide(); //处理方案/进程
|
|
223
|
233
|
$(".annotation-wrapper").hide(); //注释
|
|
224
|
|
- $(".dealcontact-wrapper").hide(); //联系方式
|
|
225
|
234
|
$(".connecttime-wrapper").hide(); //沟通时间
|
|
226
|
235
|
$(".connectmode-wrapper").hide(); //沟通方式
|
|
227
|
236
|
$(".replycontent-wrapper").hide(); //答复内容
|
|
|
@@ -234,7 +243,6 @@
|
|
234
|
243
|
*/
|
|
235
|
244
|
$('#isProResultRadio').find('input[type="radio"]').on('change', function() {
|
|
236
|
245
|
$("#prosituation").val(""); //处理方案/进程
|
|
237
|
|
- $("#dealcontact").val(""); //联系方式
|
|
238
|
246
|
$("#connecttime").val(""); //沟通时间
|
|
239
|
247
|
$("#connectmode").val(""); //沟通方式
|
|
240
|
248
|
$("#replycontent").val(""); //答复内容
|
|
|
@@ -247,10 +255,11 @@
|
|
247
|
255
|
$.post(huayi.config.callcenter_url + 'WorkOrder/DealWorkOrder', {
|
|
248
|
256
|
workorderid: wid,
|
|
249
|
257
|
dealman: $("#dealman").val(), //承办人
|
|
250
|
|
- result: $('#result').val(), //办理内容
|
|
|
258
|
+ result: $('#result').val(), //处理情况
|
|
251
|
259
|
isproresult: $('#isProResultRadio input[name="isDisposeResult"]:checked').val(), //处理结果
|
|
252
|
260
|
prosituation: $("#prosituation").val(), //处理方案/进程
|
|
253
|
261
|
dealcontact: $("#dealcontact").val(), //联系方式
|
|
|
262
|
+ duties: $("#duties").val(), //职务
|
|
254
|
263
|
connecttime: $("#connecttime").val(), //沟通时间
|
|
255
|
264
|
connectmode: $("#connectmode").val(), //沟通方式
|
|
256
|
265
|
replycontent: $("#replycontent").val(), //答复内容
|
|
|
@@ -370,6 +379,9 @@
|
|
370
|
379
|
|
|
371
|
380
|
temp = '<tr>' +
|
|
372
|
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">' + n.F_Duties + '</td>' +
|
|
373
|
385
|
'<td class="text-center">' + n.F_CreateTime + '</td>' +
|
|
374
|
386
|
'<td class="text-center">' + n.F_Result + '</td>' +
|
|
375
|
387
|
'<td class="text-center">' + auditTimeValue + '</td>' +
|
|
|
@@ -378,7 +390,6 @@
|
|
378
|
390
|
'<td class="text-center" data-formatter="shtype">' + bval + '</td>' +
|
|
379
|
391
|
'<td class="text-center">' + isProResultValue + '</td>' +
|
|
380
|
392
|
'<td class="text-center">' + n.F_ProSituation + '</td>' +
|
|
381
|
|
- '<td class="text-center">' + n.F_DealUserContact + '</td>' +
|
|
382
|
393
|
'<td class="text-center">' + connectTimeValue + '</td>' +
|
|
383
|
394
|
'<td class="text-center">' + n.F_ConnectMode + '</td>' +
|
|
384
|
395
|
'<td class="text-center">' + n.F_ReplyContent + '</td>' +
|
|
|
@@ -474,7 +485,7 @@
|
|
474
|
485
|
var IsProResultValue = result.data[0].F_IsProResult + "";
|
|
475
|
486
|
isProResultJudge(IsProResultValue);
|
|
476
|
487
|
$("#dealman").val(result.data[0].F_DealUser); //承办人
|
|
477
|
|
- $("#result").val(result.data[0].F_Result); //办理内容
|
|
|
488
|
+ $("#result").val(result.data[0].F_Result); //处理情况
|
|
478
|
489
|
$('#isProResultRadio input[name="isDisposeResult"][value="' + result.data[0].F_IsProResult +'"]').prop("checked", true);//是否有处理结果
|
|
479
|
490
|
$("#prosituation").val(result.data[0].F_ProSituation); //处理方案/进程
|
|
480
|
491
|
$("#dealcontact").val(result.data[0].F_DealUserContact); //联系方式
|
|
|
@@ -565,7 +576,6 @@
|
|
565
|
576
|
if (isProtect === "1" ) {
|
|
566
|
577
|
$(".prosituation-wrapper").hide(); //处理方案/进程
|
|
567
|
578
|
$(".annotation-wrapper").hide(); //注释
|
|
568
|
|
- $(".dealcontact-wrapper").show(); //联系方式
|
|
569
|
579
|
$(".connecttime-wrapper").hide(); //沟通时间
|
|
570
|
580
|
$(".connectmode-wrapper").hide(); //沟通方式
|
|
571
|
581
|
$(".replycontent-wrapper").hide(); //答复内容
|
|
|
@@ -573,7 +583,6 @@
|
|
573
|
583
|
} else if (isProtect === "0") {
|
|
574
|
584
|
$(".prosituation-wrapper").hide(); //处理方案/进程
|
|
575
|
585
|
$(".annotation-wrapper").hide(); //注释
|
|
576
|
|
- $(".dealcontact-wrapper").hide(); //联系方式
|
|
577
|
586
|
$(".connecttime-wrapper").show(); //沟通时间
|
|
578
|
587
|
$(".connectmode-wrapper").show(); //沟通方式
|
|
579
|
588
|
$(".replycontent-wrapper").show(); //答复内容
|
|
|
@@ -582,7 +591,6 @@
|
|
582
|
591
|
} else if (isProResultdata === '2') {
|
|
583
|
592
|
$(".prosituation-wrapper").show(); //处理方案/进程
|
|
584
|
593
|
$(".annotation-wrapper").show(); //注释
|
|
585
|
|
- $(".dealcontact-wrapper").hide(); //联系方式
|
|
586
|
594
|
$(".connecttime-wrapper").hide(); //沟通时间
|
|
587
|
595
|
$(".connectmode-wrapper").hide(); //沟通方式
|
|
588
|
596
|
$(".replycontent-wrapper").hide(); //答复内容
|