重构盘点管理导出功能,将导出模板接口重命名为导出盘点,统一接口命名规范
This commit is contained in:
@@ -91,10 +91,10 @@ export function cancelInventoryCount(id: string[], reason?: string) {
|
||||
});
|
||||
}
|
||||
|
||||
// 导出盘点模板
|
||||
export function exportInventoryCountTemplate(id: string) {
|
||||
// 导出盘点
|
||||
export function exportInventoryCount(id: string) {
|
||||
return newService({
|
||||
url: 'assets/inventory/count/exportInventoryCountTemplate',
|
||||
url: 'assets/inventory/count/exportInventoryCount',
|
||||
method: 'get',
|
||||
params: { id },
|
||||
responseType: 'blob',
|
||||
|
||||
Reference in New Issue
Block a user