执行退货

This commit is contained in:
JinLu.Yin
2022-06-13 23:25:24 +08:00
parent f14613f2ca
commit 551a6a0a51
2 changed files with 35 additions and 1 deletions

View File

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