|
|
|
@ -23,16 +23,16 @@
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-3 control-label">通知人:</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<input name="notifyUser" th:field="*{notifyUser}" class="form-control" type="text">
|
|
|
|
|
<input name="notifyUser" readonly th:field="*{notifyUser}" class="form-control" type="text">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-3 control-label">单位:</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<input name="notifyDepart" th:field="*{notifyDepart}" class="form-control" type="text">
|
|
|
|
|
<input name="notifyDepart" readonly th:field="*{notifyDepart}" class="form-control" type="text">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-3 control-label">时间:</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<div class="input-group date">
|
|
|
|
@ -47,13 +47,13 @@
|
|
|
|
|
<textarea name="notifyContent" class="form-control">[[*{notifyContent}]]</textarea>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-3 control-label">被通知人:</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<input name="notifyBeuser" th:field="*{notifyBeuser}" class="form-control" type="text">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-3 control-label">发出状态:</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<select name="notifyState" class="form-control m-b" th:with="type=${@dict.getType('sys_notice_state')}">
|
|
|
|
@ -84,4 +84,4 @@
|
|
|
|
|
});
|
|
|
|
|
</script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|
|
|
|
|
</html>
|
|
|
|
|