diff --git a/WebContent/Tenwa/Lease/Flow/RentCollection/overduedunning/DayDistribute.jsp b/WebContent/Tenwa/Lease/Flow/RentCollection/overduedunning/DayDistribute.jsp index d5905bb74..8f4ae7efb 100644 --- a/WebContent/Tenwa/Lease/Flow/RentCollection/overduedunning/DayDistribute.jsp +++ b/WebContent/Tenwa/Lease/Flow/RentCollection/overduedunning/DayDistribute.jsp @@ -29,6 +29,10 @@ $("#DIV_Data_myiframe0_2_2").hide(); }) function as_Save(){ + if(!iV_all("0")){ + alert("请将信息填写完整!") + return; + } var a =$("#INPUT_myiframe0_begin_day_0_1").val(); var b =$("#INPUT_myiframe0_end_day_0_2").val(); var c =$("#INPUT_myiframe0_begin_day_1_1").val();