|
|
@ -31,19 +31,19 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="form-group">
|
|
|
|
<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">
|
|
|
|
<div class="col-sm-8">
|
|
|
|
<input name="notifyUser" readonly th:field="*{notifyUser}" class="form-control" type="text">
|
|
|
|
<input name="notifyUser" readonly th:field="*{notifyUser}" class="form-control" type="text">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="form-group">
|
|
|
|
<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">
|
|
|
|
<div class="col-sm-8">
|
|
|
|
<input name="notifyDepart" readonly th:field="*{notifyDepart}" class="form-control" type="text">
|
|
|
|
<input name="notifyDepart" readonly th:field="*{notifyDepart}" class="form-control" type="text">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="form-group">
|
|
|
|
<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">
|
|
|
|
<div class="col-sm-8">
|
|
|
|
<div class="input-group date">
|
|
|
|
<div class="input-group date">
|
|
|
|
<input name="notifyTime" th:value="${#dates.format(tdNotify.notifyTime, 'yyyy-MM-dd')}" class="form-control" placeholder="yyyy-MM-dd" type="text">
|
|
|
|
<input name="notifyTime" th:value="${#dates.format(tdNotify.notifyTime, 'yyyy-MM-dd')}" class="form-control" placeholder="yyyy-MM-dd" type="text">
|
|
|
@ -52,7 +52,7 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="form-group">
|
|
|
|
<div class="form-group">
|
|
|
|
<label class="col-sm-3 control-label is-required">内容:</label>
|
|
|
|
<label class="col-sm-3 control-label is-required">通知内容:</label>
|
|
|
|
<div class="col-sm-8">
|
|
|
|
<div class="col-sm-8">
|
|
|
|
<textarea name="notifyContent" required class="form-control">[[*{notifyContent}]]</textarea>
|
|
|
|
<textarea name="notifyContent" required class="form-control">[[*{notifyContent}]]</textarea>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|