diff --git a/api/certificateReturnManage/index.js b/api/certificateReturnManage/index.js index 953ce44..2c54af1 100644 --- a/api/certificateReturnManage/index.js +++ b/api/certificateReturnManage/index.js @@ -10,6 +10,16 @@ export function certificateTaskListApi(data) { params:data }) } +/** + * @data 证件任务记录-撤回 + */ +export function returnCertificateTaskApi(data) { + return request({ + url: '/certificate/certificate_returnmanage/certificateTask/return', + method: 'post', + data + }) +} /** * @data 证件存证-分页 @@ -22,6 +32,17 @@ export function certificateSaveListApi(data) { }) } +/** + * @data 证件存证-存证 + */ +export function addCertificateSaveApi(data) { + return request({ + url: '/certificate/certificate_returnmanage/certificateSave/add', + method: 'post', + data + }) +} + /** * @data 证件取证-分页 */ @@ -33,6 +54,18 @@ export function certificateAtakeListApi(data) { }) } +/** + * @data 证件取证-取证 + */ +export function addCertificateTakeApi(data) { + return request({ + url: '/certificate/certificate_returnmanage/certificateTake/add', + method: 'post', + data + }) +} + + /** * @data 新增证件信息 */ diff --git a/api/index/index.js b/api/index/index.js index e8511ea..427a5f6 100644 --- a/api/index/index.js +++ b/api/index/index.js @@ -21,7 +21,16 @@ export function certificateAtakeRecordApi(data) { }) } - +/** + * @data 获取路由 + */ +export function getRoutersApi(data) { + return request({ + url: '/system/menu/getRouters/2', + method: 'get', + params:data + }) +} diff --git a/pages.json b/pages.json index e2354eb..84e5efd 100644 --- a/pages.json +++ b/pages.json @@ -87,6 +87,32 @@ // "navigationBarBackgroundColor": "#F9FBFF" } }, + { + "path": "pages/verification/certificateVerification/index", + "style": { + "navigationStyle": "custom" + // "navigationBarTitleText": "工作台" + // "navigationBarBackgroundColor": "#F9FBFF" + } + }, + { + "path": "pages/verification/exitVerification/index", + "style": { + "navigationStyle": "custom" + // "navigationBarTitleText": "工作台" + // "navigationBarBackgroundColor": "#F9FBFF" + } + }, + { + "path": "pages/verification/fakeVerification/index", + "style": { + "navigationStyle": "custom" + // "navigationBarTitleText": "工作台" + // "navigationBarBackgroundColor": "#F9FBFF" + } + }, + + { "path": "pages/mine/index", "style": { diff --git a/pages/certificateReturnManage/certificateSave/index.vue b/pages/certificateReturnManage/certificateSave/index.vue index 4c3ff2e..19b395d 100644 --- a/pages/certificateReturnManage/certificateSave/index.vue +++ b/pages/certificateReturnManage/certificateSave/index.vue @@ -16,7 +16,7 @@ - + @@ -117,7 +117,7 @@ diff --git a/pages/certificateReturnManage/certificateTask/index.vue b/pages/certificateReturnManage/certificateTask/index.vue index a721fa2..f0815fc 100644 --- a/pages/certificateReturnManage/certificateTask/index.vue +++ b/pages/certificateReturnManage/certificateTask/index.vue @@ -1,7 +1,7 @@ + + \ No newline at end of file diff --git a/pages/verification/exitVerification/index.vue b/pages/verification/exitVerification/index.vue new file mode 100644 index 0000000..df2899f --- /dev/null +++ b/pages/verification/exitVerification/index.vue @@ -0,0 +1,318 @@ + + + + + \ No newline at end of file diff --git a/pages/verification/fakeVerification/index.vue b/pages/verification/fakeVerification/index.vue new file mode 100644 index 0000000..68e6a48 --- /dev/null +++ b/pages/verification/fakeVerification/index.vue @@ -0,0 +1,318 @@ + + + + + \ No newline at end of file diff --git a/pages/work/index.vue b/pages/work/index.vue index 9da9a95..d92d2ce 100644 --- a/pages/work/index.vue +++ b/pages/work/index.vue @@ -2,7 +2,20 @@ - + + + {{item.meta.title}} + + + + + + + {{sitem.meta.title}} + + + +