|
|
@@ -301,9 +301,9 @@
|
|
|
<div class="input-group">
|
|
|
<input type="text" class="form-control form-control-sm" name="zb_tp" value="<%- info.zb_tp %>" org="<%- info.zb_tp %>" maxlength="50" onblur="changeInfo(this, true)" <% if (readOnly) { %>readOnly<% } %>>
|
|
|
<div class="input-group-append">
|
|
|
- <select class="input-group-text p-0" name="pf_tp_unit" style="font-size:0.75rem" value="<%- info.pf_tp_unit %>" org="<%- info.pf_tp_unit%>" onchange="changeInfo(this)" <% if (readOnly) { %>readOnly<% } %>>
|
|
|
- <option value="元" <%if (info.pf_tp_unit === '元') { %>selected<% } %>>元</option>
|
|
|
- <option value="万元" <%if (info.pf_tp_unit === '万元') { %>selected<% } %>>万元</option>
|
|
|
+ <select class="input-group-text p-0" name="pf_tp_unit" style="font-size:0.75rem" value="<%- info.zb_tp_unit %>" org="<%- info.zb_tp_unit%>" onchange="changeInfo(this)" <% if (readOnly) { %>readOnly<% } %>>
|
|
|
+ <option value="元" <%if (info.zb_tp_unit === '元') { %>selected<% } %>>元</option>
|
|
|
+ <option value="万元" <%if (info.zb_tp_unit === '万元') { %>selected<% } %>>万元</option>
|
|
|
</select>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -369,9 +369,9 @@
|
|
|
<div class="input-group">
|
|
|
<input type="text" class="form-control form-control-sm" name="jg_tp" value="<%- info.jg_tp %>" org="<%- info.jg_tp %>" maxlength="50" onblur="changeInfo(this, true)" <% if (readOnly) { %>readOnly<% } %>>
|
|
|
<div class="input-group-append">
|
|
|
- <select class="input-group-text p-0" name="pf_tp_unit" style="font-size:0.75rem" value="<%- info.pf_tp_unit %>" org="<%- info.pf_tp_unit%>" onchange="changeInfo(this)" <% if (readOnly) { %>readOnly<% } %>>
|
|
|
- <option value="元" <%if (info.pf_tp_unit === '元') { %>selected<% } %>>元</option>
|
|
|
- <option value="万元" <%if (info.pf_tp_unit === '万元') { %>selected<% } %>>万元</option>
|
|
|
+ <select class="input-group-text p-0" name="pf_tp_unit" style="font-size:0.75rem" value="<%- info.jg_tp_unit %>" org="<%- info.jg_tp_unit%>" onchange="changeInfo(this)" <% if (readOnly) { %>readOnly<% } %>>
|
|
|
+ <option value="元" <%if (info.jg_tp_unit === '元') { %>selected<% } %>>元</option>
|
|
|
+ <option value="万元" <%if (info.jg_tp_unit === '万元') { %>selected<% } %>>万元</option>
|
|
|
</select>
|
|
|
</div>
|
|
|
</div>
|