This commit is contained in:
java110 2020-04-30 23:26:39 +08:00
commit 34ac3ae674
26 changed files with 2005 additions and 81 deletions

View File

@ -95,14 +95,14 @@
</tfoot>
</table>
<!-- 分页 -->
<vc:create name="pagination"></vc:create>
<vc:create path="common/pagination/pagination"></vc:create>
</div>
</div>
</div>
</div>
<div v-if="orderManageInfo.orderDetail == true">
<vc:create name="orderDetailManage"></vc:create>
<vc:create path="admin/orderDetail/orderDetail"></vc:create>
</div>

View File

@ -59,13 +59,13 @@
</tfoot>
</table>
<!-- 分页 -->
<vc:create name="pagination"></vc:create>
<vc:create path="common/pagination/pagination"></vc:create>
</div>
</div>
</div>
</div>
<vc:create name="deleteCommunity"></vc:create>
<vc:create name="audit"
<vc:create path="common/deleteCommunity/deleteCommunity"></vc:create>
<vc:create name="common/audit/audit"
callBackListener="auditCommunityManage"
callBackFunction="notifyAuditInfo"
></vc:create>

View File

@ -124,16 +124,16 @@
</tfoot>
</table>
<!-- 分页 -->
<vc:create name="pagination"></vc:create>
<vc:create path="common/pagination/pagination"></vc:create>
</div>
</div>
</div>
</div>
<vc:create name="audit"
<vc:create path="common/audit/audit"
callBackListener="auditEnterCommunityManage"
callBackFunction="notifyAuditInfo"
></vc:create>
<!--撤回审核-->
<vc:create name="recallAuditEnterFinishCommunity"></vc:create>
<vc:create path="common/recallAuditEnterFinishCommunity/recallAuditEnterFinishCommunity"></vc:create>
</div>

View File

@ -96,13 +96,13 @@
</tfoot>
</table>
<!-- 分页 -->
<vc:create name="pagination"></vc:create>
<vc:create path="common/pagination/pagination"></vc:create>
</div>
</div>
</div>
</div>
<vc:create name="deleteAuditUser"></vc:create>
<vc:create path="common/deleteAuditUser/deleteAuditUser"></vc:create>
</div>

View File

@ -23,7 +23,7 @@
</div>
</div>
<div class="col-sm-6">
<vc:create name="areaSelect"
<vc:create path="common/areaSelect/areaSelect"
callBackListener="communityManage"
callBackFunction="notifyArea"
namespace="communityManage"
@ -107,15 +107,15 @@
</tfoot>
</table>
<!-- 分页 -->
<vc:create name="pagination"></vc:create>
<vc:create path="common/pagination/pagination"></vc:create>
</div>
</div>
</div>
</div>
<vc:create name="addCommunity"></vc:create>
<vc:create name="editCommunity"></vc:create>
<vc:create name="deleteCommunity"></vc:create>
<vc:create name="recallAuditFinishCommunity"></vc:create>
<vc:create path="common/addCommunity/addCommunity"></vc:create>
<vc:create path="common/editCommunity/editCommunity"></vc:create>
<vc:create path="common/deleteCommunity/deleteCommunity"></vc:create>
<vc:create path="common/recallAuditFinishCommunity/recallAuditFinishCommunity"></vc:create>
</div>

View File

@ -45,11 +45,11 @@
</div>
<div class="content clearfix">
<h1 tabindex="-1" class="title current">基本信息</h1>
<vc:create name="company-base"></vc:create>
<vc:create path="common/company-base/company-base"></vc:create>
<h1 tabindex="-1" class="title">扩展信息</h1>
<vc:create name="company-extend"></vc:create>
<vc:create path="common/company-extend/company-extend"></vc:create>
<h1 id="component-h-1" tabindex="-1" class="title">证件信息</h1>
<vc:create name="company-cerdentials"></vc:create>
<vc:create path="common/company-cerdentials/company-cerdentials"></vc:create>
<h1 id="component-h-2" tabindex="-1" class="title">须知</h1>
<fieldset id="component-p-2" role="tabpanel" aria-labelledby="component-h-2" class="body" aria-hidden="true" v-bind:class="{no_display:step!=4}">
<h4>这里是须知</h4>

