Sfoglia il codice sorgente

报告签章调整

sangwenwei 11 mesi fa
parent
commit
cb7e1cad98

+ 2 - 2
src/main/webapp/webpage/modules/signature/projectRerpotSignatureWork/ProjectRerpotSignatureWorkList.jsp

@@ -428,7 +428,7 @@
                             <div class="layui-input-block">
                                 <form:select path="reportStatus" class=" form-control  simple-select">
                                     <form:option value="" label=""/>
-                                    <form:options items="${fns:getRuralDictList('rural_project_audit_state')}" itemLabel="label" itemValue="value" htmlEscape="false"/>
+                                    <form:options items="${fns:getDictList('signature_status')}" itemLabel="label" itemValue="value" htmlEscape="false"/>
                                 </form:select>
                             </div>
                         </div>
@@ -437,7 +437,7 @@
                             <div class="layui-input-block">
                                 <form:select path="approvalStatus" class=" form-control  simple-select">
                                     <form:option value="" label=""/>
-                                    <form:options items="${fns:getRuralDictList('rural_project_audit_state')}" itemLabel="label" itemValue="value" htmlEscape="false"/>
+                                    <form:options items="${fns:getDictList('signature_status')}" itemLabel="label" itemValue="value" htmlEscape="false"/>
                                 </form:select>
                             </div>
                         </div>