Parcourir la source

修改bug文档问题

liujiankang il y a 7 ans
Parent
commit
5afb15c9bd

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

@@ -78,7 +78,7 @@
                 </div>
             </div>
 
-            <div class="row cl" id="backLogisticsInfo" style="display: none">
+            <div class="row cl" id="backLogisticsInfo">
                 <div class="formControls col-2 col-sm-2 text-r">
                     <strong>寄回信息</strong>
                 </div>
@@ -111,7 +111,7 @@
                 </div>
             </div>
 
-            <div class="row cl" style="position: relative;display: none;" id="backUserInfo">
+            <div class="row cl" style="position: relative;" id="backUserInfo">
                 <div class="formControls col-2 col-sm-2 text-r">
                     <strong>寄件信息</strong>
                 </div>
@@ -132,7 +132,7 @@
                 </div>
         </div>
         <div class="tabCon">
-            <div class="row cl" id="backTransferInfo" <#--style="display: none"-->>
+            <div class="row cl" id="backTransferInfo">
                 <div class="formControls col-2 col-sm-2 text-r">
                     <strong>邮费处理</strong>
                 </div>
@@ -207,7 +207,7 @@
                     </div>
                 </div>-->
 
-                <div class="row cl" id="sendUserInfo" style="display: none;">
+                <div class="row cl" id="sendUserInfo">
                     <div class="formControls col-2 col-sm-2 text-r">
                         <strong>用户信息</strong>
                     </div>
@@ -218,7 +218,7 @@
                         <input type="text" class="input-text" placeholder="填写收件人手机号" id="renewedSendTel" name="renewedSendTel" seleType="sendInformation">
                     </div>
                 </div>
-                <div class="row cl" id="sendAddressInfo" style="display: none">
+                <div class="row cl" id="sendAddressInfo">
                     <div class="formControls col-2 col-sm-2 text-r">
 
                     </div>
@@ -241,13 +241,13 @@
                         </div>
                     </div>
                 </div>
-                <div class="row cl" id="sendaddressDescInfo" style="display: none">
+                <div class="row cl" id="sendaddressDescInfo">
                     <label class="form-label col-2 col-sm-2"></label>
                     <div class="formControls col-10 col-sm-10">
                         <input type="text" class="input-text" placeholder="请填写详细地址" id="renewedSendAddress" name="renewedSendAddress" seleType="sendInformation">
                     </div>
                 </div>
-                <div class="row cl"  id="sendLogisticsInfo" style="display: none">
+                <div class="row cl"  id="sendLogisticsInfo">
                     <div class="formControls col-2 col-sm-2 text-r">
                         <strong>寄出信息</strong>
                     </div>
@@ -277,7 +277,7 @@
                         <input style="width: 300px;" type="text" class="input-text" value="" placeholder="快递单号" id="renewedSendLogisticsNo" name="renewedSendLogisticsNo" seleType="sendInformation">
                     </div>
                 </div>
-                <div class="row cl" id="sendDescInfo" style="display: none">
+                <div class="row cl" id="sendDescInfo">
                     <div class="formControls col-2 col-sm-2 text-r">
                         <strong>寄出备注</strong>
                     </div>
@@ -354,27 +354,27 @@
         get_renewed_info();
         showUpdateSendProduct();
 
-        /* 监听寄回状态按钮 */
+        /*/!* 监听寄回状态按钮 *!/
         $("input[name='renewedBackStatus']").change(function (){
             initBackInfo($(this).val());
         })
 
-        /* 监听寄出状态按钮 */
+        /!* 监听寄出状态按钮 *!/
         $("input[name='renewedSendStatus']").change(function (){
             initSendInfo($(this).val());
         })
 
-        /* 监听邮费状态按钮 */
+        /!* 监听邮费状态按钮 *!/
         $("input[name='renewedIsTransfer']").change(function (){
             initPostageInfo($(this).val());
-        })
+        })*/
     });
 
-    /*初始化寄回信息*/
+    /*/!*初始化寄回信息*!/
     function initBackInfo(statusCode){
         if(statusCode == 1){
             $("#backLogisticsInfo").hide();
-            /*$("#backTransferInfo").hide();*/
+            /!*$("#backTransferInfo").hide();*!/
             $("#backUserInfo").hide();
         }else{
             $("#backLogisticsInfo").show();
@@ -383,7 +383,7 @@
         }
     }
 
-    /*显示隐藏邮费信息*/
+    /!*显示隐藏邮费信息*!/
     function initPostageInfo(statusCode){
         if(statusCode == 1){
             $("#postageInformation").show();
@@ -392,7 +392,7 @@
         }
     }
 
-    /*初始化寄出信息*/
+    /!*初始化寄出信息*!/
     function initSendInfo(statusCode){
         if(statusCode == 1){
             $("#sendUserInfo").hide();
@@ -407,7 +407,7 @@
             $("#sendLogisticsInfo").show();
             $("#sendDescInfo").show();
         }
-    }
+    }*/
 
 
     /*显示所有产品及配件信息*/
@@ -626,12 +626,12 @@
                             $(this).iCheck('check');
                         }
                     });
-                    /*初始化寄回信息*/
+                    /*/!*初始化寄回信息*!/
                     initBackInfo(renewed.renewedBackStatus);
-                    /*初始化寄出信息*/
+                    /!*初始化寄出信息*!/
                     initSendInfo(renewed.renewedSendStatus);
                     //初始化邮费信息
