|
|
@ -8,13 +8,14 @@
|
|
|
|
<div class="wrapper wrapper-content animated fadeInRight ibox-content">
|
|
|
|
<div class="wrapper wrapper-content animated fadeInRight ibox-content">
|
|
|
|
<form class="form-horizontal m" id="form-monitorUnitInfo-edit" th:object="${baseMonitorunitInfo}">
|
|
|
|
<form class="form-horizontal m" id="form-monitorUnitInfo-edit" th:object="${baseMonitorunitInfo}">
|
|
|
|
<input name="ObjId" th:field="*{objId}" type="hidden">
|
|
|
|
<input name="ObjId" th:field="*{objId}" type="hidden">
|
|
|
|
<input id="monitorunitImage" name="monitorunitImage" type="hidden">
|
|
|
|
<input id="monitorunitImage" name="monitorunitImage" th:field="*{monitorunitImage}" type="hidden">
|
|
|
|
<div class="form-group">
|
|
|
|
<input id="monitorunitId" name="monitorunitId" th:field="*{monitorunitId}" 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">
|
|
|
|
<div class="col-sm-8">
|
|
|
|
<input name="monitorunitId" th:field="*{monitorunitId}" class="form-control" type="text">
|
|
|
|
<input name="monitorunitId" th:field="*{monitorunitId}" 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">
|
|
|
|