|
@@ -104,28 +104,6 @@
|
|
|
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="layui-item layui-col-sm6">
|
|
|
- <label class="layui-form-label"><span class="require-item">*</span>案卷号:</label>
|
|
|
- <div class="layui-input-block">
|
|
|
- <div class="input-group">
|
|
|
- <input htmlEscape="false" id="fileNum" name="fileNum" class="form-control required layui-input" value="${projectReportRecord.fileNum}"/>
|
|
|
- <span class="input-group-btn">
|
|
|
- <label class="form-status">
|
|
|
- <c:choose>
|
|
|
- <c:when test="${not empty projectReportRecord.status}">${fns:getDictLabel(projectReportRecord.status, 'audit_record_state', '')}
|
|
|
- </c:when>
|
|
|
- <c:otherwise>新添</c:otherwise>
|
|
|
- </c:choose></label>
|
|
|
- </span>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="layui-item layui-col-sm6">
|
|
|
- <label class="layui-form-label"><span class="require-item">*</span>确认案卷号:</label>
|
|
|
- <div class="layui-input-block">
|
|
|
- <input id="fileNumTow" name="fileNumTow" type="text" class="layui-input required form-control" equalTo="#fileNum"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
<%--<div class="layui-item layui-col-sm6">
|
|
|
<label class="layui-form-label"><span class="require-item">*</span>归档申请编号:</label>
|
|
|
<div class="layui-input-block">
|
|
@@ -169,21 +147,21 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="layui-item layui-col-sm6">
|
|
|
- <label class="layui-form-label"><span class="require-item">*</span>合同编号:</label>
|
|
|
+ <label class="layui-form-label">合同编号:</label>
|
|
|
<div class="layui-input-block">
|
|
|
- <form:input id="contractNum" path="contractNum" htmlEscape="false" readonly="true" class="form-control layui-input required"/>
|
|
|
+ <form:input id="contractNum" path="contractNum" htmlEscape="false" readonly="true" class="form-control layui-input"/>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="layui-item layui-col-sm6">
|
|
|
- <label class="layui-form-label"><span class="require-item">*</span>合同名称:</label>
|
|
|
+ <label class="layui-form-label">合同名称:</label>
|
|
|
<div class="layui-input-block">
|
|
|
- <form:input id="contractName" path="contractName" htmlEscape="false" readonly="true" class="form-control layui-input required"/>
|
|
|
+ <form:input id="contractName" path="contractName" htmlEscape="false" readonly="true" class="form-control layui-input"/>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="layui-item layui-col-sm6">
|
|
|
- <label class="layui-form-label"><span class="require-item">*</span>委托方:</label>
|
|
|
+ <label class="layui-form-label">委托方:</label>
|
|
|
<div class="layui-input-block">
|
|
|
- <form:input id="clientName" path="clientName" htmlEscape="false" readonly="true" class="form-control layui-input required"/>
|
|
|
+ <form:input id="clientName" path="clientName" htmlEscape="false" readonly="true" class="form-control layui-input"/>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="layui-item layui-col-sm6">
|