|
@@ -51,19 +51,10 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
- import {
|
|
|
- customerBundleDetail,
|
|
|
- orderCancel
|
|
|
- } from '@/api/customerBundle'
|
|
|
- import {
|
|
|
- getLookUpDataBy
|
|
|
- } from '@/api/data'
|
|
|
- import {
|
|
|
- PageView
|
|
|
- } from '@/layouts'
|
|
|
- import {
|
|
|
- STable
|
|
|
- } from '@/components'
|
|
|
+ import { customerBundleDetail,orderCancel } from '@/api/customerBundle'
|
|
|
+ import { getLookUpDataBy } from '@/api/data'
|
|
|
+ import { PageView } from '@/layouts'
|
|
|
+ import { STable } from '@/components'
|
|
|
import yanQiModal from './yanQiModal.vue'
|
|
|
import DetailList from '@/components/tools/DetailList'
|
|
|
import _ from 'lodash'
|
|
@@ -227,13 +218,13 @@
|
|
|
},
|
|
|
{
|
|
|
title: '核销单号',
|
|
|
- dataIndex: '',
|
|
|
+ dataIndex: 'bizNum',
|
|
|
width: 200,
|
|
|
align: 'center'
|
|
|
},
|
|
|
{
|
|
|
title: '门店结算金额',
|
|
|
- dataIndex: '',
|
|
|
+ dataIndex: 'accountPrice',
|
|
|
width: 100,
|
|
|
align: 'center'
|
|
|
}
|