Pārlūkot izejas kodu

修改了换新,维修等页面

liuzhiwei 7 gadi atpakaļ
vecāks
revīzija
f7a84490dc

+ 17 - 17
watero-rst-web/src/main/webapp/WEB-INF/views/cm/customer/custome_list.ftl

@@ -123,8 +123,8 @@
                             <td>
                                 ${customer.describeTitle!'暂无'}
                                     <#if customer.describeTitle??>
-                                        <a href="javascript:void(0);" title="查看详情" onclick="getDescribeInfo(${customer.customerId!''})">
-                                            查看详情
+                                        <a style="text-decoration:none;" href="javascript:void(0);" title="查看详情" onclick="getDescribeInfo(${customer.customerId!''})">
+                                            <font color=#06c>查看详情</font>
                                         </a>&nbsp;
                                     </#if>
                             </td>
@@ -140,7 +140,7 @@
                                 <#elseif customer.customerIsSolve == 3>
                                     换新(
                                     <a style="text-decoration:none" href="javascript:void(0);" onclick="toUpdateRenewed(${customer.customerId!''})">
-                                        <#if customer.backStatus == 1>
+                                        <font color=#06c><#if customer.backStatus == 1>
                                             未寄回
                                         <#elseif customer.backStatus == 2>
                                             已寄回
@@ -162,13 +162,13 @@
                                             检查通过
                                         <#elseif customer.detectState == 4>
                                             检查未通过
-                                        </#if>
+                                        </#if></font>
                                     </a>
                                     )
                                 <#elseif customer.customerIsSolve == 4>
                                     维修(
                                     <a style="text-decoration:none" href="javascript:void(0);" onclick="toUpdateRepair(${customer.customerId!''})">
-                                        <#if customer.backStatus == 1>
+                                        <font color=#06c><#if customer.backStatus == 1>
                                             未寄回
                                         <#elseif customer.backStatus == 2>
                                             已寄回
@@ -190,43 +190,43 @@
                                             检查通过
                                         <#elseif customer.detectState == 4>
                                             检查未通过
-                                        </#if>
+                                        </#if></font>
                                     </a>
                                     )
                                 <#elseif customer.customerIsSolve == 5>
                                     补发(
                                     <a style="text-decoration:none" href="javascript:void(0);" onclick="toUpdateReissue(${customer.customerId!''})">
-                                        <#if customer.sendStatus == 1>
+                                        <font color=#06c><#if customer.sendStatus == 1>
                                             未寄送
                                         <#elseif customer.sendStatus == 2>
                                             已寄送
                                         <#elseif customer.sendStatus == 3>
                                             已收货
-                                        </#if>
+                                        </#if></font>
                                     </a>
                                     )
                                 <#elseif customer.customerIsSolve == 6>
                                     退货(
                                     <a style="text-decoration:none" href="javascript:void(0);" onclick="toUpdateBookGoods(${customer.customerId!''})">
-                                        <#if customer.backStatus == 1>
+                                        <font color=#06c><#if customer.backStatus == 1>
                                             未寄回
                                         <#elseif customer.backStatus == 2>
                                             已寄回
                                         <#elseif customer.backStatus == 3>
                                             已收货
-                                        </#if>
+                                        </#if></font>
                                     </a>
                                     )
                                 <#elseif customer.customerIsSolve == 7>
                                     无理由退货(
                                     <a style="text-decoration:none" href="javascript:void(0);" onclick="toUpdateNoreasonBack(${customer.customerId!''})">
-                                        <#if customer.backStatus == 1>
+                                        <font color=#06c><#if customer.backStatus == 1>
                                             未寄回
                                         <#elseif customer.backStatus == 2>
                                             已寄回
                                         <#elseif customer.backStatus == 3>
                                             已收货
-                                        </#if>
+                                        </#if></font>
                                     </a>
                                     )
                                 </#if>
@@ -240,7 +240,7 @@
                                     <#elseif customer.visitStatus == 2>
                                         已回访<br/>
                                         <a style="text-decoration:none" href="javascript:void(0);" title="回访内容" onclick="getVisitInfo(${customer.customerId!''})">
