diff --git a/apis/modules/ryy.js b/apis/modules/ryy.js index 608bee4..645d6da 100644 --- a/apis/modules/ryy.js +++ b/apis/modules/ryy.js @@ -11,5 +11,9 @@ export default { // 获取历史记录和流程 getHistory(pages) { return request.get('/childAdopt/registration/caseHistory',pages) + }, + // 获取机构 + getListRoles(pages) { + return request.get('/system/user/listRoles',pages) } } \ No newline at end of file diff --git a/pages.json b/pages.json index 0b67a98..725c11f 100644 --- a/pages.json +++ b/pages.json @@ -361,6 +361,24 @@ "enablePullDownRefresh": false } + }, + { + "path" : "pages/receiptRegistration/organization", + "style" : + { + "navigationBarTitleText": "机构上报", + "enablePullDownRefresh": false + } + + }, + { + "path" : "pages/receiptRegistration/townShip", + "style" : + { + "navigationBarTitleText": "乡镇上报", + "enablePullDownRefresh": false + } + } ,{ diff --git a/pages/receiptRegistration/organization.vue b/pages/receiptRegistration/organization.vue new file mode 100644 index 0000000..487c7b1 --- /dev/null +++ b/pages/receiptRegistration/organization.vue @@ -0,0 +1,325 @@ + + + + + \ No newline at end of file diff --git a/pages/receiptRegistration/receiptRegistration.vue b/pages/receiptRegistration/receiptRegistration.vue index a1347ea..1d9f968 100644 --- a/pages/receiptRegistration/receiptRegistration.vue +++ b/pages/receiptRegistration/receiptRegistration.vue @@ -1,235 +1,105 @@ -