【update】-会议详情页 增加发票项目查询条件

This commit is contained in:
fengchenchen
2023-07-21 09:00:13 +08:00
parent 2c856b6432
commit 652a8ff6e3
@@ -212,6 +212,14 @@
dictCode="meeting_pay_type"/>
</a-form-item>
</a-col>
<a-col :xl="6" :lg="7" :md="8" :sm="24" class="flex-width-zero">
<a-form-item label="发票项目">
<j-dict-select-tag
v-model="queryParam.invoiceProject"
placeholder="请选择发票项目"
dictCode="invoice_project"/>
</a-form-item>
</a-col>
<a-col :xl="6" :lg="7" :md="8" :sm="24">
<span style="float: left;overflow: hidden;" class="table-page-search-submitButtons">
<a-button type="primary" @click="searchQuery" icon="search"
@@ -277,9 +285,15 @@
<div v-else class="primary-color" @click="toSignUpDetail(record)">{{ text }}</div>
</template>
<!--<template slot="text" slot-scope="text">-->
<!-- <j-ellipsis v-if="text" :value="text" :length="20"></j-ellipsis>-->
<!-- <span v-else></span>-->
<!--</template>-->
<template slot="text" slot-scope="text">
<j-ellipsis v-if="text" :value="text" :length="20"></j-ellipsis>
<span v-else></span>
<a-tooltip>
<template slot="title">{{ text }}</template>
<div class="table-text">{{ text }}</div>
</a-tooltip>
</template>
<!-- 打包需要发票到账开票邮寄状态-->
@@ -428,6 +442,12 @@ export default {
dataIndex: 'identity_dictText',
width: 80
},
{
title: '发票项目',
align: 'center',
dataIndex: 'invoiceProject_dictText',
width: 100
},
{
title: '打包',
align: 'center',