-                                            <i class="Hui-iconfont">回访内容</i>
+                                            <font color=#06c>回访内容</font>
                                         </a>&nbsp;
                                     </#if>
                                 </#if>
@@ -249,22 +249,22 @@
                             <td>
                                 <#if customer.customerIsSolve == 2>
                                     <a style="text-decoration:none" href="javascript:void(0);" title="已解决" onclick="updateCustomerIsSolve(${customer.customerId!''})">
-                                        <i class="Hui-iconfont">已解决</i>
+                                        <font color=#06c>已解决</font>
                                     </a><br/>
                                 </#if>
                                 <a style="text-decoration:none" href="javascript:void(0);" title="详情" onclick="admin_details_customer(${customer.customerId!''})">
-                                    <i class="Hui-iconfont">详情</i>
+                                    <font color=#06c>详情</font>
                                 </a><br/>
                                 <#if customer.customerIsVisit == "2">
                                     <#if customer.visitStatus == 1 && customer.customerIsVisit == "2">
                                         <a style="text-decoration:none" href="javascript:void(0);" title="已完成回访" onclick="toUpdateVisit(${customer.customerId!''})">
-                                            <i class="Hui-iconfont">已完成回访</i>
+                                            <font color=#06c>已完成回访</font>
                                         </a><br/>
                                     </#if>
                                 </#if>
                                 <#if customer.customerIsVisit == "1">
                                     <a style="text-decoration:none" href="javascript:void(0)" title="需要回访" onclick="toAddVisit(${customer.customerId!''})">
-                                        <i class="Hui-iconfont">需要回访</i>
+                                        <font color=#06c>需要回访</font>
                                     </a><br/>
                                 </#if>
                             </td>

+ 10 - 6
watero-rst-web/src/main/webapp/WEB-INF/views/cm/customer/update_back_goods.ftl

@@ -80,9 +80,9 @@
 				</select>
 			</span>
                 </div>
-                <input style="width: 120px;margin-right: 10px;" type="text" class="input-text text-c" value="" placeholder="请输入快递单号" id="backGoodsBackLogisticsNo" name="backGoodsBackLogisticsNo">
-                <input style="width: 120px;margin-right: 10px;" type="text" class="input-text text-c" value="" placeholder="寄回邮费" id="backGoodsBackPostage" name="backGoodsBackPostage">
-                <input style="width: 120px;margin-right: 10px;" type="text" class="input-text text-c" value="" placeholder="用户支付宝账户" id="backGoodsAlipay" name="backGoodsAlipay">
+                <input style="width: 120px;margin-right: 10px;" type="text" class="input-text" value="" placeholder="请输入快递单号" id="backGoodsBackLogisticsNo" name="backGoodsBackLogisticsNo">
+                <input style="width: 120px;margin-right: 10px;" type="text" class="input-text" value="" placeholder="寄回邮费" id="backGoodsBackPostage" name="backGoodsBackPostage">
+                <input style="width: 120px;margin-right: 10px;" type="text" class="input-text" value="" placeholder="用户支付宝账户" id="backGoodsAlipay" name="backGoodsAlipay">
             </div>
         </div>
         <div class="row cl">
@@ -109,10 +109,10 @@
                 <strong>寄件信息</strong>
             </div>
             <div class="formControls col-5 col-sm-5">
-                <input type="text" class="input-text text-c" value="" placeholder="寄件人姓名" id="backGoodsBackName" name="backGoodsBackName">
+                <input type="text" class="input-text" value="" placeholder="寄件人姓名" id="backGoodsBackName" name="backGoodsBackName">
             </div>
             <div class="formControls col-5 col-sm-5">
-                <input type="text" class="input-text text-c" value="" placeholder="寄件人电话" id="backGoodsBackTel" name="backGoodsBackTel">
+                <input type="text" style="width: 190px;margin:0 10px;" class="input-text" value="" placeholder="寄件人电话" id="backGoodsBackTel" name="backGoodsBackTel">
             </div>
         </div>
         <div class="row cl">
