| | |
| | | </li> |
| | | <li style="display: flex;align-items: center"> |
| | | <label>整改部门:</label> |
| | | <div class="input-group" style="width: 200px"> |
| | | <input name="rectifyDeptIdLedger" type="hidden" id="rectifyDeptIdLedger"> |
| | | <div class="input-group" style="width: 200px;position: relative"> |
| | | <input name="rectifyDeptIdLedger" id="rectifyDeptIdLedger" style="position: absolute;z-index: -1;top: 0;left: 0"> |
| | | <input onclick="selectDangerDeptTree()" id="dangerDeptName" type="text" |
| | | placeholder="请选择部门" class="form-control" required |
| | | readonly="readonly"> |
| | |
| | | </li> |
| | | <li style="display: flex;align-items: center"> |
| | | <label>隐患登记人:</label> |
| | | <div class="input-group" style="width: 200px"> |
| | | <input id="registerUserName" name="registerUserName" placeholder="请选择登记人" class="form-control" type="text" onclick="selectAcceptUser()" maxlength="30" readonly="true" required> |
| | | <input id="registerUserId" name="registerUserId" type="hidden"> |
| | | <div class="input-group" style="width: 200px;position: relative"> |
| | | <input id="registerUserId" name="registerUserId" style="position: absolute;z-index: -1;top: 0;left: 0"> |
| | | <input id="registerUserName" placeholder="请选择登记人" class="form-control" type="text" onclick="selectAcceptUser()" maxlength="30" readonly="true" required> |
| | | <span class="input-group-addon"><i class="fa fa-search"></i></span> |
| | | </div> |
| | | </li> |