|
@@ -140,10 +140,10 @@
|
|
|
// })
|
|
|
});
|
|
|
//默认打开判断是否时紧急项目
|
|
|
- var submitMoney="${ruralProjectRecords.submitMoney}"
|
|
|
+ var submitMoney="${projectRecords.submitMoney}"
|
|
|
if(submitMoney==1){
|
|
|
// $("#emergencyProject").parent().parent().parent().show();
|
|
|
- var emergencyProject="${ruralProjectRecords.emergencyProject}"
|
|
|
+ var emergencyProject="${projectRecords.emergencyProject}"
|
|
|
if (emergencyProject=="1"){
|
|
|
$("#emergencyProjectFlag").val("1");
|
|
|
// $("#emergencyProject").prop("checked",true);
|
|
@@ -678,7 +678,7 @@
|
|
|
<form:hidden path="id"/>
|
|
|
<form:hidden path="workContractInfo.client.id" id="contractClientId" value="${workContractInfo.client.id}"/>
|
|
|
<input type="hidden" id="flagFile" value="">
|
|
|
- <input type="hidden" id="emergencyProjectFlag" name="emergencyProject" value="${ruralProjectRecords.emergencyProject}">
|
|
|
+ <input type="hidden" id="emergencyProjectFlag" name="emergencyProject" value="${projectRecords.emergencyProject}">
|
|
|
|
|
|
<input type="hidden" id="workClientLinkmanInfo" value="${projectRecords.workClientLinkmanList}">
|
|
|
<div class="form-group layui-row first">
|
|
@@ -831,7 +831,7 @@
|
|
|
<div class="layui-item layui-col-sm6 lw7">
|
|
|
<label class="layui-form-label"><span class="require-item">*</span>投资性质:</label>
|
|
|
<div class="layui-input-block readOnlyFFF">
|
|
|
- <form:select placeholder="请选择" path="projectProperties" class="form-control required editable-select layui-input" id="projectProperties" value="${ruralProjectRecords.projectProperties}">
|
|
|
+ <form:select placeholder="请选择" path="projectProperties" class="form-control required editable-select layui-input" id="projectProperties" value="${projectRecords.projectProperties}">
|
|
|
<form:option value=""/>
|
|
|
<form:options items="${fns:getMainDictList('project_properties')}" itemLabel="label" itemValue="value" htmlEscape="false"/>
|
|
|
</form:select>
|
|
@@ -889,7 +889,7 @@
|
|
|
<div class="layui-item layui-col-sm6 lw7">
|
|
|
<label class="layui-form-label double-line">项目归属部门:</label>
|
|
|
<div class="layui-input-block with-icon">
|
|
|
- <sys:treeselectbelongingDepartment id="belongingDepartment" name="belongingDepartment" value="${ruralProjectRecords.belongingDepartment}" labelName="belongingDepartmentName" labelValue="${belongingDepartmentName}"
|
|
|
+ <sys:treeselectbelongingDepartment id="belongingDepartment" name="belongingDepartment" value="${projectRecords.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>
|
|
@@ -907,7 +907,7 @@
|
|
|
<label class="layui-form-label"><span class="require-item">*</span>项目等级:</label>
|
|
|
<div class="layui-input-block">
|
|
|
<c:forEach items="${fns:getMainDictListOnProjectAdvent('attachment_project_grade')}" var="v">
|
|
|
- <input type="radio" name="submitMoney" id="submitMoney" value="${v.value}" lay-filter="submitMoney" title="${v.label}" <c:if test="${ruralProjectRecords.submitMoney==v.value}">checked</c:if>>
|
|
|
+ <input type="radio" name="submitMoney" id="submitMoney" value="${v.value}" lay-filter="submitMoney" title="${v.label}" <c:if test="${projectRecords.submitMoney==v.value}">checked</c:if>>
|
|
|
</c:forEach>
|
|
|
<p style="color: red;font-size: 12px;">500万及500万以上为A级,500万以下为B级</p>
|
|
|
</div>
|
|
@@ -929,13 +929,13 @@
|
|
|
<div class="layui-item layui-col-sm6 lw7">
|
|
|
<label class="layui-form-label double-line">工作开始日期:</label>
|
|
|
<div class="layui-input-block">
|
|
|
- <input placeholder="请选择工作开始日期" style="background-color: #fff" class="laydate-icondate form-control layui-input layer-date laydate-icon" readonly="readonly" id="startDate" name="startDate" value="<fmt:formatDate value="${ruralProjectRecords.startDate}" pattern="yyyy-MM-dd"/>">
|
|
|
+ <input placeholder="请选择工作开始日期" style="background-color: #fff" class="laydate-icondate form-control layui-input layer-date laydate-icon" readonly="readonly" id="startDate" name="startDate" value="<fmt:formatDate value="${projectRecords.startDate}" pattern="yyyy-MM-dd"/>">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="layui-item layui-col-sm6 lw7">
|
|
|
<label class="layui-form-label double-line">工作结束日期:</label>
|
|
|
<div class="layui-input-block">
|
|
|
- <input placeholder="请输入工作结束日期" style="background-color: #fff" class="laydate-icondate form-control layui-input layer-date laydate-icon" readonly="readonly" id="endingDate" name="endingDate" value="<fmt:formatDate value="${ruralProjectRecords.endingDate}" pattern="yyyy-MM-dd"/>">
|
|
|
+ <input placeholder="请输入工作结束日期" style="background-color: #fff" class="laydate-icondate form-control layui-input layer-date laydate-icon" readonly="readonly" id="endingDate" name="endingDate" value="<fmt:formatDate value="${projectRecords.endingDate}" pattern="yyyy-MM-dd"/>">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="layui-item layui-col-sm6 lw7">
|