View File

@ -101,7 +101,7 @@
</tfoot>
</table>
<!-- 分页 -->
<vc:create name="pagination"></vc:create>
<vc:create path="common/pagination/pagination"></vc:create>
</div>
</div>
</div>
@ -112,7 +112,7 @@
<!-- callBackListener=""-->
<!-- callBackFunction=""-->
<!-- ></vc:create>-->
<vc:create name="editItemNumberStore"></vc:create>
<vc:create path="common/editItemNumberStore/editItemNumberStore"></vc:create>
<!-- <vc:create name="deleteResourceStore"></vc:create>-->
</div>

View File

@ -107,14 +107,14 @@
</tfoot>
</table>
<!-- 分页 -->
<vc:create name="pagination"></vc:create>
<vc:create path="common/pagination/pagination"></vc:create>
</div>
</div>
</div>
</div>
<vc:create name="editPurchaseApply"></vc:create>
<vc:create name="deletePurchaseApply"></vc:create>
<vc:create path="common/editPurchaseApply/editPurchaseApply"></vc:create>
<vc:create path="common/deletePurchaseApply/deletePurchaseApply"></vc:create>
</div>

View File

@ -107,18 +107,18 @@
</tfoot>
</table>
<!-- 分页 -->
<vc:create name="pagination"></vc:create>
<vc:create path="common/pagination/pagination"></vc:create>
</div>
</div>
</div>
</div>
<div v-bind:class="{no_display:noticeManageInfo.componentShow != 'addNoticeView'}">
<vc:create name="addNoticeView"></vc:create>
<vc:create path="common/addNoticeView/addNoticeView"></vc:create>
</div>
<div v-bind:class="{no_display:noticeManageInfo.componentShow != 'editNoticeView'}">
<vc:create name="editNoticeView"></vc:create>
<vc:create path="common/editNoticeView/editNoticeView"></vc:create>
</div>
<vc:create name="deleteNotice"></vc:create>
<vc:create path="common/deleteNotice/deleteNotice"></vc:create>
</div>

View File

@ -53,15 +53,15 @@
</tfoot>
</table>
<!-- 分页 -->
<vc:create name="pagination"></vc:create>
<vc:create path="common/pagination/pagination"></vc:create>
</div>
</div>
</div>
<vc:create name="addOrgCommunity"
<vc:create path="common/addOrgCommunity/addOrgCommunity"
emitListener="orgCommunityManageInfo"
emitFunction="listOrgCommunity"
></vc:create>
<vc:create name="deleteOrgCommunity"></vc:create>
<vc:create name="common/deleteOrgCommunity/deleteOrgCommunity"></vc:create>
</div>

View File

@ -107,14 +107,14 @@
</tfoot>
</table>
<!-- 分页 -->
<vc:create name="pagination"></vc:create>
<vc:create path="common/pagination/pagination"></vc:create>
</div>
</div>
</div>
</div>
<vc:create name="editPurchaseApply"></vc:create>
<vc:create name="deletePurchaseApply"></vc:create>
<vc:create path="common/editPurchaseApply/editPurchaseApply"></vc:create>
<vc:create path="common/deletePurchaseApply/deletePurchaseApply"></vc:create>
</div>

View File

@ -87,5 +87,5 @@
</div>
</div>
</div>
<vc:create name="addResourceQuantity"></vc:create>
<vc:create path="common/addResourceQuantity/addResourceQuantity"></vc:create>
</div>

View File

@ -100,12 +100,12 @@
</tfoot>
</table>
<!-- 分页 -->
<vc:create name="pagination"></vc:create>
<vc:create path="common/pagination/pagination"></vc:create>
</div>
</div>
</div>
</div>
<vc:create name="addResourceQuantity"></vc:create>
<vc:create path="common/addResourceQuantity/addResourceQuantity"></vc:create>
</div>

