소스 검색

客诉修改

wangxiaoming 6 년 전
부모
커밋
8e8f4b58c8

+ 1 - 28
watero-rst-web/src/main/webapp/WEB-INF/views/cm/customer/add_custome_list.ftl

@@ -114,33 +114,6 @@
                     for(var i=0;i<data.returnMsg.customerList.length;i++){
                         var customer = data.returnMsg.customerList[i];
 
-                        var isSolve = "";
-                        switch (customer.customerIsSolve){
-                            //1:已解决  2:未解决 3:换新  4:维修 5:补发 6:退货 7:无理由退货
-                            case 1:
-                                isSolve = "已解决";
-                                break;
-                            case 2:
-                                isSolve = "未解决";
-                                break;
-                            case 3:
-                                isSolve = "换新";
-                                break;
-                            case 4:
-                                isSolve = "维修";
-                                break;
-                            case 5:
-                                isSolve = "补发";
-                                break;
-                            case 6:
-                                isSolve = "退货";
-                                break;
-                            case 7:
-                                isSolve = "无理由退货";
-                                break;
-                            default:
-                                break;
-                        }
                         html += '<tr class="text-c">' +
                                 ' <td><input type="radio" class="customer_id" id="" name="customerId" value="'+ customer.customerId +'" ></td>' +
                                 ' <td>'+ cufte(customer.customerId) +'</td>' +
@@ -148,7 +121,7 @@
                                 ' <td>'+ cufte(customer.customerName) +'</td>' +
                                 ' <td>'+ cufte(customer.customerTel) +'</td>' +
                                 ' <td style="text-align: left">'+ cufte(customer.describeTitle) +'</td>' +
-                                ' <td>'+ isSolve +'</td>' +
+                                ' <td>'+ customer.procMethodName +'</td>' +
                                 ' <td>'+ formatDate(customer.customerCreateTime,"yyyy-MM-dd HH:mm:ss") +'</td>' +
                                 ' </tr>';
                     }

+ 1 - 1
watero-rst-web/src/main/webapp/WEB-INF/views/order/salesOrder/product_list.ftl

@@ -123,7 +123,7 @@
                 $('#searchOrder').click();
             }
         });
-    })
+    });
 
     /**
      * 搜索订单