This commit is contained in:
2024-10-16 17:25:51 +08:00
parent d119a6a7aa
commit 7a2205fa42
4 changed files with 59 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
import request from '@/utils/request'
import { downFile } from '@/utils/request'
/**
* 一次合格品仓库分页查询
* @param {查询条件} data
@@ -56,6 +56,11 @@ export function delWmOneTimeInventory(pid) {
})
}
// 导出
export async function exportOneTimeInventory(query) {
await downFile('/mes/wm/WmOneTimeInventory/export', { ...query })
}
/**
* 抛光库手动入库
* @param data

View File

@@ -1,5 +1,5 @@
import request from '@/utils/request'
import { downFile } from '@/utils/request'
/**
* 工艺路线-抛光 库存表分页查询
* @param {查询条件} data
@@ -55,6 +55,13 @@ export function delWmPolishInventory(pid) {
method: 'delete'
})
}
// 导出
export async function exportPolish(query) {
await downFile('/mes/wm/WmPolishInventory/export', { ...query })
}
/**
* 物料下拉菜单查看
* @param data