|
|
|
@ -23,13 +23,13 @@
|
|
|
|
|
<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">
|
|
|
|
|
<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">
|
|
|
|
|