diff --git a/src/api/order.js b/src/api/order.js index 8bb20c66..a5729e97 100644 --- a/src/api/order.js +++ b/src/api/order.js @@ -94,4 +94,21 @@ export function batteryDetailList (data){ contentType:'application/json', data }) -} \ No newline at end of file +} + +// 查询未读告知函 +export function selectUnReadNotifyBySupplier() { + return request({ + url: '/supplierManage/correction/notify/selectUnReadNotifyBySupplier', + method:'POST', + }) +} + +// 阅读告知函 +export function correctionHandle(data) { + return request({ + url: '/supplierManage/correction/record/correctionHandle', + method:'POST', + data + }) +} diff --git a/src/router/index.js b/src/router/index.js index 4b1fd4b4..56a0f1aa 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -186,6 +186,14 @@ const routes = [ title:'文档资料' } }, + { + path: '/notificationList', + name: 'notificationList', + component:()=>import('@/views/index/notificationList'), + meta: { + title:'告知函' + } + }, { path: '/caseList', name: 'caseList', diff --git a/src/views/index/notificationList.vue b/src/views/index/notificationList.vue new file mode 100644 index 00000000..ae12a397 --- /dev/null +++ b/src/views/index/notificationList.vue @@ -0,0 +1,161 @@ + + + + +