Commit 7f989070 authored by 黄卓's avatar 黄卓

【订单管理】订单入仓操作选择储位,再次取消选择储位,完成入仓后,货物信息仍显示储位

https://zentao.test.jdshangmen.com/bug-view-4251.html
parent 5269bb9e
......@@ -196,7 +196,7 @@ export default {
"orderId": this.orderId,
"orderItemId": this.orderItemId,
"orderLocationUpdateReqVOList": data,
"warehouseInId": this.warehouseId
"warehouseInId": this.warehouseInId
}).then(() => {
this.$message.success('储位修改成功')
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment