|
@@ -26,25 +26,25 @@
|
|
<div class="ibox">
|
|
<div class="ibox">
|
|
<div class="ibox-content">
|
|
<div class="ibox-content">
|
|
<form method="get" class="form-horizontal" id="form-record-edit">
|
|
<form method="get" class="form-horizontal" id="form-record-edit">
|
|
- <input type="hidden" name="id" th:value="${intRecord.id}">
|
|
|
|
|
|
+ <input type="hidden" name="id" th:value="${DataRecord.id}">
|
|
<div class="form-group">
|
|
<div class="form-group">
|
|
<label class="col-sm-2 control-label is-required">申请部门名称</label>
|
|
<label class="col-sm-2 control-label is-required">申请部门名称</label>
|
|
<div class="col-sm-4">
|
|
<div class="col-sm-4">
|
|
- <input type="text" readonly class="form-control" th:value="${intRecord.applyDeptName}">
|
|
|
|
|
|
+ <input type="text" readonly class="form-control" th:value="${DataRecord.applyDeptName}">
|
|
</div>
|
|
</div>
|
|
<label class="col-sm-2 control-label is-required">申请人</label>
|
|
<label class="col-sm-2 control-label is-required">申请人</label>
|
|
<div class="col-sm-4">
|
|
<div class="col-sm-4">
|
|
- <input type="text" readonly class="form-control" th:value="${intRecord.applyUserName}">
|
|
|
|
|
|
+ <input type="text" readonly class="form-control" th:value="${DataRecord.applyUserName}">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="form-group">
|
|
<div class="form-group">
|
|
<label class="col-sm-2 control-label is-required">联系方式</label>
|
|
<label class="col-sm-2 control-label is-required">联系方式</label>
|
|
<div class="col-sm-4">
|
|
<div class="col-sm-4">
|
|
- <input type="text" readonly name="tel" class="form-control" maxlength="11" th:value="${intRecord.tel}" required>
|
|
|
|
|
|
+ <input type="text" readonly name="tel" class="form-control" maxlength="11" th:value="${DataRecord.tel}" required>
|
|
</div>
|
|
</div>
|
|
<label class="col-sm-2 control-label is-required">调用者IP</label>
|
|
<label class="col-sm-2 control-label is-required">调用者IP</label>
|
|
<div class="col-sm-4">
|
|
<div class="col-sm-4">
|
|
- <input type="input" readonly name="ip" class="form-control" maxlength="15" th:value="${intRecord.ip}" required>
|
|
|
|
|
|
+ <input type="input" readonly name="ip" class="form-control" maxlength="15" th:value="${DataRecord.ip}" required>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="form-group">
|
|
<div class="form-group">
|
|
@@ -52,13 +52,13 @@
|
|
<div class="col-sm-4">
|
|
<div class="col-sm-4">
|
|
<label><input name="shareType" type="radio" value="share_type_1" th:field="${DataRecord.shareType}" disabled style="cursor: auto;"/>市共享</label>
|
|
<label><input name="shareType" type="radio" value="share_type_1" th:field="${DataRecord.shareType}" disabled style="cursor: auto;"/>市共享</label>
|
|
<label><input name="shareType" type="radio" value="share_type_4" th:field="${DataRecord.shareType}" disabled style="cursor: auto;"/>省共享</label>
|
|
<label><input name="shareType" type="radio" value="share_type_4" th:field="${DataRecord.shareType}" disabled style="cursor: auto;"/>省共享</label>
|
|
- <!--<input type="input" readonly name="shareType" class="form-control" maxlength="15" th:value="${intRecord.shareType}" required>-->
|
|
|
|
|
|
+ <!--<input type="input" readonly name="shareType" class="form-control" maxlength="15" th:value="${DataRecord.shareType}" required>-->
|
|
</div>
|
|
</div>
|
|
<label class="col-sm-2 control-label is-required">接口提供部门</label>
|
|
<label class="col-sm-2 control-label is-required">接口提供部门</label>
|
|
<div class="col-sm-4">
|
|
<div class="col-sm-4">
|
|
<div class="input-group">
|
|
<div class="input-group">
|
|
- <input name="provideDeptName" readonly th:value="${intRecord.provideDeptName}" id="treeName" type="text" placeholder="请选择提供部门" class="form-control" required>
|
|
|
|
- <input name="provideDeptId" th:value="${intRecord.provideDeptId}" type="hidden" id="treeId"/>
|
|
|
|
|
|
+ <input name="provideDeptName" readonly th:value="${DataRecord.provideDeptName}" id="treeName" type="text" placeholder="请选择提供部门" class="form-control" required>
|
|
|
|
+ <input name="provideDeptId" th:value="${DataRecord.provideDeptId}" type="hidden" id="treeId"/>
|
|
<span class="input-group-addon"><i class="fa fa-search"></i></span>
|
|
<span class="input-group-addon"><i class="fa fa-search"></i></span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -66,13 +66,13 @@
|
|
<div class="form-group">
|
|
<div class="form-group">
|
|
<label class="col-sm-2 control-label is-required">每天调用频率</label>
|
|
<label class="col-sm-2 control-label is-required">每天调用频率</label>
|
|
<div class="col-sm-4">
|
|
<div class="col-sm-4">
|
|
- <input type="input" class="form-control" readonly name="frequency" maxlength="10" th:value="${intRecord.frequency}" required>
|
|
|
|
|
|
+ <input type="input" class="form-control" readonly name="frequency" maxlength="10" th:value="${DataRecord.frequency}" required>
|
|
</div>
|
|
</div>
|
|
<label class="col-sm-2 control-label is-required">使用时效</label>
|
|
<label class="col-sm-2 control-label is-required">使用时效</label>
|
|
<div class="col-sm-4">
|
|
<div class="col-sm-4">
|
|
<div class="input-group date">
|
|
<div class="input-group date">
|
|
<span class="input-group-addon"><i class="fa fa-calendar"></i></span>
|
|
<span class="input-group-addon"><i class="fa fa-calendar"></i></span>
|
|
- <input type="text" class="form-control" readonly id="duration" name="duration" placeholder="从 - 至" th:value="${intRecord.duration}" required>
|
|
|
|
|
|
+ <input type="text" class="form-control" readonly id="duration" name="duration" placeholder="从 - 至" th:value="${DataRecord.duration}" required>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|