liujiankang пре 7 година
родитељ
комит
a20b618edf

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

@@ -120,10 +120,10 @@
                 </div>
                 <div class="row cl" style="position: relative;/*display: none;*/">
                     <div class="formControls col-2 col-sm-2 text-r">
-                        <strong>签收日期</strong>
+                        <strong>仓库签收时间</strong>
                     </div>
                     <div class="formControls col-4 col-sm-4">
-                        <input type="text" placeholder="请选择签收日期" id="backGoodsBackReceiptDate"  name="backGoodsBackReceiptDate" datatype="*" class="input-text Wdate" onclick="WdatePicker({skin:'whyGreen',minDate:'%y-%M-%d'})"  readonly="readonly" seleType="send">
+                        <input type="text" placeholder="请选择仓库签收时间" id="backGoodsBackReceiptDate"  name="backGoodsBackReceiptDate" datatype="*" class="input-text Wdate" onclick="WdatePicker({skin:'whyGreen',minDate:'%y-%M-%d'})"  readonly="readonly" seleType="send">
                     </div>
                 </div>
                 <div class="row cl">
@@ -591,9 +591,9 @@
 //                }
             }
             if (backGoodsBackLogisticsCompany == 3) {
-                var backGoodsBackReceiptDate = $('#backGoodsBackReceiptDate').val();//签收日期
+                var backGoodsBackReceiptDate = $('#backGoodsBackReceiptDate').val();//仓库签收时间
                 if (backGoodsBackReceiptDate == null || backGoodsBackReceiptDate == '') {
-                    layer.msg("签收日期不能为空",{icon: 5,time:1000});
+                    layer.msg("仓库签收时间不能为空",{icon: 5,time:1000});
                     backGoods_flag = false;
                     return backGoods_flag;
                 }

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

@@ -114,10 +114,10 @@
                 </div>
                 <div class="row cl" style="position: relative;/*display: none;*/">
                     <div class="formControls col-2 col-sm-2 text-r">
-                        <strong>签收日期</strong>
+                        <strong>仓库签收时间</strong>
                     </div>
                     <div class="formControls col-4 col-sm-4">
-                        <input type="text" placeholder="请选择签收日期" id="noreasonBackReceiptDate"  name="noreasonBackReceiptDate" datatype="*" class="input-text Wdate" onclick="WdatePicker({skin:'whyGreen',minDate:'%y-%M-%d'})"  readonly="readonly" seleType="send">
+                        <input type="text" placeholder="请选择仓库签收时间" id="noreasonBackReceiptDate"  name="noreasonBackReceiptDate" datatype="*" class="input-text Wdate" onclick="WdatePicker({skin:'whyGreen',minDate:'%y-%M-%d'})"  readonly="readonly" seleType="send">
                     </div>
                 </div>
                 <div class="row cl">
@@ -587,9 +587,9 @@
 //                }
             }
             if (noreasonBackBackStatus == 3) {
-                var noreasonBackReceiptDate = $('#noreasonBackReceiptDate').val();//签收日期
+                var noreasonBackReceiptDate = $('#noreasonBackReceiptDate').val();//仓库签收时间
                 if (noreasonBackReceiptDate == null || noreasonBackReceiptDate == '') {
-                    layer.msg("签收日期不能为空",{icon: 5,time:1000});
+                    layer.msg("仓库签收时间不能为空",{icon: 5,time:1000});
                     noreasonBack_flag = false;
                     return noreasonBack_flag;
                 }

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

@@ -131,10 +131,10 @@
             </div>
                 <div class="row cl" style="position: relative;/*display: none;*/">
                     <div class="formControls col-2 col-sm-2 text-r">
-                        <strong>签收日期</strong>
+                        <strong>仓库签收时间</strong>
                     </div>
                     <div class="formControls col-4 col-sm-4">
-                        <input type="text" placeholder="请选择签收日期" id="renewedBackReceiptDate"  name="renewedBackReceiptDate" datatype="*" class="input-text Wdate" onclick="WdatePicker({skin:'whyGreen',minDate:'%y-%M-%d'})"  readonly="readonly" seleType="send">
+                        <input type="text" placeholder="请选择仓库签收时间" id="renewedBackReceiptDate"  name="renewedBackReceiptDate" datatype="*" class="input-text Wdate" onclick="WdatePicker({skin:'whyGreen',minDate:'%y-%M-%d'})"  readonly="readonly" seleType="send">
                     </div>
                 </div>
                 <div class="row cl">
@@ -869,9 +869,9 @@
                 }
             }
             if (renewedBackStatus == 3) {
-                var renewedBackReceiptDate = $('#renewedBackReceiptDate').val();//签收日期
+                var renewedBackReceiptDate = $('#renewedBackReceiptDate').val();//仓库签收时间
                 if (renewedBackReceiptDate == null || renewedBackReceiptDate == '') {
-                    layer.msg("签收日期不能为空",{icon: 5,time:1000});
+                    layer.msg("仓库签收时间不能为空",{icon: 5,time:1000});
                     renewed_flag = false;
                     return renewed_flag;
                 }

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

@@ -132,10 +132,10 @@
                 </div>
                 <div class="row cl" style="position: relative;/*display: none;*/">
                     <div class="formControls col-2 col-sm-2 text-r">
-                        <strong>签收日期</strong>
+                        <strong>仓库签收时间</strong>
                     </div>
                     <div class="formControls col-4 col-sm-4">
-                        <input type="text" placeholder="请选择签收日期" id="repairBackReceiptDate"  name="repairBackReceiptDate" datatype="*" class="input-text Wdate" onclick="WdatePicker({skin:'whyGreen',minDate:'%y-%M-%d'})"  readonly="readonly" seleType="send">
+                        <input type="text" placeholder="请选择仓库签收时间" id="repairBackReceiptDate"  name="repairBackReceiptDate" datatype="*" class="input-text Wdate" onclick="WdatePicker({skin:'whyGreen',minDate:'%y-%M-%d'})"  readonly="readonly" seleType="send">
                     </div>
                 </div>
                 <div class="row cl">
@@ -870,9 +870,9 @@
                 }
             }
             if (repairBackStatus == 3) {
-                var repairBackReceiptDate = $('#repairBackReceiptDate').val();//签收日期
+                var repairBackReceiptDate = $('#repairBackReceiptDate').val();//仓库签收时间
                 if (repairBackReceiptDate == null || repairBackReceiptDate == '') {
-                    layer.msg("签收日期不能为空",{icon: 5,time:1000});
+                    layer.msg("仓库签收时间不能为空",{icon: 5,time:1000});
                     repair_flag = false;
                     return repair_flag;
                 }