Commit 3fe5d7d9 authored by 罗超's avatar 罗超

2

parent 4fe0a650
......@@ -192,7 +192,7 @@
<el-tag v-if="item.OrderStatus == 7" style="margin-left: 5px" size="small" type="danger">已取消</el-tag>
</div>
<el-button type="primary" plain style="margin-left:50px;padding:8px 10px " size="mini"
@click="yunfeizhidan(item.OrderId)" v-if="isShowzhidan(item)">运费一键制单</el-button>
@click="yunfeizhidan(item.OrderId)" v-if="isShowzhidan(item)">运费成本制单</el-button>
<el-tooltip class="item" effect="dark" content="强制取消" placement="top-start">
<img v-if="item.OrderStatus == 1 || item.OrderStatus == 2" @click="OrderExit2(item)"
style="right: 60px" class="app-order-btnimg" src="../../assets/img/userman/force.png" alt="" />
......@@ -1885,7 +1885,7 @@
"&Conditon=1&tab=%E5%8D%95%E6%8D%AE%E8%AF%A6%E6%83%85"
);
},
// 运费制单
// 运费成本制单
yunfeizhidan(id) {
let that = this
this.$confirm('确认一键生成订单运费成本单据?', '提示', {
......
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