|
@@ -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;
|
|
|
}
|