销售退货

This commit is contained in:
DESKTOP-J7ED0MB\yinjinlu
2022-11-19 17:05:58 +08:00
parent 7fd7319978
commit f9b8bd6f32
2 changed files with 42 additions and 3 deletions

View File

@@ -42,3 +42,10 @@ export function delRtsalse(rtId) {
method: 'delete'
})
}
export function execute(rtId){
return request({
url: '/mes/wm/rtsalse/'+rtId,
method: 'put'
})
}