Browse Source

售后流程优化

liujiankang 6 years ago
parent
commit
56e16fb38a

+ 1 - 1
watero-common-web/pom.xml

@@ -24,7 +24,7 @@
 				<filtering>false</filtering>
 			</resource>
 		</resources>
-		<finalName>watero-rst-service</finalName>
+		<finalName>watero-common-web</finalName>
 		<plugins>
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>

+ 1 - 1
watero-rst-service/src/main/java/com/iamberry/rst/service/cm/mapper/customerInfoMapper.xml

@@ -755,7 +755,7 @@
     sa.admin_name AS  visitDesignatedAdminName,
     q.question_profile,
     d.describe_handle_desc,
-    d.describe_content,
+    d.describe_content
     from
     tb_rst_cm_customer_info c
     LEFT JOIN tb_rst_cm_question_describe d ON c.customer_id = d.customer_id

+ 8 - 4
watero-rst-web/src/main/webapp/WEB-INF/views/cm/customer/update_relation.ftl

@@ -126,6 +126,9 @@
                     <strong>寄回信息</strong>
                 </div>
                 <div class="formControls col-12 col-sm-12">
+                    <div class="formControls col-2 col-sm-2 text-r">
+                        <strong>寄回状态</strong>
+                    </div>
                     <div class="radio-box">
                         <input type="radio" id="tel-b1" name="sendbackStatus" value="1">
                         <label for="tel-b1">未寄回</label>
@@ -209,14 +212,14 @@
                         <input type="hidden" id="sendProdcues" value="">
                     </div>
                 </div>
-                <#--<div class="row cl" style="position: relative;/*display: none;*/">
+                <div class="row cl" style="position: relative;/*display: none;*/">
                     <div class="formControls col-2 col-sm-2 text-r">
                         <strong>仓库签收时间</strong>
                     </div>
                     <div class="formControls col-4 col-sm-4">
                         <input type="text" placeholder="请选择仓库签收时间" id="sendbackSignTime"  name="sendbackSignTime" datatype="*" class="input-text Wdate" onclick="WdatePicker({skin:'whyGreen',maxDate:'%y-%M-%d'})"  readonly="readonly" seleType="send">
                     </div>
-                </div>-->
+                </div>
                 <div class="row cl">
                     <div class="formControls col-2 col-sm-2">
                     </div>
@@ -1266,7 +1269,7 @@
             var sendbackLogisticsNo = $("#sendbackLogisticsNo").val();
             var sendbackName = $("#sendbackName").val();
             var sendbackTel = $("#sendbackTel").val();
-            /*var sendbackSignTime = $("#sendbackSignTime").val();*/
+            var sendbackSignTime = $("#sendbackSignTime").val();
             var sendProdcues = new Array();  //寄出产品表
 
             $("#productbodyId").find(".input-prodcueNumber-id").each(function () {
@@ -1311,7 +1314,8 @@
                     "sendbackLogisticsNo" : sendbackLogisticsNo,
                     "sendbackName" : sendbackName,
                     "sendbackTel" : sendbackTel,
-                    "sendProdcues" : SendProdcues
+                    "sendProdcues" : SendProdcues,
+                    "sendbackSignTime" : sendbackSignTime
                 },
                 url: "${path}/admin/customer/add_SendbackInfo",
                 async: false,