Commit 9d295be1 authored by houyu's avatar houyu

日期

parent d8ddeecd
...@@ -59,6 +59,10 @@ ...@@ -59,6 +59,10 @@
return return
} }
} }
if ($("#kprq").val() == "" || $("#kprq").val() == undefined || $("#kprq").val() == null) {
$.messager.alert('提示', '请选择反馈日期!');
return
}
$("input[name=file1]").each(function(){ $("input[name=file1]").each(function(){
if($(this).val()!="") { if($(this).val()!="") {
...@@ -220,7 +224,7 @@ ...@@ -220,7 +224,7 @@
var sfxmlxdbh = $('#sfxmlxdbh') .val(); var sfxmlxdbh = $('#sfxmlxdbh') .val();
var sfxmmc = $('#sfxmmcselect option:selected') .val();//选中的值 var sfxmmc = $('#sfxmmcselect option:selected') .val();//选中的值
var shbm = $('#shbmselect option:selected') .val();//选中的值 var shbm = $('#shbmselect option:selected') .val();//选中的值
$.ajax({ $.ajax({
async: false, async: false,
url: "${ctx}/jsp/rfxm/rfxmSfxxCheck.action", url: "${ctx}/jsp/rfxm/rfxmSfxxCheck.action",
...@@ -466,6 +470,16 @@ ...@@ -466,6 +470,16 @@
</c:if> </c:if>
</tr> </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> <tr>
<th width="15">缴费情况:</th> <th width="15">缴费情况:</th>
<td colspan="3" style="text-align:left;"> <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