Commit 6914ab27 authored by zhengyi's avatar zhengyi

修改强制到仓完成后的跳转

parent 2bec89ef
......@@ -318,7 +318,9 @@ export default {
params.unloadTime = this.ulWarehouseTime
let r = await order_warehouse_check_force(params)
this.getLoadGoodsList()
})
this.$router.push('/order/warehousingTo-update?id=' + orderId)
},
getTotlContent,
getOrders(id) {
......
......@@ -301,6 +301,7 @@ export default {
let r = await order_warehouse_check_force(params)
this.getLoadGoodsList()
})
this.$router.push('/order/warehousingTo-update?id=' + orderId)
},
getTotlContent,
/* 获取卸柜数据 */
......
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