@@ -124,7 +124,11 @@
                 <input type="hidden" id="closed_products" name="closed_products" />
                 <input type="hidden" id="closed_fittings" name="closed_fittings" />
             </div>
-            <div class="formControls col-9 col-sm-9 text-c" id="produceSelect" style="padding-top: 10px;display: none;">
+        </div>
+        <div class="cl">
+            <div class="formControls col-2 col-sm-2 text-r">
+            </div>
+            <div class="formControls col-9 col-sm-9" id="produceSelect" style="padding-top: 10px;display: none;">
                 <div>
                     <input type="text" oninput="showUpdateSendProduct();" onpropertychange="showUpdateSendProduct();" class="input-text" style="width: 100%" id="selectProcuct" name="selectProcuct" placeholder="请输入产品名称搜索">
                 </div>

+ 10 - 6
watero-rst-web/src/main/webapp/WEB-INF/views/cm/customer/update_noreason_back.ftl

@@ -79,9 +79,9 @@
 				</select>
 			</span>
                 </div>
-                <input style="width: 120px;margin-right: 10px;" type="text" class="input-text text-c" value="" placeholder="请输入快递单号" id="noreasonBackBackLogisticsNo" name="noreasonBackBackLogisticsNo">
-                <input style="width: 120px;margin-right: 10px;" type="text" class="input-text text-c" value="" placeholder="寄回邮费" id="noreasonBackBackPostage" name="noreasonBackBackPostage">
-                <input style="width: 120px;margin-right: 10px;" type="text" class="input-text text-c" value="" placeholder="用户支付宝账户" id="noreasonBackAlipay" name="noreasonBackAlipay">
+                <input style="width: 120px;margin-right: 10px;" type="text" class="input-text" value="" placeholder="请输入快递单号" id="noreasonBackBackLogisticsNo" name="noreasonBackBackLogisticsNo">
+                <input style="width: 120px;margin-right: 10px;" type="text" class="input-text" value="" placeholder="寄回邮费" id="noreasonBackBackPostage" name="noreasonBackBackPostage">
+                <input style="width: 120px;margin-right: 10px;" type="text" class="input-text" value="" placeholder="用户支付宝账户" id="noreasonBackAlipay" name="noreasonBackAlipay">
             </div>
         </div>
         <div class="row cl">
@@ -108,10 +108,10 @@
                 <strong>寄件信息</strong>
             </div>
             <div class="formControls col-5 col-sm-5">
-                <input type="text" class="input-text text-c" value="" placeholder="寄件人姓名" id="noreasonBackBackName" name="noreasonBackBackName">
+                <input type="text" class="input-text" value="" placeholder="寄件人姓名" id="noreasonBackBackName" name="noreasonBackBackName">
             </div>
             <div class="formControls col-5 col-sm-5">
-                <input type="text" class="input-text text-c" value="" placeholder="寄件人电话" id="noreasonBackBackTel" name="noreasonBackBackTel">
+                <input type="text" style="width: 190px;margin:0 10px;" class="input-text" value="" placeholder="寄件人电话" id="noreasonBackBackTel" name="noreasonBackBackTel">
             </div>
         </div>
         <div class="row cl">
@@ -123,7 +123,7 @@
                 <input type="hidden" id="closed_products" name="closed_products" />
                 <input type="hidden" id="closed_fittings" name="closed_fittings" />
             </div>
-            <div class="formControls col-9 col-sm-9 text-c" id="produceSelect" style="padding-top: 10px;display: none;">
+            <div class="formControls col-9 col-sm-9" id="produceSelect" style="padding-top: 10px;display: none;">
                 <div>
                     <input type="text" oninput="showUpdateSendProduct();" onpropertychange="showUpdateSendProduct();" class="input-text" style="width: 100%" id="selectProcuct" name="selectProcuct" placeholder="请输入产品名称搜索">
                 </div>
