【preview】检查来款业务已完成的相关代码
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user