-                    initPostageInfo(renewed.renewedIsTransfer);
+                    initPostageInfo(renewed.renewedIsTransfer);*/
 
                     $('#renewedSchedule').html(renewedSchedule);
                     $("#renewedBackLogisticsCompany option[value='" + renewed.renewedBackLogisticsCompany + "']").attr("selected","true");

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

@@ -78,7 +78,7 @@
                     </div>
                 </div>
 
-                <div class="row cl" id="backLogisticsInfo" style="display: none">
+                <div class="row cl" id="backLogisticsInfo"<#-- style="display: none"-->>
                     <div class="formControls col-2 col-sm-2 text-r">
                         <strong>寄回信息</strong>
                     </div>
@@ -111,7 +111,7 @@
                     </div>
                 </div>
 
-                <div class="row cl" style="position: relative;display: none;" id="backUserInfo">
+                <div class="row cl" style="position: relative;/*display: none;*/" id="backUserInfo">
                     <div class="formControls col-2 col-sm-2 text-r">
                         <strong>寄件信息</strong>
                     </div>
@@ -207,7 +207,7 @@
                     </div>
                 </div>-->
 
-                    <div class="row cl" id="sendUserInfo" style="display: none;">
+                    <div class="row cl" id="sendUserInfo">
                         <div class="formControls col-2 col-sm-2 text-r">
                             <strong>用户信息</strong>
                         </div>
@@ -218,7 +218,7 @@
                             <input type="text" class="input-text" placeholder="填写收件人手机号" id="repairSendTel" name="repairSendTel" seleType="sendInformation">
                         </div>
                     </div>
-                    <div class="row cl" id="sendAddressInfo" style="display: none">
+                    <div class="row cl" id="sendAddressInfo">
                         <div class="formControls col-2 col-sm-2 text-r">
 
                         </div>
@@ -241,13 +241,13 @@
                             </div>
                         </div>
                     </div>
-                    <div class="row cl" id="sendaddressDescInfo" style="display: none">
+                    <div class="row cl" id="sendaddressDescInfo">
                         <label class="form-label col-2 col-sm-2"></label>
                         <div class="formControls col-10 col-sm-10">
                             <input type="text" class="input-text" placeholder="请填写详细地址" id="repairSendAddress" name="repairSendAddress" seleType="sendInformation">
                         </div>
                     </div>
-                    <div class="row cl"  id="sendLogisticsInfo" style="display: none">
+                    <div class="row cl"  id="sendLogisticsInfo">
                         <div class="formControls col-2 col-sm-2 text-r">
                             <strong>寄出信息</strong>
                         </div>
@@ -277,7 +277,7 @@
                             <input style="width: 300px;" type="text" class="input-text" value="" placeholder="快递单号" id="repairSendLogisticsNo" name="repairSendLogisticsNo" seleType="sendInformation">
                         </div>
                     </div>
-                    <div class="row cl" id="sendDescInfo" style="display: none">
+                    <div class="row cl" id="sendDescInfo">
                         <div class="formControls col-2 col-sm-2 text-r">
                             <strong>寄出备注</strong>
                         </div>
@@ -354,27 +354,27 @@
         get_repair_info();
         showUpdateSendProduct();
 
-        /* 监听寄回状态按钮 */
+        /*/!* 监听寄回状态按钮 *!/
         $("input[name='repairBackStatus']").change(function (){
             initBackInfo($(this).val());
         })
 
-        /* 监听寄出状态按钮 */
+        /!* 监听寄出状态按钮 *!/
         $("input[name='repairSendStatus']").change(function (){
             initSendInfo($(this).val());
         })
 
-        /* 监听邮费状态按钮 */
+        /!* 监听邮费状态按钮 *!/
         $("input[name='repairIsTransfer']").change(function (){
             initPostageInfo($(this).val());
-        })
+        })*/
     });
 
     /*初始化寄回信息*/
-    function initBackInfo(statusCode){
+    /*function initBackInfo(statusCode){
         if(statusCode == 1){
             $("#backLogisticsInfo").hide();
-            /*$("#backTransferInfo").hide();*/
+            /!*$("#backTransferInfo").hide();*!/
             $("#backUserInfo").hide();
         }else{
             $("#backLogisticsInfo").show();
@@ -383,7 +383,7 @@
         }
     }
 
-    /*显示隐藏邮费信息*/
+    /!*显示隐藏邮费信息*!/
     function initPostageInfo(statusCode){
         if(statusCode == 1){
             $("#postageInformation").show();
@@ -392,7 +392,7 @@
         }
     }
 
-    /*初始化寄出信息*/
+    /!*初始化寄出信息*!/
     function initSendInfo(statusCode){
         if(statusCode == 1){
             $("#sendUserInfo").hide();
@@ -407,7 +407,7 @@
             $("#sendLogisticsInfo").show();
             $("#sendDescInfo").show();
         }
-    }
+    }*/
 
 
     /*显示所有产品及配件信息*/
@@ -626,12 +626,12 @@
                             $(this).iCheck('check');
                         }
                     });
-                    /*初始化寄回信息*/
+                    /*/!*初始化寄回信息*!/
                     initBackInfo(repair.repairBackStatus);
-                    /*初始化寄出信息*/
+                    /!*初始化寄出信息*!/
                     initSendInfo(repair.repairSendStatus);
                     //初始化邮费信息
-                    initPostageInfo(repair.repairIsTransfer);
+                    initPostageInfo(repair.repairIsTransfer);*/
 
                     $('#repairSchedule').html(repairSchedule);
                     $("#repairBackLogisticsCompany option[value='" + repair.repairBackLogisticsCompany + "']").attr("selected","true");