@@ -140,6 +140,10 @@
                 </table>
             </div>
         </div>
+        <div class="cl">
+            <div class="formControls col-2 col-sm-2 text-r">
+            </div>
+        </div>
         <div class="row cl">
             <div class="formControls col-2 col-sm-2 text-r">
                 <strong>备注信息</strong>

+ 3 - 3
watero-rst-web/src/main/webapp/WEB-INF/views/cm/customer/update_reissue.ftl

@@ -50,7 +50,7 @@
                     <input type="radio" id="reissueSendStatus" name="reissueSendStatus" value="3">
                     <label for="tel-4">已收货</label>
                 </div>
-                Efast订单号<input style="width: 200px;margin:0 10px;" type="text" class="input-text text-c" value="" placeholder="Efast订单号" id="reissueBackEfastOrderId" name="reissueBackEfastOrderId">
+                Efast订单号<input style="width: 200px;margin:0 10px;" type="text" class="input-text" value="" placeholder="Efast订单号" id="reissueBackEfastOrderId" name="reissueBackEfastOrderId">
             </div>
         </div>
         <div class="row cl">
@@ -79,7 +79,7 @@
 				</select>
 			</span>
                 </div>
-                <input style="width: 120px;margin-right: 10px;" type="text" class="input-text text-c" value="" placeholder="请输入快递单号" id="reissueSendLogisticsNo" name="reissueSendLogisticsNo">
+                <input style="width: 120px;margin-right: 10px;" type="text" class="input-text" value="" placeholder="请输入快递单号" id="reissueSendLogisticsNo" name="reissueSendLogisticsNo">
             </div>
         </div>
         <div class="row cl">
@@ -99,7 +99,7 @@
                 <input type="text" class="input-text" value="" placeholder="填写收件人姓名" id="reissueSendName" name="reissueSendName">
             </div>
             <div class="formControls col-3 col-sm-3">
-                <input type="text" class="input-text" value="" placeholder="填写收件人手机号" id="reissueSendTel" name="reissueSendTel">
+                <input type="text" style="width: 190px;margin:0 10px;" class="input-text" value="" placeholder="填写收件人手机号" id="reissueSendTel" name="reissueSendTel">
             </div>
         </div>
         <div class="row cl">

+ 13 - 10
watero-rst-web/src/main/webapp/WEB-INF/views/cm/customer/update_renewed.ftl

@@ -78,9 +78,9 @@
 				</select>
 			</span>
                 </div>
-                <input style="width: 120px;margin-right: 10px;" type="text" class="input-text text-c" value="" placeholder="请输入快递单号" id="renewedBackLogisticsNo" name="renewedBackLogisticsNo">
-                <input style="width: 120px;margin-right: 10px;" type="text" class="input-text text-c" value="" placeholder="寄回邮费" id="renewedBackPostage" name="renewedBackPostage">
-                <input style="width: 120px;margin-right: 10px;" type="text" class="input-text text-c" value="" placeholder="用户支付宝账户" id="renewedAlipay" name="renewedAlipay">
+                <input style="width: 120px;margin-right: 10px;" type="text" class="input-text" value="" placeholder="请输入快递单号" id="renewedBackLogisticsNo" name="renewedBackLogisticsNo">
+                <input style="width: 120px;margin-right: 10px;" type="text" class="input-text" value="" placeholder="寄回邮费" id="renewedBackPostage" name="renewedBackPostage">
+                <input style="width: 120px;margin-right: 10px;" type="text" class="input-text" value="" placeholder="用户支付宝账户" id="renewedAlipay" name="renewedAlipay">
             </div>
         </div>
         <div class="row cl">
@@ -107,10 +107,10 @@
                 <strong>寄件信息</strong>
             </div>
             <div class="formControls col-5 col-sm-5">
-                <input type="text" class="input-text text-c" value="" placeholder="寄件人姓名" id="renewedBackName" name="renewedBackName">
+                <input type="text" class="input-text" value="" placeholder="寄件人姓名" id="renewedBackName" name="renewedBackName">
             </div>
             <div class="formControls col-5 col-sm-5">
