Commit ccad72fc authored by dcy's avatar dcy

调仓成功后,toast文案少个字,“调拨到仓”

parent f939a69d
...@@ -332,7 +332,7 @@ export default { ...@@ -332,7 +332,7 @@ export default {
warehouseAdjustSendOut(this.exWarehouse).then( warehouseAdjustSendOut(this.exWarehouse).then(
r => { r => {
if(r.code === 0){ if(r.code === 0){
this.$message.success(this.$t('调拨出仓成功')); this.$message.success(this.$t('调拨出仓成功'));
this.$tab.closeOpenPage({path:'/order/order'}) this.$tab.closeOpenPage({path:'/order/order'})
} }
} }
...@@ -341,7 +341,7 @@ export default { ...@@ -341,7 +341,7 @@ export default {
submit2(val){ submit2(val){
warehouseAdjustArrived(val ? this.toWarehouse : this.toWarehouseAbnormal).then(r => { warehouseAdjustArrived(val ? this.toWarehouse : this.toWarehouseAbnormal).then(r => {
if(r.code === 0){ if(r.code === 0){
this.$message.success(this.$t('到仓成功')); this.$message.success(this.$t('拨到仓成功!'));
this.$tab.closeOpenPage({path:'/order/order'}) this.$tab.closeOpenPage({path:'/order/order'})
} }
}) })
......
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