Parcourir la Source

我的任务结果 修改

lihai il y a 6 ans
Parent
commit
abf6fd3764

+ 2 - 1
HyBaseCallCenter/BaseCallCenter.Web/calloutmanage/callplantaskresult.aspx

@@ -131,7 +131,8 @@
131 131
                 }
132 132
                 },
133 133
                 { display: '号码', width: '130', name: '_f_phone', render: function (rowdata, rowindex, value) {
134
-                    return "<img src='../images/phone3.png' style=\"cursor:hand; width:24px;\" title=\"拨打" + value + "\" onclick='CallOut(\"" + rowdata._f_id + "\",\"" + rowdata._f_taskid + "\",\"" + value + "\")' />&nbsp;&nbsp;<font color='green'>" + value + "</font>";
134
+                    return "<font color='green'>" + value + "</font>";
135
+                    //<img src='../images/phone3.png' style=\"cursor:hand; width:24px;\" title=\"拨打" + value + "\" onclick='CallOut(\"" + rowdata._f_id + "\",\"" + rowdata._f_taskid + "\",\"" + value + "\")' />&nbsp;&nbsp;
135 136
                 }
136 137
                 },
137 138
                  {