产品入库

This commit is contained in:
DESKTOP-J7ED0MB\yinjinlu
2022-11-19 16:25:37 +08:00
parent 44f3afea28
commit 7fd7319978
2 changed files with 19 additions and 1 deletions

View File

@@ -42,3 +42,11 @@ export function delProductrecpt(recptId) {
method: 'delete'
})
}
//执行入库
export function execute(recptId) {
return request({
url: '/mes/wm/productrecpt/' + recptId,
method: 'put'
})
}