-                <input type="text" class="input-text text-c" value="" placeholder="寄件人电话" id="renewedBackTel" name="renewedBackTel">
+                <input type="text" class="input-text" value="" placeholder="寄件人电话" id="renewedBackTel" name="renewedBackTel">
             </div>
         </div>
         <div class="row cl">
@@ -122,7 +122,11 @@
                 <input type="hidden" id="closed_products" name="closed_products" />
                 <input type="hidden" id="closed_fittings" name="closed_fittings" />
             </div>
-            <div class="formControls col-9 col-sm-9 text-c" id="produceSelect" style="padding-top: 10px;display: none;">
+        </div>
+        <div class="cl">
+            <div class="formControls col-2 col-sm-2 text-r">
+            </div>
+            <div class="formControls col-9 col-sm-9" id="produceSelect" style="padding-top: 10px;display: none;">
                 <div>
                     <input type="text" oninput="showUpdateSendProduct();" onpropertychange="showUpdateSendProduct();" class="input-text" style="width: 100%" id="selectProcuct" name="selectProcuct" placeholder="请输入产品名称搜索">
                 </div>
@@ -139,7 +143,6 @@
                 </table>
             </div>
         </div>
-
         <div class="row cl">
             <div class="formControls col-2 col-sm-2 text-r">
                 <strong>是否寄出</strong>
@@ -157,7 +160,7 @@
                     <input type="radio" name="renewedSendStatus" value="3">
                     <label for="tel-10">已收货</label>
                 </div>
-                Efast订单号<input style="width: 200px;margin:0 10px;" type="text" class="input-text text-c" value="" placeholder="Efast订单号" id="renewedBackEfastOrderId" name="renewedBackEfastOrderId">
+                Efast订单号<input style="width: 200px;margin:0 10px;" type="text" class="input-text" value="" placeholder="Efast订单号" id="renewedBackEfastOrderId" name="renewedBackEfastOrderId">
             </div>
         </div>
         <div class="row cl">
@@ -168,7 +171,7 @@
                 <input type="text" class="input-text" placeholder="填写收件人姓名" id="renewedSendName" name="renewedSendName">
             </div>
             <div class="formControls col-2 col-sm-2">
-                <input type="text" class="input-text" placeholder="填写收件人手机号" id="renewedSendTel" name="renewedSendTel">
+                <input type="text" style="width: 190px;margin:0 10px;" class="input-text" placeholder="填写收件人手机号" id="renewedSendTel" name="renewedSendTel">
             </div>
         </div>
         <div class="row cl">
@@ -224,7 +227,7 @@
 				</select>
 			</span>
                 </div>
-                <input style="width: 120px;margin-right: 10px;" type="text" class="input-text text-c" value="" placeholder="快递单号" id="renewedSendLogisticsNo" name="renewedSendLogisticsNo">
+                <input style="width: 120px;margin-right: 10px;" type="text" class="input-text" value="" placeholder="快递单号" id="renewedSendLogisticsNo" name="renewedSendLogisticsNo">
             </div>
         </div>
         <div class="row cl">

+ 13 - 10
watero-rst-web/src/main/webapp/WEB-INF/views/cm/customer/update_repair.ftl

@@ -79,9 +79,9 @@
 				</select>
 			</span>
                 </div>
-                <input style="width: 120px;margin-right: 10px;" type="text" class="input-text text-c" value="" placeholder="请输入快递单号" id="repairBackLogisticsNo" name="repairBackLogisticsNo">
-                <input style="width: 120px;margin-right: 10px;" type="text" class="input-text text-c" value="" placeholder="寄回邮费" id="repairBackPostage" name="repairBackPostage">
-                <input style="width: 120px;margin-right: 10px;" type="text" class="input-text text-c" value="" placeholder="用户支付宝账户" id="repairAlipay" name="repairAlipay">
+                <input style="width: 120px;margin-right: 10px;" type="text" class="input-text" value="" placeholder="请输入快递单号" id="repairBackLogisticsNo" name="repairBackLogisticsNo">
+                <input style="width: 120px;margin-right: 10px;" type="text" class="input-text" value="" placeholder="寄回邮费" id="repairBackPostage" name="repairBackPostage">
+                <input style="width: 120px;margin-right: 10px;" type="text" class="input-text" value="" placeholder="用户支付宝账户" id="repairAlipay" name="repairAlipay">
             </div>
         </div>
         <div class="row cl">
