【update】- 会员项目-能否来款去掉限制

This commit is contained in:
fengchenchen
2023-12-27 17:08:42 +08:00
parent 52db20e1e3
commit 223babb488
3 changed files with 14 additions and 3 deletions
@@ -424,7 +424,8 @@ export default {
computed: {
// 批量来款是否可以新增阶段--会员缴费、证书缴费 不能新增阶段
canAddStage() {
return Number(this.selectProjectType) !== 5 && Number(this.selectProjectType) !== 6
// return Number(this.selectProjectType) !== 5 && Number(this.selectProjectType) !== 6
return true
}
},
methods: {
@@ -107,7 +107,10 @@
</template>
<template slot="member" slot-scope="text,record">
<div @click="openDetail(record)" class="primary-color">{{ text }}</div>
<a-tooltip>
<template slot="title">{{ text }}</template>
<div @click="openDetail(record)" class="primary-color table-text">{{ text }}</div>
</a-tooltip>
</template>
<!--金钱 3位一逗号分隔-->
<template slot="allMoney" slot-scope="text">
@@ -74,7 +74,14 @@
@change="checkMoney('end')"></a-input>
</a-form-item>
</a-col>
<a-col :xl="6" :lg="7" :md="8" :sm="24">
<a-form-item label="是否打包" :labelCol="labelCol" :wrapperCol="wrapperCol">
<j-dict-select-tag v-model="queryParam.pack"
placeholder="请选择是否打包"
dictCode="yn"
/>
</a-form-item>
</a-col>
<a-col :xl="4" :lg="7" :md="8" :sm="24">
<span class="table-page-search-submitButtons">
<a-button type="primary" icon="search" @click="searchQuery">查询</a-button>