|
@@ -107,17 +107,23 @@
|
|
return false;
|
|
return false;
|
|
}
|
|
}
|
|
//200万以上部队或政府项目及500万以上其它项目为A级,其余为B级
|
|
//200万以上部队或政府项目及500万以上其它项目为A级,其余为B级
|
|
- if(submitMoney==1){
|
|
|
|
- if (submitScale>500){
|
|
|
|
- parent.layer.msg("送审规模大于500万元,项目等级选择A级!", {icon: 5});
|
|
|
|
|
|
+ if(submitMoney==1 ){
|
|
|
|
+ if (submitScale>=500){
|
|
|
|
+ parent.layer.msg("送审规模大于500万元,项目等级请选择A级!", {icon: 5});
|
|
return false;
|
|
return false;
|
|
}
|
|
}
|
|
- if (projectProperties == 101 || projectProperties == 5){
|
|
|
|
- if (submitScale>200){
|
|
|
|
- parent.layer.msg("200万以上部队或政府项目,项目等级选择A级!", {icon: 5});
|
|
|
|
- return false;
|
|
|
|
- }
|
|
|
|
|
|
+ // if (projectProperties == 101 || projectProperties == 5){
|
|
|
|
+ // if (submitScale>200){
|
|
|
|
+ // parent.layer.msg("200万以上部队或政府项目,项目等级选择A级!", {icon: 5});
|
|
|
|
+ // return false;
|
|
|
|
+ // }
|
|
|
|
+ // }
|
|
|
|
+ }else{
|
|
|
|
+ if (submitScale<500){
|
|
|
|
+ parent.layer.msg("送审规模小于500万元,项目等级请选择B级!", {icon: 5});
|
|
|
|
+ return false;
|
|
}
|
|
}
|
|
|
|
+
|
|
}
|
|
}
|
|
var attachmentProjectSort=$("#attachmentProjectSort").val();
|
|
var attachmentProjectSort=$("#attachmentProjectSort").val();
|
|
if(attachmentProjectSort==''){
|
|
if(attachmentProjectSort==''){
|
|
@@ -1072,6 +1078,13 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="layui-item layui-col-sm6 lw7">
|
|
<div class="layui-item layui-col-sm6 lw7">
|
|
|
|
+ <label class="layui-form-label double-line"><span class="require-item">*</span>项目归属部门:</label>
|
|
|
|
+ <div class="layui-input-block with-icon">
|
|
|
|
+ <sys:treeselectbelongingDepartment id="belongingDepartment" name="belongingDepartment" value="${ruralProjectRecords.belongingDepartment}" labelName="belongingDepartmentName" labelValue="${belongingDepartmentName}"
|
|
|
|
+ cssStyle="background-color:#fff" title="项目归属部门" url="/sys/office/treeDataAllByBelongingDepartment?type=2" cssClass="form-control layui-input" allowClear="true" notAllowSelectParent="true"/>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="layui-item layui-col-sm6 lw7">
|
|
<label class="layui-form-label"><span class="require-item">*</span>工程类型:</label>
|
|
<label class="layui-form-label"><span class="require-item">*</span>工程类型:</label>
|
|
<div class="layui-input-block">
|
|
<div class="layui-input-block">
|
|
<%-- <select name="engineeringType">--%>
|
|
<%-- <select name="engineeringType">--%>
|
|
@@ -1093,7 +1106,8 @@
|
|
<c:forEach items="${fns:getMainDictListOnProjectAdvent('attachment_project_grade')}" var="v">
|
|
<c:forEach items="${fns:getMainDictListOnProjectAdvent('attachment_project_grade')}" var="v">
|
|
<input type="radio" name="submitMoney" id="submitMoney" lay-filter="submitMoney" value="${v.value}" title="${v.label}" <c:if test="${ruralProjectRecords.submitMoney==v.value}">checked</c:if>>
|
|
<input type="radio" name="submitMoney" id="submitMoney" lay-filter="submitMoney" value="${v.value}" title="${v.label}" <c:if test="${ruralProjectRecords.submitMoney==v.value}">checked</c:if>>
|
|
</c:forEach>
|
|
</c:forEach>
|
|
- <p style="color: red;font-size: 12px;">200万以上部队或政府项目及500万以上其它项目为A级,其余为B级</p>
|
|
|
|
|
|
+ <%--<p style="color: red;font-size: 12px;">200万以上部队或政府项目及500万以上其它项目为A级,其余为B级</p>--%>
|
|
|
|
+ <p style="color: red;font-size: 12px;">500万及500万以上为A级,500万以下为B级</p>
|
|
<%-- <form:select path="submitMoney" class="form-control judgment simple-select">--%>
|
|
<%-- <form:select path="submitMoney" class="form-control judgment simple-select">--%>
|
|
<%-- <form:option value=""/>--%>
|
|
<%-- <form:option value=""/>--%>
|
|
<%-- <form:options items="${fns:getMainDictListOnProjectAdvent('attachment_project_approval_money')}" itemLabel="label" itemValue="value" htmlEscape="false"/>--%>
|
|
<%-- <form:options items="${fns:getMainDictListOnProjectAdvent('attachment_project_approval_money')}" itemLabel="label" itemValue="value" htmlEscape="false"/>--%>
|