|
|
@@ -661,9 +661,9 @@
|
|
661
|
661
|
function TX(val, row) {
|
|
662
|
662
|
var html = '';
|
|
663
|
663
|
if (row.IsExitWorkOrder == false) {
|
|
664
|
|
- return '<div class="warning" onclick="CL(\'' + row.CusName + '\',\'' + row.CallNumber + '\',\'' + val + '\',\'' + row.CallId + '\')"><a class="warning">添加工单</a></div>'
|
|
|
664
|
+ return '<div class="warning" onclick="CL(\'' + row.CusName + '\',\'' + row.CallNumber + '\',\'' + val + '\',\'' + row.CallRecordsId + '\')"><a class="warning">添加工单</a></div>'
|
|
665
|
665
|
} else if (row.IsExitWorkOrder == true) {
|
|
666
|
|
- return '<div class="warning" onclick="viewWorkOrder(\'' + row.CusName + '\',\'' + row.CallNumber + '\',\'' + val + '\',\'' + row.CallId + '\',\'1\' )"><a class="warning">查看工单</a></div>'
|
|
|
666
|
+ return '<div class="warning" onclick="viewWorkOrder(\'' + row.CusName + '\',\'' + row.CallNumber + '\',\'' + val + '\',\'' + row.CallRecordsId + '\',\'1\' )"><a class="warning">查看工单</a></div>'
|
|
667
|
667
|
}
|
|
668
|
668
|
}
|
|
669
|
669
|
function CL(name, phone, id, callRecordId) {
|