|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="zh" xmlns:th="http://www.thymeleaf.org" >
|
|
|
|
|
<head>
|
|
|
|
|
<th:block th:include="include :: header('涉密文件提取')" />
|
|
|
|
|
<th:block th:include="include :: header('涉密载体提取')" />
|
|
|
|
|
<th:block th:include="include :: datetimepicker-css" />
|
|
|
|
|
</head>
|
|
|
|
|
<body class="white-bg">
|
|
|
|
@ -10,25 +10,25 @@
|
|
|
|
|
<input name="receiveId" th:field="*{receiveId}" type="hidden">
|
|
|
|
|
<input name="extractState" th:value="'1'" class="form-control" type="hidden">
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-3 control-label">文件编号:</label>
|
|
|
|
|
<label class="col-sm-3 control-label">载体编码:</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<input name="fileId" readonly th:field="*{fileId}" class="form-control" type="text">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-3 control-label">文件名称:</label>
|
|
|
|
|
<label class="col-sm-3 control-label">载体名称:</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<input name="fileName" readonly th:field="*{fileName}" class="form-control" type="text">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-3 control-label">发文单位:</label>
|
|
|
|
|
<label class="col-sm-3 control-label">下发单位:</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<input name="provideDepart" readonly th:field="*{provideDepart}" class="form-control" type="text">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-3 control-label">发文日期:</label>
|
|
|
|
|
<label class="col-sm-3 control-label">下发日期:</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<input name="provideDate" readonly th:value="${#dates.format(tdFileReceive.provideDate, 'yyyy-MM-dd')}" class="form-control" placeholder="yyyy-MM-dd" type="text">
|
|
|
|
|
</div>
|
|
|
|
|