@@ -108,10 +108,10 @@
                 <strong>寄件信息</strong>
             </div>
             <div class="formControls col-5 col-sm-5">
-                <input type="text" class="input-text text-c" value="" placeholder="寄件人姓名" id="repairBackName" name="repairBackName">
+                <input type="text" class="input-text" value="" placeholder="寄件人姓名" id="repairBackName" name="repairBackName">
             </div>
             <div class="formControls col-5 col-sm-5">
-                <input type="text" class="input-text text-c" value="" placeholder="寄件人电话" id="repairBackTel" name="repairBackTel">
+                <input type="text" class="input-text" value="" placeholder="寄件人电话" id="repairBackTel" name="repairBackTel">
             </div>
         </div>
         <div class="row cl">
@@ -123,7 +123,11 @@
                 <input type="hidden" id="closed_products" name="closed_products" />
                 <input type="hidden" id="closed_fittings" name="closed_fittings" />
             </div>
-            <div class="formControls col-9 col-sm-9 text-c" id="produceSelect" style="padding-top: 10px;display: none;">
+        </div>
+        <div class="cl">
+            <div class="formControls col-2 col-sm-2 text-r">
+            </div>
+            <div class="formControls col-9 col-sm-9" id="produceSelect" style="padding-top: 10px;display: none;">
                 <div>
                     <input type="text" oninput="showUpdateSendProduct();" onpropertychange="showUpdateSendProduct();" class="input-text" style="width: 100%" id="selectProcuct" name="selectProcuct" placeholder="请输入产品名称搜索">
                 </div>
@@ -140,7 +144,6 @@
                 </table>
             </div>
         </div>
-
         <div class="row cl">
             <div class="formControls col-2 col-sm-2 text-r">
                 <strong>是否寄出</strong>
@@ -158,7 +161,7 @@
                     <input type="radio" name="repairSendStatus" value="3">
                     <label for="tel-10">已收货</label>
                 </div>
-                Efast订单号<input style="width: 200px;margin:0 10px;" type="text" class="input-text text-c" value="" placeholder="Efast订单号" id="repairBackEfastOrderId" name="repairBackEfastOrderId">
+                Efast订单号<input style="width: 200px;margin:0 10px;" type="text" class="input-text" value="" placeholder="Efast订单号" id="repairBackEfastOrderId" name="repairBackEfastOrderId">
             </div>
         </div>
         <div class="row cl">
@@ -169,7 +172,7 @@
                 <input type="text" class="input-text" placeholder="填写收件人姓名" id="repairSendName" name="repairSendName">
             </div>
             <div class="formControls col-2 col-sm-2">
-                <input type="text" class="input-text" placeholder="填写收件人手机号" id="repairSendTel" name="repairSendTel">
+                <input type="text" style="width: 190px;margin:0 10px;" class="input-text" placeholder="填写收件人手机号" id="repairSendTel" name="repairSendTel">
             </div>
         </div>
         <div class="row cl">
@@ -225,7 +228,7 @@
 				</select>
 			</span>
                 </div>
-                <input style="width: 120px;margin-right: 10px;" type="text" class="input-text text-c" value="" placeholder="快递单号" id="repairSendLogisticsNo" name="repairSendLogisticsNo">
+                <input style="width: 120px;margin-right: 10px;" type="text" class="input-text" value="" placeholder="快递单号" id="repairSendLogisticsNo" name="repairSendLogisticsNo">
             </div>
         </div>
         <div class="row cl">