|
|
|
@ -2,63 +2,64 @@
|
|
|
|
|
<html lang="zh" xmlns:th="http://www.thymeleaf.org" >
|
|
|
|
|
<head>
|
|
|
|
|
<th:block th:include="include :: header('涉密人员培训审核')" />
|
|
|
|
|
<th:block th:include="include :: jsonview-css" />
|
|
|
|
|
<th:block th:include="include :: datetimepicker-css" />
|
|
|
|
|
</head>
|
|
|
|
|
<body class="white-bg">
|
|
|
|
|
<div class="wrapper wrapper-content animated fadeInRight ibox-content">
|
|
|
|
|
<form class="form-horizontal m" id="form-train-edit" th:object="${tdTrain}">
|
|
|
|
|
<input name="ID" th:field="*{ID}" type="hidden" readonly>
|
|
|
|
|
<form class="form-horizontal m" id="form-train-examine" th:object="${tdTrain}">
|
|
|
|
|
<input name="ID" th:field="*{ID}" type="hidden">
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-3 control-label is-required">所属地市:</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<input name="AREAID" th:field="*{AREAID}" class="form-control" readonly type="text" required>
|
|
|
|
|
<input name="AREAID" disabled th:field="*{AREAID}" class="form-control" type="text" required>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-3 control-label">所属区县:</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<input name="FRAMEWORK" th:field="*{FRAMEWORK}" readonly class="form-control" type="text">
|
|
|
|
|
<input name="FRAMEWORK" disabled th:field="*{FRAMEWORK}" class="form-control" type="text">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-3 control-label">人员名称:</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<input name="USERNAME" th:field="*{USERNAME}" readonly class="form-control" type="text">
|
|
|
|
|
<input name="USERNAME" disabled th:field="*{USERNAME}" class="form-control" type="text">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-3 control-label">单位名称:</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<input name="deptName" th:field="*{deptName}" readonly class="form-control" type="text">
|
|
|
|
|
<input name="deptName" disabled th:field="*{deptName}" class="form-control" type="text">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-3 control-label">培训类型:</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<select name="trainType" class="form-control m-b" th:with="type=${@dict.getType('sys_usertrain_typer')}">
|
|
|
|
|
<option th:each="dict : ${type}" readonly th:text="${dict.dictLabel}" th:value="${dict.dictValue}" th:field="*{trainType}"></option>
|
|
|
|
|
<select name="trainType" disabled class="form-control m-b" th:with="type=${@dict.getType('sys_usertrain_typer')}">
|
|
|
|
|
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}" th:field="*{trainType}"></option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-3 control-label">培训对象:</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<select name="trainSubject" class="form-control m-b" th:with="type=${@dict.getType('sys_usertrain_obj')}">
|
|
|
|
|
<option readonly th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}" th:field="*{trainSubject}"></option>
|
|
|
|
|
<select name="trainSubject" disabled class="form-control m-b" th:with="type=${@dict.getType('sys_usertrain_obj')}">
|
|
|
|
|
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}" th:field="*{trainSubject}"></option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-3 control-label">培训地点:</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<textarea name="trainAddress" readonly class="form-control">[[*{trainAddress}]]</textarea>
|
|
|
|
|
<textarea name="trainAddress" disabled class="form-control">[[*{trainAddress}]]</textarea>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-3 control-label">培训开始日期:</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<div class="input-group date">
|
|
|
|
|
<input name="trainDate" readonly th:value="${#dates.format(tdTrain.trainDate, 'yyyy-MM-dd')}" class="form-control" placeholder="yyyy-MM-dd" type="text">
|
|
|
|
|
<input name="trainDate" disabled th:value="${#dates.format(tdTrain.trainDate, 'yyyy-MM-dd')}" class="form-control" placeholder="yyyy-MM-dd" type="text">
|
|
|
|
|
<span class="input-group-addon"><i class="fa fa-calendar"></i></span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
@ -66,22 +67,25 @@
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-3 control-label">培训人员:</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<input name="trainName" readonly th:field="*{trainName}" class="form-control" type="text">
|
|
|
|
|
<input name="trainName" disabled th:field="*{trainName}" class="form-control" type="text">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-3 control-label">培训结束时间:</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<div class="input-group date">
|
|
|
|
|
<input name="trainTimeend" readonly th:value="${#dates.format(tdTrain.trainTimeend, 'yyyy-MM-dd')}" class="form-control" placeholder="yyyy-MM-dd" type="text">
|
|
|
|
|
<input name="trainTimeend" disabled th:value="${#dates.format(tdTrain.trainTimeend, 'yyyy-MM-dd')}" class="form-control" placeholder="yyyy-MM-dd" type="text">
|
|
|
|
|
<span class="input-group-addon"><i class="fa fa-calendar"></i></span>
|
|
|
|
|
</div>
|
|
|
|
|
</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="updateDepartid" th:field="*{updateDepartid}" class="form-control" type="text">
|
|
|
|
|
<select name="trainState" class="form-control m-b" th:with="type=${@dict.getType('sys_examine_state')}">
|
|
|
|
|
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}" th:field="*{trainState}"></option>
|
|
|
|
|
</select>
|
|
|
|
|
<!-- <input name="trainState" th:field="*{trainState}" class="form-control" type="text">-->
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group">
|
|
|
|
@ -90,45 +94,36 @@
|
|
|
|
|
<input name="updateStaffid" th:field="*{updateStaffid}" class="form-control" type="text">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-3 control-label">审核时间:</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<div class="input-group date">
|
|
|
|
|
<input name="updateDate" th:value="${#dates.format(tdTrain.updateDate, 'yyyy-MM-dd')}" class="form-control" placeholder="yyyy-MM-dd" type="text">
|
|
|
|
|
<span class="input-group-addon"><i class="fa fa-calendar"></i></span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-3 control-label">审核状态:</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<select name="trainState" class="form-control m-b" th:with="type=${@dict.getType('sys_examine_state')}">
|
|
|
|
|
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}" th:field="*{trainState}"></option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-3 control-label">培训评价:</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<input name="TRAININFO" th:field="*{TRAININFO}" class="form-control" type="text">
|
|
|
|
|
<textarea name="TRAININFO" class="form-control">[[*{TRAININFO}]]</textarea>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
<th:block th:include="include :: footer" />
|
|
|
|
|
<th:block th:include="include :: datetimepicker-js" />
|
|
|
|
|
<th:block th:include="include :: jsonview-js" />
|
|
|
|
|
<th:block th:include="include :: datetimepicker-css" />
|
|
|
|
|
<script th:inline="javascript">
|
|
|
|
|
var trainStateDatas = [[${@dict.getType('sys_examine_state')}]];
|
|
|
|
|
var trainStateText = $("input[name='trainState']").val()
|
|
|
|
|
trainStateDatas.forEach((item)=>{
|
|
|
|
|
if(trainStateText === item.dictValue){
|
|
|
|
|
$("input[name='trainState']").val(item.dictLabel);
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
var prefix = ctx + "system/train";
|
|
|
|
|
$("#form-train-edit").validate({
|
|
|
|
|
$("#form-train-examine").validate({
|
|
|
|
|
focusCleanup: true
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
function submitHandler() {
|
|
|
|
|
if ($.validate.form()) {
|
|
|
|
|
$.operate.save(prefix + "/edit", $('#form-train-edit').serialize());
|
|
|
|
|
$.operate.save(prefix + "/examine", $('#form-train-examine').serialize());
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
$("input[name='updateStaffid']").val([[${user.userName}]])
|
|
|
|
|
$("input[name='trainDate']").datetimepicker({
|
|
|
|
|
format: "yyyy-mm-dd",
|
|
|
|
|
minView: "month",
|
|
|
|
|