master
wangning 7 years ago
parent c0e8900f76
commit 90c3ca6633

@ -152,7 +152,7 @@
<div class="weui_cell_ft">
<select id="orgSelect">
<option value="">请选择机构</option>
<option th:each="org:${orgs}" th:value="${org['id']}" th:utext="${org['name']}"></option>
<option th:each="org:${orgs}" th:value="${org.org_id}" th:utext="${org.name}"></option>
</select>
</div>
</div>
@ -244,6 +244,7 @@
</div>
</div>
</div>
##Button(初审)
<div th:if="${applyClient.apply_approve_result==0}">
<br/>
<div class="weui_btn_area">
@ -252,5 +253,7 @@
</div>
<br/>
</div>
##Button(分配BD后审批)
##待加
</body>
</html>
Loading…
Cancel
Save