|
@@ -169,29 +169,35 @@
|
|
|
<input htmlEscape="false" readonly="true" class="form-control layui-input" value="${projectRecords.projectSite}"/>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div class="layui-item layui-col-sm6 lw7">
|
|
|
+ <label class="layui-form-label">项目类型:</label>
|
|
|
+ <div class="layui-input-block">
|
|
|
+ <input htmlEscape="false" readonly="true" class="form-control layui-input" value="${fns:getMainDictLabel(projectRecords.workContractInfo.contractTypeDoc, 'contract_info_type', '')}"/>
|
|
|
+ <%-- <form:select path="projectTypeId" class="form-control editable-select layui-input" id="projectTypeId" value="${projectTypeId}" readonly="true">--%>
|
|
|
+ <%-- <%–<form:option value=""/>--%>
|
|
|
+ <%-- <form:options items="${fns:getProjectType()}" itemLabel="label" itemValue="label" htmlEscape="false"/>–%>--%>
|
|
|
+ <%-- <form:options items="${fns:getProjectType()}" itemLabel="typeName" itemValue="typeId" readonly="true"></form:options>--%>
|
|
|
+ <%-- </form:select>--%>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<div class="layui-item layui-col-sm6 lw6">
|
|
|
<label class="layui-form-label">项目责任人:</label>
|
|
|
<div class="layui-input-block">
|
|
|
<input htmlEscape="false" readonly="true" class="form-control layui-input" value="${projectRecords.leaderNameStr}"/>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div class="layui-item layui-col-sm6 lw6">
|
|
|
+ <label class="layui-form-label">所属部门:</label>
|
|
|
+ <div class="layui-input-block">
|
|
|
+ <input htmlEscape="false" readonly="true" id="officeName" class="form-control layui-input" value="${projectRecords.officeName}"/>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<%--<div class="layui-item layui-col-sm6 lw6">
|
|
|
<label class="layui-form-label">项目类型:</label>
|
|
|
<div class="layui-input-block">
|
|
|
<input htmlEscape="false" readonly="true" class="form-control layui-input" value="${projectRecords.projectTypeId}"/>
|
|
|
</div>
|
|
|
</div>--%>
|
|
|
- <div class="layui-item layui-col-sm6 lw7">
|
|
|
- <label class="layui-form-label">项目类型:</label>
|
|
|
- <div class="layui-input-block">
|
|
|
- <input htmlEscape="false" readonly="true" class="form-control layui-input" value="${fns:getMainDictLabel(projectRecords.workContractInfo.contractTypeDoc, 'contract_info_type', '')}"/>
|
|
|
- <%-- <form:select path="projectTypeId" class="form-control editable-select layui-input" id="projectTypeId" value="${projectTypeId}" readonly="true">--%>
|
|
|
- <%-- <%–<form:option value=""/>--%>
|
|
|
- <%-- <form:options items="${fns:getProjectType()}" itemLabel="label" itemValue="label" htmlEscape="false"/>–%>--%>
|
|
|
- <%-- <form:options items="${fns:getProjectType()}" itemLabel="typeName" itemValue="typeId" readonly="true"></form:options>--%>
|
|
|
- <%-- </form:select>--%>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
<div class="layui-item layui-col-sm6 lw6">
|
|
|
<label class="layui-form-label">创建人:</label>
|
|
|
<div class="layui-input-block">
|