|
|
@@ -168,7 +168,7 @@
|
|
168
|
168
|
<label class="col-md-2" style="float: left;">申诉详情:</label>
|
|
169
|
169
|
<textarea name="" rows="" cols="" class="remark"></textarea>
|
|
170
|
170
|
</li>
|
|
171
|
|
- <li class="form-group">
|
|
|
171
|
+ <li class="form-group deal-with-appeal" style="display: none">
|
|
172
|
172
|
<label for="customer_layer" class="col-md-2" style="float: left;">处理申诉:</label>
|
|
173
|
173
|
<div class="col-md-9" style="width: 75%; float: left; padding: 0;">
|
|
174
|
174
|
<select name="" class="form-control" id="dealWithappeal">
|
|
|
@@ -192,6 +192,9 @@
|
|
192
|
192
|
$(function(){
|
|
193
|
193
|
var id = helper.request.queryString("ids");
|
|
194
|
194
|
var wid = helper.request.queryString("wid")
|
|
|
195
|
+ if (wid) {
|
|
|
196
|
+ $(".deal-with-appeal").show();
|
|
|
197
|
+ }
|
|
195
|
198
|
tree();
|
|
196
|
199
|
//所属分类下拉
|
|
197
|
200
|
$('.inps').focus(function () {
|
|
|
@@ -304,7 +307,7 @@
|
|
304
|
307
|
parent.$('#table1').bootstrapTable('refresh');
|
|
305
|
308
|
}
|
|
306
|
309
|
})
|
|
307
|
|
- }else if (wid){
|
|
|
310
|
+ } else if (wid){
|
|
308
|
311
|
$.post(huayi.config.callcenter_url + 'Appeal/AddAppeal', {
|
|
309
|
312
|
deptids: $('#PID').val(),
|
|
310
|
313
|
noticeid: customertype,
|