소스 검색

项目概况,编辑单位问题

MaiXinRong 1 개월 전
부모
커밋
2e84462229
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      app/view/sub_proj/info.ejs

+ 2 - 2
app/view/sub_proj/info.ejs

@@ -301,7 +301,7 @@
                                     <div class="input-group">
                                     <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<% } %>>
                                         <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">
                                         <div class="input-group-append">
-                                            <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<% } %>>
+                                            <select class="input-group-text p-0" name="zb_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>
                                                 <option value="万元" <%if (info.zb_tp_unit === '万元') { %>selected<% } %>>万元</option>
                                                 <option value="万元" <%if (info.zb_tp_unit === '万元') { %>selected<% } %>>万元</option>
                                             </select>
                                             </select>
@@ -369,7 +369,7 @@
                                     <div class="input-group">
                                     <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<% } %>>
                                         <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">
                                         <div class="input-group-append">
-                                            <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<% } %>>
+                                            <select class="input-group-text p-0" name="jg_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>
                                                 <option value="万元" <%if (info.jg_tp_unit === '万元') { %>selected<% } %>>万元</option>
                                                 <option value="万元" <%if (info.jg_tp_unit === '万元') { %>selected<% } %>>万元</option>
                                             </select>
                                             </select>