|
|
@@ -54,7 +54,7 @@
|
|
|
<div class="form-group">
|
|
|
<label>申请编号<b class="text-danger">*</b></label>
|
|
|
<div class="input-group">
|
|
|
- <input type="text" class="form-control form-control-sm is-invalid" placeholder="请输入变更令号" value="变更申请编号" id="bj-code">
|
|
|
+ <input type="text" class="form-control form-control-sm is-invalid" placeholder="请输入变更令号" id="bj-code">
|
|
|
<div class="input-group-append" id="autoCodeShow" <% if (codeRule.length === 0) { %>style="display: none"<% } %>>
|
|
|
<button class="btn btn-sm btn-outline-secondary" type="button" title="自动编号" id="autoCode"><i class="fa fa-repeat"></i></button>
|
|
|
</div>
|