Commit 9d295be1 authored by houyu's avatar houyu

日期

parent d8ddeecd
......@@ -59,6 +59,10 @@
return
}
}
if ($("#kprq").val() == "" || $("#kprq").val() == undefined || $("#kprq").val() == null) {
$.messager.alert('提示', '请选择反馈日期!');
return
}
$("input[name=file1]").each(function(){
if($(this).val()!="") {
......@@ -466,6 +470,16 @@
</c:if>
</tr>
<tr>
<th width="15%">反馈日期</th>
<td width="35%" >
<input style="width: 75%;" name="zzhkppjList[${st.index}].kprq" id="kprq" style="width: 140px"
type="text" class="Wdate" value="${item1.kprq}"
onfocus="WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})" datatype="*1-30" errormsg='此项为必填'><font style='color:red'>*</font>
</td>
</tr>
<tr>
<th width="15">缴费情况:</th>
<td colspan="3" style="text-align:left;">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment