|
@@ -1938,7 +1938,8 @@ function processIsEmpty(process){
|
|
/*===============================客诉提交 -- end -- =============================== */
|
|
/*===============================客诉提交 -- end -- =============================== */
|
|
|
|
|
|
|
|
|
|
-/*$("#customerWechatName").blur(function(){
|
|
|
|
|
|
+$("#customerWechatName").blur(function(){
|
|
|
|
+ alert("1");
|
|
selectOnCustomer();
|
|
selectOnCustomer();
|
|
});
|
|
});
|
|
$("#customerName").blur(function(){
|
|
$("#customerName").blur(function(){
|
|
@@ -1946,7 +1947,7 @@ $("#customerName").blur(function(){
|
|
});
|
|
});
|
|
$("#customerTel").blur(function(){
|
|
$("#customerTel").blur(function(){
|
|
selectOnCustomer();
|
|
selectOnCustomer();
|
|
-});*/
|
|
|
|
|
|
+});
|
|
/*根据客户信息查询老的客诉---start--*/
|
|
/*根据客户信息查询老的客诉---start--*/
|
|
function selectOnCustomer() {
|
|
function selectOnCustomer() {
|
|
var customerWechatName = $("#customerWechatName").val();
|
|
var customerWechatName = $("#customerWechatName").val();
|
|
@@ -1978,7 +1979,6 @@ function selectOnCustomer() {
|
|
switch (onCustomer.customerIsSolve){
|
|
switch (onCustomer.customerIsSolve){
|
|
case 1:
|
|
case 1:
|
|
customerIsSolve = "已解决";
|
|
customerIsSolve = "已解决";
|
|
-
|
|
|
|
break;
|
|
break;
|
|
case 2:
|
|
case 2:
|
|
customerIsSolve = "未解决";
|
|
customerIsSolve = "未解决";
|
|
@@ -2004,7 +2004,6 @@ function selectOnCustomer() {
|
|
if(typeof(onCustomer.customerWechatName)=="undefined"){
|
|
if(typeof(onCustomer.customerWechatName)=="undefined"){
|
|
customerWechatName = "";
|
|
customerWechatName = "";
|
|
}
|
|
}
|
|
-
|
|
|
|
var customerName = onCustomer.customerName;
|
|
var customerName = onCustomer.customerName;
|
|
//姓名
|
|
//姓名
|
|
if(typeof(onCustomer.customerName)=="undefined"){
|
|
if(typeof(onCustomer.customerName)=="undefined"){
|
|
@@ -2020,7 +2019,7 @@ function selectOnCustomer() {
|
|
' <td style="text-align: center;">'+customerIsSolve +'</td>' +
|
|
' <td style="text-align: center;">'+customerIsSolve +'</td>' +
|
|
' <td style="text-align: center;">'+onCustomer.describeTitle +'</td>' +
|
|
' <td style="text-align: center;">'+onCustomer.describeTitle +'</td>' +
|
|
' <td style="text-align: center;">'+onCustomer.describeContent +'</td>' +
|
|
' <td style="text-align: center;">'+onCustomer.describeContent +'</td>' +
|
|
- ' <td style="text-align: center;"></td>' +
|
|
|
|
|
|
+ ' <td style="text-align: center;"><a onclick="admin_update_customer('+onCustomer.customerId +')">继续跟进</a><br><a>标记为二次售后</a></td>' +
|
|
' </tr>' +
|
|
' </tr>' +
|
|
'';
|
|
'';
|
|
}
|
|
}
|