【preview】检查来款业务已完成的相关代码

This commit is contained in:
fengchenchen
2024-03-08 17:39:06 +08:00
parent 7c3e4726d2
commit 99d901cc2c
2 changed files with 2 additions and 0 deletions
@@ -21,6 +21,7 @@
<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">
<span class="table-page-search-submitButtons">
<a-button type="primary" icon="search" @click="searchQuery" v-has="'company:search'">查询</a-button>
@@ -28,6 +28,7 @@
</a-col>
</a-row>
<!-- 批量添加时显示 -->
<!--todo 样式得调整左侧和下面的成员单位应该保持一致-->
<template v-if="isBatchAdd && model.workingGroupIdList && model.workingGroupIdList.length > 0">
<a-row v-for="(_, index) in model.workingGroupIdList" :key="index + ''">
<a-col :xl="21" :sm="20">