仓库-毛坯仓库功能

This commit is contained in:
2024-05-14 10:16:57 +08:00
parent 3595ca43dd
commit 2194f8bfc5
2 changed files with 35 additions and 5 deletions

View File

@@ -55,3 +55,16 @@ export function delWmBlankInventory(pid) {
method: 'delete'
})
}
/**
* 毛坯库存表同步清单数据
* @param data
*/
export function synchronousMaterial(data) {
return request({
url: '/mes/wm/WmBlankInventory/synchronousMaterial',
method: 'post',
data: data,
})
}