|
@@ -51,6 +51,11 @@
|
|
|
parent.layer.msg("工作开始日期不得大于工作结束日期!", {icon: 5});
|
|
|
return false;
|
|
|
}
|
|
|
+ var ziXunShouRu = $("#ziXunShouRu").val();
|
|
|
+ if(null == ziXunShouRu || undefined == ziXunShouRu || '' == ziXunShouRu || parseFloat(ziXunShouRu)<=0){
|
|
|
+ top.layer.msg("造价咨询营业收入必须大于0!", {icon: 0});
|
|
|
+ return false;
|
|
|
+ }
|
|
|
for(var i=0; i<leng; i++) {
|
|
|
var numberStr = $("#file_attachment tr").eq(i).find("td:first").find(".faid").html();
|
|
|
var second = $("#file_attachment tr").eq(i).find("td:eq(1)").html();
|
|
@@ -1078,9 +1083,9 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="layui-item layui-col-sm6 lw7">
|
|
|
- <label class="layui-form-label double-line">造价咨询营业收入(万元):</label>
|
|
|
+ <label class="layui-form-label double-line"><span class="require-item">*</span>造价咨询营业收入(万元):</label>
|
|
|
<div class="layui-input-block">
|
|
|
- <form:input path="projectReportData.ZiXunShouRu" placeholder="请输入造价咨询营业收入" htmlEscape="false" onkeyup="num(this)" class="form-control layui-input"/>
|
|
|
+ <form:input path="projectReportData.ZiXunShouRu" id="ziXunShouRu" placeholder="请输入造价咨询营业收入" htmlEscape="false" onkeyup="num(this)" class="form-control layui-input judgment"/>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|