add 全所统计-增加预估到账日期是否为空筛选条件

This commit is contained in:
lijiarao
2024-02-21 11:53:42 +08:00
parent ae7ee20fc1
commit 39a36b26bd
@@ -95,6 +95,13 @@
<a-input placeholder="请输入企业联系人" v-model="queryParam.companyContactName" :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-dict-select-tag v-model="queryParam.estimatedArrivalDateHasFlag"
placeholder="请选择预估到账日期是否为空"
dictCode="yn"/>
</a-form-item>
</a-col>
<a-col :xl="10" :lg="11" :md="12" :sm="24">
<a-form-item label="应收款项" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-input
@@ -110,6 +117,7 @@
@change="checkMoney('end')"></a-input>
</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"