【update】-来款企业可以多选查询

This commit is contained in:
fengchenchen
2023-05-17 14:16:25 +08:00
parent 368f980b8b
commit a652c6fe71
4 changed files with 71 additions and 13 deletions
@@ -9,7 +9,7 @@
<a-row>
<a-col :xl="6" :lg="7" :md="8" :sm="24">
<a-form-item label="来款企业" :labelCol="labelCol" :wrapperCol="wrapperCol" style="margin-bottom: -1px">
<company-select :can-add="false" placeholder="请选择来款企业"
<company-select isMultiple :can-add="false" placeholder="请选择来款企业"
v-model="queryParam.chargeCompany"></company-select>
</a-form-item>
</a-col>