|
|
@@ -439,6 +439,7 @@ function formatterDesig(val, row) {
|
|
439
|
439
|
'<li><a href="javascript:;" class="aBtn" authorize="yes" id="HY_end_' + row.ID + '" onclick="btn_receiv(\'' + row.F_ID + '\', false)" title="完结">完结</a></li>' +
|
|
440
|
440
|
'<li><a href="javascript:;" class="aBtn" authorize="yes" id="HY_end_' + row.ID + '" onclick="btn_visit(\'' + row.F_ID + '\', false)" title="回访">回访</a></li>' +
|
|
441
|
441
|
'<li><a href="javascript:;" class="aBtn" authorize="yes" id="HY_delete_' + row.ID + '" onclick="btn_deleteid(\'' + row.F_ID + '\')" title="删除">删除</a></li>' +
|
|
|
442
|
+ '<li><a href="javascript:;" class="aBtn" authorize="yes" id="HY_back_' + row.ID + '" onclick="btn_zhuei(\'' + row.F_ID + '\')" title="注解">注解</a></li>' +
|
|
442
|
443
|
'</ul>';
|
|
443
|
444
|
}
|
|
444
|
445
|
//格式化操作 (待接单)
|
|
|
@@ -811,7 +812,7 @@ function btn_zhuei(oid) {
|
|
811
|
812
|
layer.prompt({
|
|
812
|
813
|
formType: 2,
|
|
813
|
814
|
value: '',
|
|
814
|
|
- title: '请输入退回原因',
|
|
|
815
|
+ title: '请输入注解原因',
|
|
815
|
816
|
area: ['800px', '240px'] //自定义文本域宽高
|
|
816
|
817
|
}, function(value, index, elem) {
|
|
817
|
818
|
$.post(huayi.config.callcenter_url + 'WorkOrderNew/Annotation', {
|
|
|
@@ -1173,6 +1174,7 @@ function getWorkOrderDetails() {
|
|
1173
|
1174
|
$("#xq_suggestion").text(data.SuperiorOpinion); //上级处理意见
|
|
1174
|
1175
|
$("#xq_details").text(data.F_DealContent);//处理详情
|
|
1175
|
1176
|
$("#xq_bitye").text(data.F_VisitRemarks); //备注
|
|
|
1177
|
+ $("#xq_zhujie").text(data.F_Annotation); //注解
|
|
1176
|
1178
|
|
|
1177
|
1179
|
if($("#xq_gdzt").text()=="咨询"){
|
|
1178
|
1180
|
$('.zixun1').show();//咨询模块
|