diff --git a/src/api/certificateManage/index.js b/src/api/certificateManage/index.js index cc5d556..e1ddc92 100644 --- a/src/api/certificateManage/index.js +++ b/src/api/certificateManage/index.js @@ -303,7 +303,7 @@ export function editCertificateApplyApi(data) { data: data }) } -// 证件领用申请删除 +// 证件领用申请-删除 export function delCertificateApplyApi(data) { return request({ url: '/certificate/certificate_check/certificateApply/del', @@ -314,7 +314,17 @@ export function delCertificateApplyApi(data) { data: data }) } - +// 证件领用申请-撤销 +export function revokeCertificateApplyApi(data) { + return request({ + url: '/certificate/certificate_check/certificateApply/Revoke', + method: 'post', + headers: { + //"merchant-id":"378915229716713472", + }, + data: data + }) +} // 证件领用审核列表-分页查询 export function getCertificateExamListPageApi(data) { @@ -327,6 +337,19 @@ export function getCertificateExamListPageApi(data) { params:data }) } +//存取证审核列表-分页查询 type 1 待处理 2已处理 +export function getCertificateExamListByTypePageApi(data) { + return request({ + url: '/certificate/certificate_check/certificateCheck/listByType', + method: 'get', + headers: { + //"merchant-id":"378915229716713472", + }, + params:data + }) +} + + // 证件领用审核-审核 export function checkCertificateApplyApi(data) { return request({ @@ -339,6 +362,18 @@ export function checkCertificateApplyApi(data) { }) } +// 证件领用审核-流程详情 +export function applyCheckProcessApi(data) { + return request({ + url: '/certificate/certificate_check/certificateCheck/checkProcess', + method: 'post', + headers: { + //"merchant-id":"378915229716713472", + }, + data: data + }) +} + // 核验任务列表-分页查询 export function getCertificateVerifyListPageApi(data) { return request({ @@ -385,3 +420,16 @@ export function getCertificateVerifyDetailApi(data) { params:data }) } + + +// 问题反馈-列表 +export function getFeedbackListPageApi(data) { + return request({ + url: '/certificate/certificate_feedback/list', + method: 'get', + headers: { + //"merchant-id":"378915229716713472", + }, + params:data + }) +} \ No newline at end of file diff --git a/src/views/certificate/certificateReturnManage/certificateExam/index.vue b/src/views/certificate/certificateReturnManage/certificateExam/index.vue index efbc976..854ca63 100644 --- a/src/views/certificate/certificateReturnManage/certificateExam/index.vue +++ b/src/views/certificate/certificateReturnManage/certificateExam/index.vue @@ -9,6 +9,12 @@ style="width: 300px" @keyup.enter.native="handleQuery" /> + + + + 待我处理 + 我已处理 + - + {{(queryParams.pageNum - 1) * queryParams.pageSize + scope.$index + 1}} - + 存证 @@ -94,7 +91,7 @@ 审核 @@ -113,136 +110,118 @@ :limit.sync="queryParams.pageSize" @pagination="getList" /> + + + + + + 申请类型 + 存证 + 取证 + + + 申请人 + {{applyRow.userName}} + + + 证件编号 + {{applyRow.certificateNo}} + + + 证件用途 + 公事 + 私事 + + + 事由 + + {{applyRow.applyDetail}} + + + + + 计划出国地点 + {{applyRow.exitAddr}} + + + 计划出国日期 + {{applyRow.exitTime}} + + + 计划回国日期 + {{applyRow.entryTime}} + + + 允许他人代办 + 是 + 否 + + + 代办人 + {{applyRow.thridName}} + + + 代办人身份证号 + {{applyRow.thridIdNumber}} + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 将文件拖到此处,或点击上传 - - - - - 注意事项 - 1.因公出国需提供单位出具的出差证明 - 2.因私出国需提供相关证明材料(如邀请函等) - 3.证件领取后请妥善保管,如有遗失需立即报告 - 4.使用完毕后请及时归还证件 - - - + + 备注 + {{applyRow.remark}} + + + + 附件 + + + + 无附件 + + + + 流程 + + + + + 同意 + 拒绝 + {{item.createTime}} + {{item.createTime}} + + + + + + + + + + + + + {{ item.name }} + + + - - - - {{ item.name }} - - - - + + + - diff --git a/src/views/certificate/remoteVerification/remoteVerificationTask/index.vue b/src/views/certificate/remoteVerification/remoteVerificationTask/index.vue index e08ed2f..8eca791 100644 --- a/src/views/certificate/remoteVerification/remoteVerificationTask/index.vue +++ b/src/views/certificate/remoteVerification/remoteVerificationTask/index.vue @@ -154,7 +154,7 @@ v-model="baseForm.verifyUsers" :options="deptOptions" :normalizer="normalizer" :multiple="true" :flat="false" value-consists-of="LEAF_PRIORITY" - placeholder="选择上级部门" + placeholder="选择核验人员" /> @@ -193,7 +193,7 @@ style="width: 200px" /> - + + + + + +