Commit 08831f99 authored by dragondean@qq.com's avatar dragondean@qq.com

撤销拆单审核详情组件

parent b8ebf3c6
......@@ -8,7 +8,7 @@
<el-table-column :label="$t('唛头')">
<template slot-scope="{row}">{{row.marks}}</template>
</el-table-column>
<el-table-column label="状态">
<el-table-column label="订单状态">
<template slot-scope="{row}">{{row.statusMsg}}</template>
</el-table-column>
<el-table-column :label="$t('填单统计')">
......@@ -58,7 +58,7 @@
</div>
</template>
<script>
import {getApproval, getOrder} from '@/api/ecw/order'
import {getApproval, getOrder, splitRevokeApply} from '@/api/ecw/order'
import {getMergeListByMergeId} from '@/api/ecw/orderHandle'
import {getChannelListByIds} from '@/api/ecw/channel'
import {parseTime} from '@/utils/ruoyi'
......@@ -99,8 +99,8 @@ export default {
},
methods:{
getData(){
getMergeListByMergeId({id: this.id}).then(res => {
this.orders = res.data
splitRevokeApply(this.id).then(res => {
this.orders = res.data.childrenOrderList
this.getChannels()
})
},
......
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