story#5256 供应商整改界面完善20250327

This commit is contained in:
2025-04-09 16:26:27 +08:00
parent 5de1efc5fb
commit 4a70d881b8
3 changed files with 187 additions and 1 deletions

View File

@ -94,4 +94,21 @@ export function batteryDetailList (data){
contentType:'application/json',
data
})
}
}
// 查询未读告知函
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
})
}