瀏覽代碼

1、新增预算编报更新、删除、归档和作废等功能

fuwb 4 月之前
父節點
當前提交
6874c0b947

+ 2 - 2
zjugis-module-business/zjugis-module-business-biz/src/main/resources/templates/BudgetReport/index.ftl

@@ -62,7 +62,7 @@ styles=[ '/flow/css/formCommon.css','/OwCommon/OwCommon.css' ]>
                             <td clospan="3">
                                 <div class="form-group">
                                     <div class="form-item">
-                                        <div class="z-comp-select" name="createReqVO$budgetName">
+                                        <div class="z-comp-input" name="createReqVO$budgetName">
                                              <input type="text" value="${formEntity.budgetName!}">
                                         </div>
                                     </div>
@@ -105,7 +105,7 @@ styles=[ '/flow/css/formCommon.css','/OwCommon/OwCommon.css' ]>
                             <td>
                                 <div class="z-form-row">
                                     <div class="z-form-control z-col-85 z-form-table">
-                                        <div class="z-comp-textarea" name="TableName$applicationBasis">
+                                        <div class="z-comp-textarea" name="createReqVO$applicationBasis">
                                             <textarea></textarea>
                                         </div>
                                     </div>