【bug】 资料网员成员的文件编辑 分标委会议的一提醒字段 关联项目会员项目查询条件的修改
This commit is contained in:
@@ -13,16 +13,16 @@
|
||||
<a-tab-pane key="1" tab="会员项目">
|
||||
<a-form layout="inline" @keyup.enter.native="searchQuery">
|
||||
<a-row>
|
||||
<!-- <a-col :xl="6" :lg="7" :md="8" :sm="24">-->
|
||||
<!-- <a-form-item label="会员项目" :labelCol="labelCol" :wrapperCol="wrapperCol">-->
|
||||
<!-- <a-input placeholder="请输入会员项目" v-model="queryParam.workingGroupProject"></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-year-date placeholder="请选择运行年份" v-model="queryParam.particularYear"></j-year-date>
|
||||
<a-form-item label="会员项目" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
||||
<a-input placeholder="请输入会员项目" v-model="queryParam.projectName" :maxLength='50'></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-year-date placeholder="请选择运行年份" v-model="queryParam.particularYear"></j-year-date>-->
|
||||
<!-- </a-form-item>-->
|
||||
<!-- </a-col>-->
|
||||
|
||||
<a-col :xl="6" :lg="7" :md="8" :sm="24">
|
||||
<span class="table-page-search-submitButtons">
|
||||
@@ -115,7 +115,7 @@
|
||||
<script>
|
||||
import {associatedProject} from '@api/incomePaymentsApi'
|
||||
import {JeroListMixin} from '@/mixins/JeroListMixin'
|
||||
import JYearDate from '@comp/jero/JYearDate'
|
||||
// import JYearDate from '@comp/jero/JYearDate'
|
||||
import StatusSlot from '@comp/tools/StatusSlot'
|
||||
import JEllipsis from '@comp/jero/JEllipsis'
|
||||
import AddMemberProject from '@views/contractManagement/revenueContract/modules/AddMemberProject'
|
||||
@@ -124,7 +124,7 @@ export default {
|
||||
name: 'SelectMemberProjectModule',
|
||||
mixins: [JeroListMixin],
|
||||
components: {
|
||||
JYearDate,
|
||||
// JYearDate,
|
||||
StatusSlot,
|
||||
JEllipsis,
|
||||
AddMemberProject
|
||||
|
||||
@@ -173,8 +173,8 @@
|
||||
file-type="pdf"
|
||||
file-type-error-message="请上传收费通知"
|
||||
:multiple="false"
|
||||
:return-id="true"
|
||||
:number="1"
|
||||
bizPath="payment"
|
||||
v-decorator="['chargeNoticeFileId']"
|
||||
:trigger-change="true"
|
||||
></j-upload>
|
||||
|
||||
@@ -185,6 +185,13 @@ export default {
|
||||
width: 100,
|
||||
scopedSlots: {customRender: 'text'}
|
||||
},
|
||||
{
|
||||
title: '已提醒',
|
||||
align: 'center',
|
||||
dataIndex: 'remind_dictText',
|
||||
width: 80,
|
||||
scopedSlots: {customRender: 'text'}
|
||||
},
|
||||
{
|
||||
title: '负责人',
|
||||
align: 'center',
|
||||
|
||||
Reference in New Issue
Block a user