|
|
@@ -22,32 +22,74 @@
|
|
22
|
22
|
<tr>
|
|
23
|
23
|
<td class="text-center" style="min-width:80px;">承办人</td>
|
|
24
|
24
|
<td class="text-center" style="min-width:80px;">联系方式</td>
|
|
25
|
|
- <td class="text-center" style="min-width:80px;">职务</td>
|
|
26
|
|
- <td class="text-center" style="min-width:80px;">单位</td>
|
|
27
|
25
|
<td class="text-center" style="min-width:80px;">办理结果</td>
|
|
28
|
26
|
<td class="text-center" style="min-width:80px;">办理时间</td>
|
|
29
|
27
|
<td class="text-center" style="min-width:80px;">是/否向当事人反馈</td>
|
|
30
|
28
|
<td class="text-center" style="min-width:80px;">是否满意</td>
|
|
31
|
|
- <td class="text-center" style="min-width:80px;">审核领导</td>
|
|
32
|
|
- <td class="text-center" style="min-width:80px;">审核领导职务</td>
|
|
33
|
|
- <td class="text-center" style="min-width:80px;">审核领导联系方式</td>
|
|
34
|
29
|
<td class="text-center" style="min-width:80px;">附件</td>
|
|
35
|
30
|
<td class="text-center" style="min-width:80px;">追加回复附件</td>
|
|
36
|
|
- <td class="text-center" style="min-width:100px;">操作</td>
|
|
|
31
|
+ <td class="text-center" style="min-width:100px;">审核状态</td>
|
|
|
32
|
+ <td class="text-center" style="min-width:100px;">审核原因</td>
|
|
37
|
33
|
</tr>
|
|
38
|
34
|
</theard>
|
|
39
|
35
|
<tbody class="BLQK">
|
|
40
|
36
|
</tbody>
|
|
41
|
37
|
</table>
|
|
|
38
|
+ <div class="Common">
|
|
|
39
|
+ <div class="btn_box">
|
|
|
40
|
+ <button class="btns BC">提交</button>
|
|
|
41
|
+ </div>
|
|
|
42
|
+ </div>
|
|
|
43
|
+
|
|
42
|
44
|
</div>
|
|
43
|
45
|
</div>
|
|
44
|
46
|
<script src="../js/adjustHeight.js"></script>
|
|
45
|
47
|
<script src="../css/laydate/laydate.js"></script>
|
|
46
|
48
|
<script>
|
|
47
|
49
|
var wid = helper.request.queryString("wid");
|
|
|
50
|
+
|
|
|
51
|
+ var idData = []
|
|
48
|
52
|
$(document).ready(function() {
|
|
49
|
53
|
getDetail(16);
|
|
50
|
54
|
});
|
|
|
55
|
+ $(".BC").click(function(){
|
|
|
56
|
+ var isaudit
|
|
|
57
|
+ var params = getParams()
|
|
|
58
|
+ if (params.nexttype ===0|| params.nexttype ===2 ) {
|
|
|
59
|
+ params.isaudit = 1
|
|
|
60
|
+ if (params.nexttype === 0) {
|
|
|
61
|
+ layer.confirm('是否发送短信?', {
|
|
|
62
|
+ btn: ['是', '否'] // 按钮
|
|
|
63
|
+ }, function() {
|
|
|
64
|
+ params.issms = 1
|
|
|
65
|
+ handleAuditAppend(params)
|
|
|
66
|
+ }, function() {
|
|
|
67
|
+ params.issms =0
|
|
|
68
|
+ handleAuditAppend(params)
|
|
|
69
|
+ });
|
|
|
70
|
+ }else{
|
|
|
71
|
+ handleAuditAppend(params)
|
|
|
72
|
+ }
|
|
|
73
|
+ }else {
|
|
|
74
|
+ params.isaudit = 0
|
|
|
75
|
+ handleAuditAppend(params)
|
|
|
76
|
+ }
|
|
|
77
|
+ })
|
|
|
78
|
+ function handleAuditAppend (params) {
|
|
|
79
|
+ params.workorderid = wid
|
|
|
80
|
+ params.token = $.cookie("token")
|
|
|
81
|
+ console.log(params)
|
|
|
82
|
+ $.post(huayi.config.callcenter_url + 'WorkOrder/AuditAppend', params, function(result) {
|
|
|
83
|
+ result = JSON.parse(result);
|
|
|
84
|
+ if(result.state.toLowerCase() == "success") {
|
|
|
85
|
+ var index = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
|
|
|
86
|
+ parent.layer.close(index); //再执行关闭
|
|
|
87
|
+ parent.$("#orderlist").bootstrapTable("refresh");
|
|
|
88
|
+ parent.layer.msg("操作成功");
|
|
|
89
|
+
|
|
|
90
|
+ }
|
|
|
91
|
+ })
|
|
|
92
|
+ }
|
|
51
|
93
|
// 获取详情
|
|
52
|
94
|
function getDetail(type) {
|
|
53
|
95
|
$.ajax({
|
|
|
@@ -64,18 +106,12 @@
|
|
64
|
106
|
|
|
65
|
107
|
if(result.state.toLowerCase() == "success") {
|
|
66
|
108
|
var htmls = ''
|
|
|
109
|
+ var banliHtml;
|
|
|
110
|
+ var creatTime;
|
|
|
111
|
+ var number = 0
|
|
67
|
112
|
$(".BLQK").empty();
|
|
68
|
113
|
$(result.data.bldata).each(function(i, n) {
|
|
69
|
|
- //类型
|
|
70
|
|
- var bval = n.F_Type;
|
|
71
|
|
- switch(bval + '') {
|
|
72
|
|
- case '1':
|
|
73
|
|
- bval = '主办';
|
|
74
|
|
- break;
|
|
75
|
|
- case '2':
|
|
76
|
|
- bval = '协办';
|
|
77
|
|
- break;
|
|
78
|
|
- }
|
|
|
114
|
+ idData.push(n.F_Id)
|
|
79
|
115
|
//是/否向当事人反馈
|
|
80
|
116
|
var isProResultValue = n.F_IsProResult + "";
|
|
81
|
117
|
switch(isProResultValue) {
|
|
|
@@ -105,183 +141,205 @@
|
|
105
|
141
|
isSatisfiedValue = "不满意";
|
|
106
|
142
|
break;
|
|
107
|
143
|
}
|
|
108
|
|
- //沟通时间
|
|
109
|
|
- var connectTimeValue = n.F_ConnectTime;
|
|
110
|
|
- switch(connectTimeValue) {
|
|
111
|
|
- case null:
|
|
112
|
|
- connectTimeValue = "";
|
|
113
|
|
- break;
|
|
114
|
|
- default:
|
|
115
|
|
- connectTimeValue = n.F_ConnectTime;
|
|
116
|
|
- }
|
|
117
|
|
- //职务
|
|
118
|
|
- var dutiesValue
|
|
119
|
|
- switch(n.F_Duties) {
|
|
120
|
|
- case "":
|
|
121
|
|
- dutiesValue = ""
|
|
122
|
|
- break;
|
|
123
|
|
- case null:
|
|
124
|
|
- dutiesValue = ""
|
|
125
|
|
- break;
|
|
126
|
|
- default:
|
|
127
|
|
- dutiesValue = n.F_Duties
|
|
128
|
|
- break;
|
|
129
|
|
- }
|
|
130
|
|
- //处理情况
|
|
131
|
|
- var situationValue
|
|
132
|
|
- switch(n.F_Situation) {
|
|
133
|
|
- case "":
|
|
134
|
|
- situationValue = ""
|
|
135
|
|
- break;
|
|
136
|
|
- case null:
|
|
137
|
|
- situationValue = ""
|
|
138
|
|
- break;
|
|
139
|
|
- default:
|
|
140
|
|
- situationValue = n.F_Situation
|
|
141
|
|
- break;
|
|
142
|
|
- }
|
|
143
|
|
-
|
|
144
|
|
- //已办未果备注
|
|
145
|
|
- var unsuccessful
|
|
146
|
|
- switch(n.F_Unsuccessful) {
|
|
147
|
|
- case "":
|
|
148
|
|
- unsuccessful = ""
|
|
149
|
|
- break;
|
|
150
|
|
- case null:
|
|
151
|
|
- unsuccessful = ""
|
|
152
|
|
- break;
|
|
153
|
|
- default:
|
|
154
|
|
- unsuccessful = n.F_Unsuccessful
|
|
155
|
|
- break;
|
|
156
|
|
- }
|
|
157
|
|
-
|
|
158
|
|
- // 审核领导
|
|
159
|
|
- var auditUser
|
|
160
|
|
- switch(n.F_AuditUser) {
|
|
161
|
|
- case "":
|
|
162
|
|
- auditUser = ""
|
|
163
|
|
- break;
|
|
164
|
|
- case null:
|
|
165
|
|
- auditUser = ""
|
|
166
|
|
- break;
|
|
167
|
|
- default:
|
|
168
|
|
- auditUser = n.F_AuditUser
|
|
169
|
|
- break;
|
|
170
|
|
- }
|
|
171
|
|
-
|
|
172
|
|
- // 领导职务
|
|
173
|
|
- var auditPost
|
|
174
|
|
- switch(n.F_AuditPost) {
|
|
175
|
|
- case "":
|
|
176
|
|
- auditPost = ""
|
|
177
|
|
- break;
|
|
178
|
|
- case null:
|
|
179
|
|
- auditPost = ""
|
|
180
|
|
- break;
|
|
181
|
|
- default:
|
|
182
|
|
- auditPost = n.F_AuditPost
|
|
183
|
|
- break;
|
|
184
|
|
- }
|
|
185
|
|
-
|
|
186
|
|
- // 领导联系方式
|
|
187
|
|
- var auditContact
|
|
188
|
|
- switch(n.F_AuditContact) {
|
|
189
|
|
- case "":
|
|
190
|
|
- auditContact = ""
|
|
191
|
|
- break;
|
|
192
|
|
- case null:
|
|
193
|
|
- auditContact = ""
|
|
194
|
|
- break;
|
|
195
|
|
- case undefined:
|
|
196
|
|
- auditContact = ""
|
|
197
|
|
- break;
|
|
198
|
|
- default:
|
|
199
|
|
- auditContact = n.F_AuditContact
|
|
200
|
|
- break;
|
|
201
|
|
- }
|
|
202
|
|
- htmls += '<tr>' +
|
|
203
|
|
- '<td class="text-center">' + n.F_DealUser +
|
|
204
|
|
- '</td>' +
|
|
205
|
|
- '<td class="text-center">' + n
|
|
206
|
|
- .F_DealUserContact +
|
|
207
|
|
- '</td>' +
|
|
208
|
|
- '<td class="text-center">' + dutiesValue +
|
|
209
|
|
- '</td>' +
|
|
210
|
|
-
|
|
211
|
|
- '<td class="text-center">' + n.DeptName +
|
|
212
|
|
- '</td>' +
|
|
213
|
|
- '<td class="text-center">' + n.F_Result +
|
|
214
|
|
- '</td>' +
|
|
215
|
|
- '<td class="text-center">' + n.F_CreateTime +
|
|
216
|
|
- '</td>' +
|
|
217
|
|
- '<td class="text-center">' + isProResultValue +
|
|
218
|
|
- '</td>' +
|
|
219
|
|
- '<td class="text-center">' + isSatisfiedValue +
|
|
220
|
|
- '</td>' +
|
|
221
|
|
- '<td class="text-center">' + auditUser +
|
|
222
|
|
- '</td>' +
|
|
223
|
|
- '<td class="text-center">' + auditPost +
|
|
224
|
|
- '</td>' +
|
|
225
|
|
- '<td class="text-center">' + auditContact +
|
|
226
|
|
- '</td>'
|
|
227
|
|
- //办理情况附件
|
|
228
|
|
- htmls += '<td class="gallerys">';
|
|
229
|
|
- var FileHtml;
|
|
230
|
|
- $(n.File).each(function(j, m) {
|
|
231
|
|
- if(m.F_FileType == ".jpg" || m
|
|
232
|
|
- .F_FileType ==
|
|
233
|
|
- ".png") {
|
|
234
|
|
- FileHtml =
|
|
235
|
|
- '<img class="gallery-pic" style="width:60px; height:60px" border="0" ondblclick="$.openPhotoGallery(this)" src="' +
|
|
236
|
|
- m.F_FileUrl + '" alt="' + m
|
|
237
|
|
- .F_FileName +
|
|
238
|
|
- '" fileId="' + m.F_FileId + '">'
|
|
239
|
|
- } else {
|
|
240
|
|
- FileHtml =
|
|
241
|
|
- '<div><a style="margin-right:5px;" target="view_window" href="' +
|
|
242
|
|
- m.F_FileUrl + '" download="' + m
|
|
243
|
|
- .F_FileName + '">' + m
|
|
244
|
|
- .F_FileName.substring(
|
|
245
|
|
- 19) + '</a></div>'
|
|
246
|
|
- }
|
|
247
|
|
- htmls += FileHtml;
|
|
248
|
|
- })
|
|
249
|
|
- htmls += '</td>' +
|
|
250
|
|
- '<td class="gallerys">'
|
|
251
|
|
- var FileHtmls;
|
|
252
|
|
- $(n.Files).each(function(j, m) {
|
|
253
|
|
- if(m.F_FileType == ".jpg" || m
|
|
254
|
|
- .F_FileType ==
|
|
255
|
|
- ".png") {
|
|
256
|
|
- FileHtmls =
|
|
257
|
|
- '<img style="width:60px; height:60px" border="0" ondblclick="$.openPhotoGallery(this)" src="' +
|
|
258
|
|
- m.F_FileUrl + '" alt="' + m
|
|
259
|
|
- .F_FileName +
|
|
260
|
|
- '" fileId="' + m.F_FileId +
|
|
261
|
|
- '">';
|
|
|
144
|
+ if(n.F_Type === 4){
|
|
|
145
|
+ htmls += '<tr>' +
|
|
|
146
|
+ '<td class="text-center">' + n.F_DealUser +
|
|
|
147
|
+ '</td>' +
|
|
|
148
|
+ '<td class="text-center">' + n.F_DealUserContact +
|
|
|
149
|
+ '</td>' +
|
|
|
150
|
+
|
|
|
151
|
+ '<td class="text-center">' + n.F_Result +
|
|
|
152
|
+ '</td>' +
|
|
|
153
|
+ '<td class="text-center">' + n.F_CreateTime +
|
|
|
154
|
+ '</td>' +
|
|
|
155
|
+ '<td class="text-center">' + isProResultValue +
|
|
|
156
|
+ '</td>' +
|
|
|
157
|
+ '<td class="text-center">' + isSatisfiedValue +
|
|
|
158
|
+ '</td>'
|
|
|
159
|
+
|
|
|
160
|
+ //办理情况附件
|
|
|
161
|
+ htmls += '<td class="gallerys">';
|
|
|
162
|
+ var FileHtml;
|
|
|
163
|
+ $(n.File).each(function(j, m) {
|
|
|
164
|
+ if(m.F_FileType == ".jpg" || m.F_FileType ===".png") {
|
|
|
165
|
+ FileHtml =
|
|
|
166
|
+ '<img class="gallery-pic" style="width:60px; height:60px" border="0" ondblclick="$.openPhotoGallery(this)" src="' +
|
|
|
167
|
+ m.F_FileUrl + '" alt="' + m
|
|
|
168
|
+ .F_FileName +
|
|
|
169
|
+ '" fileId="' + m.F_FileId + '">'
|
|
|
170
|
+ } else {
|
|
|
171
|
+ FileHtml =
|
|
|
172
|
+ '<div><a style="margin-right:5px;" target="view_window" href="' +
|
|
|
173
|
+ m.F_FileUrl + '" download="' + m
|
|
|
174
|
+ .F_FileName + '">' + m
|
|
|
175
|
+ .F_FileName.substring(
|
|
|
176
|
+ 19) + '</a></div>'
|
|
|
177
|
+ }
|
|
|
178
|
+ htmls += FileHtml;
|
|
|
179
|
+ })
|
|
|
180
|
+ htmls += '</td>' +
|
|
|
181
|
+ '<td class="gallerys">'
|
|
|
182
|
+ var FileHtmls;
|
|
|
183
|
+
|
|
|
184
|
+
|
|
|
185
|
+
|
|
|
186
|
+ $(n.Files).each(function(j, m) {
|
|
|
187
|
+ if(m.F_FileType == ".jpg" || m
|
|
|
188
|
+ .F_FileType ==
|
|
|
189
|
+ ".png") {
|
|
|
190
|
+ FileHtmls =
|
|
|
191
|
+ '<img style="width:60px; height:60px" border="0" ondblclick="$.openPhotoGallery(this)" src="' +
|
|
|
192
|
+ m.F_FileUrl + '" alt="' + m
|
|
|
193
|
+ .F_FileName +
|
|
|
194
|
+ '" fileId="' + m.F_FileId +
|
|
|
195
|
+ '">';
|
|
|
196
|
+ } else {
|
|
|
197
|
+ FileHtmls =
|
|
|
198
|
+ '<div><a style="margin-right:5px;" target="view_window" href="' +
|
|
|
199
|
+ m.F_FileUrl + '" download="' + m
|
|
|
200
|
+ .F_FileName + '">' + m
|
|
|
201
|
+ .F_FileName.substring(
|
|
|
202
|
+ 19) + '</a></div>'
|
|
|
203
|
+ }
|
|
|
204
|
+ htmls += FileHtmls
|
|
|
205
|
+ })
|
|
|
206
|
+ htmls += '</td>';
|
|
|
207
|
+ htmls +='<td class="text-center"><select class="select_" id="audio_'+n.F_Id+'"><option value="1">同意</option><option value="2">同意并公开</option><option value="3">拒绝</option></select></td>'
|
|
|
208
|
+ htmls +='<td class="text-center"><textarea class="select_" id="reason'+n.F_Id+'"></textarea></td></tr>'
|
|
|
209
|
+ }else if (n.F_Type === 1) {
|
|
|
210
|
+ number++
|
|
|
211
|
+ if (number === 1) {
|
|
|
212
|
+ creatTime = n.F_CreateTime
|
|
|
213
|
+ banliHtml = getHtml(n,isProResultValue,isSatisfiedValue)
|
|
262
|
214
|
} else {
|
|
263
|
|
- FileHtmls =
|
|
264
|
|
- '<div><a style="margin-right:5px;" target="view_window" href="' +
|
|
265
|
|
- m.F_FileUrl + '" download="' + m
|
|
266
|
|
- .F_FileName + '">' + m
|
|
267
|
|
- .F_FileName.substring(
|
|
268
|
|
- 19) + '</a></div>'
|
|
|
215
|
+ if (new Date(n.F_CreateTime)>new Date(creatTime) ) {
|
|
|
216
|
+ creatTime = n.F_CreateTime
|
|
|
217
|
+ if (n.F_IsAudit) {
|
|
|
218
|
+ banliHtml = ''
|
|
|
219
|
+ } else{
|
|
|
220
|
+ banliHtml = getHtml(n,isProResultValue,isSatisfiedValue)
|
|
|
221
|
+ }
|
|
|
222
|
+
|
|
|
223
|
+ }
|
|
269
|
224
|
}
|
|
270
|
|
- htmls += FileHtmls
|
|
271
|
|
- })
|
|
272
|
|
- htmls += '</td>';
|
|
273
|
|
-
|
|
274
|
|
- htmls +="<td class='text-center'><a class='xg' onclick='audioAddReply("+n.F_Id+")' title='审核'>审核</a></td></tr>"
|
|
|
225
|
+ }
|
|
275
|
226
|
|
|
276
|
227
|
})
|
|
277
|
|
-
|
|
|
228
|
+ if (banliHtml) {
|
|
|
229
|
+ $(banliHtml).appendTo($(".BLQK"));
|
|
|
230
|
+ }
|
|
278
|
231
|
$(htmls).appendTo($(".BLQK"));
|
|
279
|
232
|
}
|
|
280
|
233
|
}
|
|
281
|
234
|
})
|
|
282
|
235
|
}
|
|
283
|
|
-
|
|
284
|
|
-
|
|
|
236
|
+ function getHtml(n,isProResultValue,isSatisfiedValue){
|
|
|
237
|
+ var returnHtml = ''
|
|
|
238
|
+ returnHtml += '<tr>' +
|
|
|
239
|
+ '<td class="text-center">' + n.F_DealUser +
|
|
|
240
|
+ '</td>' +
|
|
|
241
|
+ '<td class="text-center">' + n.F_DealUserContact +
|
|
|
242
|
+ '</td>' +
|
|
|
243
|
+
|
|
|
244
|
+ '<td class="text-center">' + n.F_Result +
|
|
|
245
|
+ '</td>' +
|
|
|
246
|
+ '<td class="text-center">' + n.F_CreateTime +
|
|
|
247
|
+ '</td>' +
|
|
|
248
|
+ '<td class="text-center">' + isProResultValue +
|
|
|
249
|
+ '</td>' +
|
|
|
250
|
+ '<td class="text-center">' + isSatisfiedValue +
|
|
|
251
|
+ '</td>'
|
|
|
252
|
+ //办理情况附件
|
|
|
253
|
+ returnHtml += '<td class="gallerys">';
|
|
|
254
|
+ var FileHtml;
|
|
|
255
|
+ $(n.File).each(function(j, m) {
|
|
|
256
|
+ if(m.F_FileType == ".jpg" || m.F_FileType ===".png") {
|
|
|
257
|
+ FileHtml =
|
|
|
258
|
+ '<img class="gallery-pic" style="width:60px; height:60px" border="0" ondblclick="$.openPhotoGallery(this)" src="' +
|
|
|
259
|
+ m.F_FileUrl + '" alt="' + m
|
|
|
260
|
+ .F_FileName +
|
|
|
261
|
+ '" fileId="' + m.F_FileId + '">'
|
|
|
262
|
+ } else {
|
|
|
263
|
+ FileHtml =
|
|
|
264
|
+ '<div><a style="margin-right:5px;" target="view_window" href="' +
|
|
|
265
|
+ m.F_FileUrl + '" download="' + m
|
|
|
266
|
+ .F_FileName + '">' + m
|
|
|
267
|
+ .F_FileName.substring(
|
|
|
268
|
+ 19) + '</a></div>'
|
|
|
269
|
+ }
|
|
|
270
|
+ returnHtml += FileHtml;
|
|
|
271
|
+ })
|
|
|
272
|
+ returnHtml += '</td><td class="gallerys">';
|
|
|
273
|
+ var FileHtmls;
|
|
|
274
|
+ var creatTime;
|
|
|
275
|
+ var number = 0
|
|
|
276
|
+ $(n.Files).each(function(j, m) {
|
|
|
277
|
+ if(m.F_FileType == ".jpg" || m
|
|
|
278
|
+ .F_FileType ==
|
|
|
279
|
+ ".png") {
|
|
|
280
|
+ FileHtmls =
|
|
|
281
|
+ '<img style="width:60px; height:60px" border="0" ondblclick="$.openPhotoGallery(this)" src="' +
|
|
|
282
|
+ m.F_FileUrl + '" alt="' + m
|
|
|
283
|
+ .F_FileName +
|
|
|
284
|
+ '" fileId="' + m.F_FileId +
|
|
|
285
|
+ '">';
|
|
|
286
|
+ } else {
|
|
|
287
|
+ FileHtmls =
|
|
|
288
|
+ '<div><a style="margin-right:5px;" target="view_window" href="' +
|
|
|
289
|
+ m.F_FileUrl + '" download="' + m
|
|
|
290
|
+ .F_FileName + '">' + m
|
|
|
291
|
+ .F_FileName.substring(
|
|
|
292
|
+ 19) + '</a></div>'
|
|
|
293
|
+ }
|
|
|
294
|
+ returnHtml += FileHtmls
|
|
|
295
|
+ })
|
|
|
296
|
+ returnHtml += '</td>';
|
|
|
297
|
+ returnHtml += '<td class="text-center"><select class="select_" id="audio_'+n.F_Id+'"><option value="4">审核通过</option><option value="5">审核不通过</option><option value="6">审核通过并转办</option></select></td>'
|
|
|
298
|
+ returnHtml += '<td class="text-center"><textarea class="select_" id="reason'+n.F_Id+'"></textarea></td></tr>'
|
|
|
299
|
+ return returnHtml
|
|
|
300
|
+ }
|
|
|
301
|
+ function getParams(){
|
|
|
302
|
+ var paramsAppend = []
|
|
|
303
|
+ var dataParams = {}
|
|
|
304
|
+ idData.forEach((ele)=>{
|
|
|
305
|
+ var obj = {}
|
|
|
306
|
+ if ($("#audio_"+ele).val() =='1') { // 同意
|
|
|
307
|
+ obj.backid = ele
|
|
|
308
|
+ obj.reason =$("#reason"+ele).val()
|
|
|
309
|
+ obj.state = 1
|
|
|
310
|
+ obj.isopen = 0
|
|
|
311
|
+ paramsAppend.push(obj)
|
|
|
312
|
+ } else if ($("#audio_"+ele).val() =='2' ) { // 同意并公开
|
|
|
313
|
+ obj.backid = ele
|
|
|
314
|
+ obj.reason =$("#reason"+ele).val()
|
|
|
315
|
+ obj.state = 1
|
|
|
316
|
+ obj.isopen = 1
|
|
|
317
|
+ paramsAppend.push(obj)
|
|
|
318
|
+ } else if ($("#audio_"+ele).val() =='3' ){ // 拒绝
|
|
|
319
|
+ obj.backid = ele
|
|
|
320
|
+ obj.reason =$("#reason"+ele).val()
|
|
|
321
|
+ obj.state =2
|
|
|
322
|
+ obj.isopen = 0
|
|
|
323
|
+ paramsAppend.push(obj)
|
|
|
324
|
+ } else if ($("#audio_"+ele).val() =='4') { // 审核通过
|
|
|
325
|
+ dataParams.nexttype = 0
|
|
|
326
|
+ dataParams.cbreason = $("#reason"+ele).val()
|
|
|
327
|
+ dataParams.backid = ele
|
|
|
328
|
+ } else if ($("#audio_"+ele).val() =='5') { // 审核不通过
|
|
|
329
|
+ dataParams.nexttype = 1
|
|
|
330
|
+ dataParams.cbreason = $("#reason"+ele).val()
|
|
|
331
|
+ dataParams.backid = ele
|
|
|
332
|
+ } else if ($("#audio_"+ele).val() =='6') { // 审核通过并转办
|
|
|
333
|
+ dataParams.nexttype = 2
|
|
|
334
|
+ dataParams.backid = ele
|
|
|
335
|
+ dataParams.cbreason = $("#reason"+ele).val()
|
|
|
336
|
+ }
|
|
|
337
|
+
|
|
|
338
|
+
|
|
|
339
|
+ })
|
|
|
340
|
+ dataParams.Append = paramsAppend
|
|
|
341
|
+ return dataParams
|
|
|
342
|
+ }
|
|
285
|
343
|
// 追加回复 69
|
|
286
|
344
|
function audioAddReply(str){
|
|
287
|
345
|
layer.open({
|