update 企业管理-单位/开票信息增加是否打包企业查询条件

This commit is contained in:
danshihao
2024-03-11 10:00:59 +08:00
parent a1cb70e9de
commit 3f5c562403
@@ -21,7 +21,14 @@
<a-input placeholder="请输入企业信用代码" v-model="queryParam.dutyCode" :maxLength='50'></a-input>
</a-form-item>
</a-col>
<!--todo 缺打包企业的 搜索字段-->
<a-col :xl="6" :lg="7" :md="8" :sm="24">
<a-form-item label="是否打包企业" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-select placeholder="请选择是否打包企业" v-model="queryParam.packageEnterprise" allowClear>
<a-select-option :value="true"></a-select-option>
<a-select-option :value="false"></a-select-option>
</a-select>
</a-form-item>
</a-col>
<a-col :xl="6" :lg="7" :md="8" :sm="24">
<span class="table-page-search-submitButtons">
<a-button type="primary" icon="search" @click="searchQuery" v-has="'company:search'">查询</a-button>