【update】-会议详情页 增加发票项目查询条件
This commit is contained in:
@@ -212,6 +212,14 @@
|
|||||||
dictCode="meeting_pay_type"/>
|
dictCode="meeting_pay_type"/>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</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">
|
<a-col :xl="6" :lg="7" :md="8" :sm="24">
|
||||||
<span style="float: left;overflow: hidden;" class="table-page-search-submitButtons">
|
<span style="float: left;overflow: hidden;" class="table-page-search-submitButtons">
|
||||||
<a-button type="primary" @click="searchQuery" icon="search"
|
<a-button type="primary" @click="searchQuery" icon="search"
|
||||||
@@ -277,9 +285,15 @@
|
|||||||
<div v-else class="primary-color" @click="toSignUpDetail(record)">{{ text }}</div>
|
<div v-else class="primary-color" @click="toSignUpDetail(record)">{{ text }}</div>
|
||||||
</template>
|
</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">
|
<template slot="text" slot-scope="text">
|
||||||
<j-ellipsis v-if="text" :value="text" :length="20"></j-ellipsis>
|
<a-tooltip>
|
||||||
<span v-else></span>
|
<template slot="title">{{ text }}</template>
|
||||||
|
<div class="table-text">{{ text }}</div>
|
||||||
|
</a-tooltip>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<!-- 打包、需要发票、到账、开票、邮寄状态-->
|
<!-- 打包、需要发票、到账、开票、邮寄状态-->
|
||||||
@@ -428,6 +442,12 @@ export default {
|
|||||||
dataIndex: 'identity_dictText',
|
dataIndex: 'identity_dictText',
|
||||||
width: 80
|
width: 80
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: '发票项目',
|
||||||
|
align: 'center',
|
||||||
|
dataIndex: 'invoiceProject_dictText',
|
||||||
|
width: 100
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: '打包',
|
title: '打包',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
|
|||||||
Reference in New Issue
Block a user