View File

@ -101,18 +101,18 @@
</tfoot>
</table>
<!-- 分页 -->
<vc:create name="pagination"></vc:create>
<vc:create path="common/pagination/pagination"></vc:create>
</div>
</div>
</div>
</div>
<vc:create name="addResourceStore"
<vc:create path="common/addResourceStore/addResourceStore"
callBackListener=""
callBackFunction=""
></vc:create>
<vc:create name="editResourceStore"></vc:create>
<vc:create name="deleteResourceStore"></vc:create>
<vc:create path="common/editResourceStore/editResourceStore"></vc:create>
<vc:create path="common/deleteResourceStore/deleteResourceStore"></vc:create>
</div>

View File

@ -95,6 +95,6 @@
</div>
</div>
</div>
<vc:create name="editStoreInfo"></vc:create>
<vc:create name="editStoreAttr"></vc:create>
<vc:create path="common/editStoreInfo/editStoreInfo"></vc:create>
<vc:create path="common/editStoreAttr/editStoreAttr"></vc:create>
</div>

View File

@ -57,14 +57,14 @@
</tfoot>
</table>
<!-- 分页 -->
<vc:create name="pagination"></vc:create>
<vc:create path="common/pagination/pagination"></vc:create>
</div>
</div>
</div>
</div>
<vc:create name="addApp" callBackListener="" callBackFunction="" domain="devComponents"></vc:create>
<vc:create name="editApp" domain="devComponents"></vc:create>
<vc:create name="deleteApp" domain="devComponents"></vc:create>
<vc:create path="dev/addApp/addApp" callBackListener="" callBackFunction="" ></vc:create>
<vc:create path="dev/editApp/editApp" ></vc:create>
<vc:create path="dev/deleteApp/deleteApp" ></vc:create>
</div>

View File

@ -96,18 +96,18 @@
</tfoot>
</table>
<!-- 分页 -->
<vc:create name="pagination"></vc:create>
<vc:create path="common/pagination/pagination"></vc:create>
</div>
</div>
</div>
</div>
<vc:create name="addBasePrivilege"
<vc:create path="dev/addBasePrivilege/addBasePrivilege"
callBackListener=""
callBackFunction=""
></vc:create>
<vc:create name="editBasePrivilege"></vc:create>
<vc:create name="deleteBasePrivilege"></vc:create>
<vc:create path="dev/editBasePrivilege/editBasePrivilege"></vc:create>
<vc:create path="dev/deleteBasePrivilege/deleteBasePrivilege"></vc:create>
</div>

View File

@ -82,7 +82,7 @@
</tfoot>
</table>
<!-- 分页 -->
<vc:create name="pagination"></vc:create>
<vc:create path="common/pagination/pagination"></vc:create>
</div>
</div>
</div>

View File

@ -98,14 +98,14 @@
</tfoot>
</table>
<!-- 分页 -->
<vc:create name="pagination"></vc:create>
<vc:create path="common/pagination/pagination"></vc:create>
</div>
</div>
</div>
</div>
<vc:create name="addMapping"></vc:create>
<vc:create name="editMapping"></vc:create>
<vc:create name="deleteMapping"></vc:create>
<vc:create path="dev/addMapping/addMapping"></vc:create>
<vc:create path="dev/editMapping/editMapping"></vc:create>
<vc:create path="dev/deleteMapping/deleteMapping"></vc:create>
</div>

View File

@ -100,18 +100,18 @@
</tfoot>
</table>
<!-- 分页 -->
<vc:create name="pagination"></vc:create>
<vc:create path="common/pagination/pagination"></vc:create>
</div>
</div>
</div>
</div>
<vc:create name="addMenuGroup"
<vc:create path="dev/addMenuGroup/addMenuGroup"
callBackListener=""
callBackFunction=""
></vc:create>
<vc:create name="editMenuGroup"></vc:create>
<vc:create name="deleteMenuGroup"></vc:create>
<vc:create path="dev/editMenuGroup/editMenuGroup"></vc:create>
<vc:create path="dev/deleteMenuGroup/deleteMenuGroup"></vc:create>
</div>

