|
|
@@ -385,11 +385,12 @@ function saveCustomer() {
|
|
385
|
385
|
customertype: $('#productType').val(), //客户类型
|
|
386
|
386
|
fixduty: $('.complaintType1').val(), //定责
|
|
387
|
387
|
pietype: $('#complaintType2').val(), //派单类型
|
|
388
|
|
- Typeof: $('.orderType').val(), //工单类型id
|
|
|
388
|
+ Typeof: $('.orderType').val(), //工单类型
|
|
389
|
389
|
content:$('#content').val(), //事件描述
|
|
390
|
390
|
remark:$('#remark').val(),
|
|
391
|
391
|
replycontent:$('#replycontent').val(),
|
|
392
|
|
- callid: $("#CallID").val()
|
|
|
392
|
+ callid: $("#CallID").val(),
|
|
|
393
|
+ taskid:tid
|
|
393
|
394
|
},
|
|
394
|
395
|
success: function(data) {
|
|
395
|
396
|
if (data.state.toLowerCase() == 'success') {
|
|
|
@@ -398,7 +399,7 @@ function saveCustomer() {
|
|
398
|
399
|
var index = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
|
|
399
|
400
|
parent.layer.close(index); //再执行关闭
|
|
400
|
401
|
parent.layer.msg("保存成功!");
|
|
401
|
|
- parent.$('#workorderlist').bootstrapTable('refresh');
|
|
|
402
|
+ parent.$('#list').bootstrapTable('refresh');
|
|
402
|
403
|
parent.$('#workorderlist_').bootstrapTable('refresh');
|
|
403
|
404
|
parent.$('#orderlist').bootstrapTable('refresh');
|
|
404
|
405
|
}
|