Forráskód Böngészése

项目选择增加name

yewc 1 éve
szülő
commit
9b07c8765f

+ 1 - 1
zjugis-business/src/main/resources/templates/AssetProcure/index.ftl

@@ -89,7 +89,7 @@
                   <div class="z-comp-input" name="createReqVO$projectName">
                     <input type="text" value="${projectName!}">
                      <#if (sqd!0)=="1">
-                    <div id="selectProject" style="width: 50px; float: right;">
+                    <div name="selectProject" id="selectProject" style="width: 50px; float: right;">
                       <div class="btn btn-sm btn-primary">选择</div>
                     </div>
                     </#if>

+ 1 - 1
zjugis-business/src/main/resources/templates/LoanFlow/index.ftl

@@ -88,7 +88,7 @@
                   <input type="hidden" name="createReqVO$projectId" value="${formEntity.projectId!}">
                   <div class="z-comp-input" name="createReqVO$projectName">
                     <input type="text" value="${projectName!}">
-                    <div id="selectProject" style="width: 50px; float: right;">
+                    <div name="selectProject" id="selectProject" style="width: 50px; float: right;">
                       <div class="btn btn-sm btn-primary">选择</div>
                     </div>
                   </div>

+ 1 - 1
zjugis-business/src/main/resources/templates/UseMoney/index.ftl

@@ -88,7 +88,7 @@
                   <input type="hidden" name="createReqVO$projectId" value="${formEntity.projectId!}">
                   <div class="z-comp-input" name="createReqVO$projectName">
                     <input type="text" value="${projectName!}">
-                    <div id="selectProject" style="width: 50px; float: right;">
+                    <div name="selectProject" id="selectProject" style="width: 50px; float: right;">
                       <div class="btn btn-sm btn-primary">选择</div>
                     </div>
                   </div>