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

撤销拆单审核详情组件

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