Commit 40f64694 authored by dcy's avatar dcy

调拨出仓,调拨入仓返回首页关闭当前页面

parent a49b1615
...@@ -118,7 +118,7 @@ ...@@ -118,7 +118,7 @@
<div> <div>
<el-button v-if="type == 1" @click="submit">确认出仓</el-button> <el-button v-if="type == 1" @click="submit">确认出仓</el-button>
<el-button v-else @click="submit2">确认到仓</el-button> <el-button v-else @click="submit2">确认到仓</el-button>
<el-button @click="$router.back()">返回</el-button> <el-button @click="$tab.closeOpenPage({path:'/order/order'})">返回</el-button>
</div> </div>
</div> </div>
</template> </template>
......
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