Merge branch 'wwz' of e.coding.net:g-cphe0354/yinshoukeguanliduan/management into gyq

This commit is contained in:
gyq
2024-07-01 18:10:31 +08:00
2 changed files with 99 additions and 20 deletions

View File

@@ -292,3 +292,11 @@ export function tbProductStocktakinGet(data) {
}
});
}
// 账单付款记录
export function tbShopPurveyorTransacttransactPayInfos(params) {
return request({
url: `/api/tbShopPurveyorTransact/transactPayInfos`,
method: "get",
params
});
}