opt:导出功能优化

This commit is contained in:
2025-11-21 12:58:04 +08:00
parent 668736639b
commit 85d349eda2
17 changed files with 340 additions and 16 deletions

View File

@@ -116,4 +116,13 @@ export function outReturn(data) {
})
}
export function exportFile(query) {
return request({
url: '/api/checkoutbill/exportFile',
method: 'post',
data: query,
responseType: 'blob'
})
}
export default { add, edit, del, allDiv, allCancel, getOutBillDtl, getOutBillDis, autoCancel, getStructIvt, manualDiv, confirm, allDivOne, getOutBillTask, oneCancel, allSetPoint, outReturn }