仓库配料

This commit is contained in:
qianhao.xu
2024-04-29 09:56:46 +08:00
parent 551a7b8edb
commit 0b5b1662df
5 changed files with 119 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
import request from '@/utils/request'
export function getIngredientTask(data) {
return request({
url: '/mes/mm/materialinput/getIngredientTask',
method: 'post',
data
})
}