|
|
@@ -299,7 +299,7 @@ function detailHandle(id){
|
|
299
|
299
|
$('.acceptType').text(" ");
|
|
300
|
300
|
$('.isSecrecy').text(" ");
|
|
301
|
301
|
$('.workNo').text(' '); //工单编号
|
|
302
|
|
- $('#files').text(' '); //工单编号
|
|
|
302
|
+ $('#filesSecnod').html(' '); //工单附件
|
|
303
|
303
|
$('.acceptNumber').text(' '); //受理人工号
|
|
304
|
304
|
$('.acceptName').text(' '); //受理人
|
|
305
|
305
|
$('.contacts').text(' '); //来单联系人
|
|
|
@@ -410,7 +410,7 @@ function detailHandle(id){
|
|
410
|
410
|
}
|
|
411
|
411
|
})
|
|
412
|
412
|
|
|
413
|
|
- $('#files').append(str);
|
|
|
413
|
+// $('#files').append(str);
|
|
414
|
414
|
$('#filesSecnod').append(str);
|
|
415
|
415
|
}
|
|
416
|
416
|
|
|
|
@@ -433,14 +433,13 @@ function btn_detail(id) {
|
|
433
|
433
|
$('.workList').show();
|
|
434
|
434
|
$('.workList').siblings().hide()
|
|
435
|
435
|
})
|
|
436
|
|
- console.log(id)
|
|
437
|
436
|
$(".workDetailsHandle").show()
|
|
438
|
437
|
$('.urgency').text(' ');
|
|
439
|
438
|
$('.workState').text(" ");
|
|
440
|
439
|
$('.acceptType').text(" ");
|
|
441
|
440
|
$('.isSecrecy').text(" ");
|
|
442
|
441
|
$('.workNo').text(' '); //工单编号
|
|
443
|
|
- $('#files').text(' '); //工单编号
|
|
|
442
|
+ $('#files').html(' '); //工单编号
|
|
444
|
443
|
$('.acceptNumber').text(' '); //受理人工号
|
|
445
|
444
|
$('.acceptName').text(' '); //受理人
|
|
446
|
445
|
$('.contacts').text(' '); //来单联系人
|
|
|
@@ -461,7 +460,7 @@ function btn_detail(id) {
|
|
461
|
460
|
url: huayi.config.callcenter_url + "/InfoNew/GetWorkOrder",
|
|
462
|
461
|
data: {
|
|
463
|
462
|
token: $.cookie("token"),
|
|
464
|
|
- workorderid: id
|
|
|
463
|
+ workorderid: id,
|
|
465
|
464
|
},
|
|
466
|
465
|
Type: 'GET',
|
|
467
|
466
|
callBack: function(res) {
|