View File

@ -142,13 +142,13 @@
</tfoot>
</table>
<!-- 分页 -->
<vc:create name="pagination"></vc:create>
<vc:create path="common/pagination/pagination"></vc:create>
</div>
</div>
</div>
</div>
<vc:create name="chooseMenuGroup"
<vc:create path="dev/chooseMenuGroup/chooseMenuGroup"
emitChooseMenuGroup="menuManage"
emitLoadData="menuManage"
></vc:create>
@ -158,7 +158,7 @@
callBackListener=""
callBackFunction=""
></vc:create>-->
<vc:create name="editMenu"></vc:create>
<vc:create name="deleteMenu"></vc:create>
<vc:create path="dev/editMenu/editMenu"></vc:create>
<vc:create path="dev/deleteMenu/deleteMenu"></vc:create>
</div>

View File

@ -112,19 +112,18 @@
</tfoot>
</table>
<!-- 分页 -->
<vc:create name="pagination"></vc:create>
<vc:create path="common/pagination/pagination"></vc:create>
</div>
</div>
</div>
</div>
<vc:create name="addServiceImpl"
<vc:create path="dev/addServiceImpl/addServiceImpl"
callBackListener=""
callBackFunction=""
domain="devComponents"
></vc:create>
<vc:create name="editServiceImpl" domain="devComponents"></vc:create>
<vc:create name="deleteServiceImpl" domain="devComponents"></vc:create>
<vc:create path="dev/editServiceImpl/editServiceImpl" ></vc:create>
<vc:create path="dev/deleteServiceImpl/deleteServiceImpl"></vc:create>
</div>

View File

@ -107,7 +107,7 @@
</tfoot>
</table>
<!-- 分页 -->
<vc:create name="pagination"></vc:create>
<vc:create path="common/pagination/pagination"></vc:create>
</div>
</div>
</div>
@ -119,8 +119,8 @@
></vc:create>-->
<vc:create name="addService" callBackListener="" callBackFunction="" domain="devComponents"></vc:create>
<vc:create name="editService" domain="devComponents"></vc:create>
<vc:create name="deleteService" domain="devComponents"></vc:create>
<vc:create path="dev/addService/addService" callBackListener="" callBackFunction="" ></vc:create>
<vc:create path="dev/editService/editService" ></vc:create>
<vc:create path="dev/deleteService/deleteService" ></vc:create>
</div>

View File

@ -112,7 +112,7 @@
</tfoot>
</table>
<!-- 分页 -->
<vc:create name="pagination"></vc:create>
<vc:create path="common/pagination/pagination"></vc:create>
</div>
</div>
</div>
@ -123,7 +123,7 @@
callBackListener=""
callBackFunction=""
></vc:create>-->
<vc:create name="editServiceProvide"></vc:create>
<vc:create name="deleteServiceProvide"></vc:create>
<vc:create path="dev/editServiceProvide/editServiceProvide"></vc:create>
<vc:create path="dev/deleteServiceProvide/deleteServiceProvide"></vc:create>
</div>

View File

@ -121,19 +121,18 @@
</tfoot>
</table>
<!-- 分页 -->
<vc:create name="pagination"></vc:create>
<vc:create path="common/pagination/pagination"></vc:create>
</div>
</div>
</div>
</div>
<vc:create name="chooseApp"
<vc:create path="dev/chooseApp/chooseApp"
emitChooseApp="serviceRegisterManage"
emitLoadData="serviceRegisterManage"
domain="devComponents"
></vc:create>
<vc:create name="editServiceRegister" domain="devComponents"></vc:create>
<vc:create name="deleteServiceRegister" domain="devComponents"></vc:create>
<vc:create path="dev/editServiceRegister/editServiceRegister" ></vc:create>
<vc:create path="dev/deleteServiceRegister/deleteServiceRegister" ></vc:create>
</div>

1926
public/vcCore/vcFramework.js Normal file

File diff suppressed because it is too large Load Diff