1
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user