update 普通项目、工作组成员单位、资料网员-成员、到账开票、所有会议:去掉邮寄、增加确收(未完成)
This commit is contained in:
@@ -358,6 +358,12 @@
|
|||||||
<status-slot :statu-obj="record" :status-no="text"></status-slot>
|
<status-slot :statu-obj="record" :status-no="text"></status-slot>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<!-- 确认收入 -->
|
||||||
|
<template slot="status-confirm" slot-scope="text,record">
|
||||||
|
<status-slot :statu-obj="record" :status-no="text" :status-type="true" status-key="confirm"
|
||||||
|
:get-info-func="getPayConfirmList"></status-slot>
|
||||||
|
</template>
|
||||||
|
|
||||||
<!-- 开票-->
|
<!-- 开票-->
|
||||||
<template slot="status-bill" slot-scope="text,record">
|
<template slot="status-bill" slot-scope="text,record">
|
||||||
<status-slot :statu-obj="record" :status-no="text" :status-type="true" status-key="bill"></status-slot>
|
<status-slot :statu-obj="record" :status-no="text" :status-type="true" status-key="bill"></status-slot>
|
||||||
@@ -424,6 +430,7 @@ import SetGuessUploadFlagModal from './modules/SetGuessUploadFlagModal'
|
|||||||
import { downloadFile } from '../../../api/manage'
|
import { downloadFile } from '../../../api/manage'
|
||||||
import WasicTopicData from './modules/wasicStaticData'
|
import WasicTopicData from './modules/wasicStaticData'
|
||||||
import { formatMoney } from '@/utils/formatMoney'
|
import { formatMoney } from '@/utils/formatMoney'
|
||||||
|
import {getPayConfirmList} from '@api/incomePaymentsApi'
|
||||||
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
@@ -538,11 +545,11 @@ export default {
|
|||||||
scopedSlots: { customRender: 'status-bill' }
|
scopedSlots: { customRender: 'status-bill' }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '邮寄',
|
title: '确收',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: 100,
|
width: 100,
|
||||||
dataIndex: 'mail',
|
dataIndex: 'affirmIncome',
|
||||||
scopedSlots: { customRender: 'status-mail' }
|
scopedSlots: { customRender: 'status-confirm' }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '对接人',
|
title: '对接人',
|
||||||
@@ -839,6 +846,7 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
formatMoney,
|
formatMoney,
|
||||||
|
getPayConfirmList,
|
||||||
// 处理国际研讨会-WASIC-已经选择的数据如何展示
|
// 处理国际研讨会-WASIC-已经选择的数据如何展示
|
||||||
handleWasicLinkTopics(currentMeetingInfo, dictKey) {
|
handleWasicLinkTopics(currentMeetingInfo, dictKey) {
|
||||||
dictKey = dictKey || 'linkTopics'
|
dictKey = dictKey || 'linkTopics'
|
||||||
|
|||||||
Reference in New Issue
Block a user