feat: 出库冲销查询、冲销功能

This commit is contained in:
2025-06-11 15:12:51 +08:00
parent 5b0cb4220d
commit 1d090f3575
23 changed files with 584 additions and 80 deletions

View File

@@ -63,7 +63,7 @@ export function getOutBillTask(params) {
}
export function getInvTypes() {
return request({
url: '/api/checkoutbill/getInvTypes',
url: '/api/check/getInvTypes',
method: 'get'
})
}