添加出入库的欠款金额

This commit is contained in:
duan
2024-10-31 10:12:39 +08:00
parent c103e026e5
commit 461150f9ba
5 changed files with 25 additions and 7 deletions

View File

@@ -71,7 +71,7 @@ export function tbProductStockDetailSum(params) {
*/
export function tbShopPurveyorGet(params) {
return request({
url: `/api/tbShopPurveyor`,
url: `/api/tbShopPurveyorTransact`,
method: "get",
params
});