|
|
@ -151,4 +151,9 @@ export const getLoginUserRoleList = async () => { |
|
|
|
export const getTaxAmount = async ({id,taxRate}) => { |
|
|
|
return await request.get({ url: `/wms/supplierinvoice-request-main/computeById?id=${id}&taxRate=${taxRate}`}) |
|
|
|
|
|
|
|
} |
|
|
|
// 采购离散订单查看-点击未读按钮
|
|
|
|
export const getDiscreteIsRead = async ({id}) => { |
|
|
|
return await request.get({ url: `/wms/supplierinvoice-record-main/discreteIsRead?id=${id}`}) |
|
|
|
|
|
|
|
} |