Commit f130867a authored by Marcus's avatar Marcus

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

https://zentao.test.jdshangmen.com/bug-view-4251.html
parent babb3fd0
......@@ -192,7 +192,12 @@ export default {
this.dialogVisible = false
if (this.isEditing || this.warehouseInId) {
updateWarehouseInLocation(data).then(() => {
updateWarehouseInLocation({
"orderId": this.orderId,
"orderItemId": this.orderItemId,
"orderLocationUpdateReqVOList": data,
"warehouseInId": this.warehouseId
}).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