|
@@ -62,17 +62,6 @@
|
|
|
<rangeDate id="financialCollectionList-settleDate" ref="settleDate" @change="settleChange" />
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
- <a-col :md="6" :sm="24">
|
|
|
- <a-form-item label="单据类型">
|
|
|
- <v-select
|
|
|
- v-model="queryParam.bizType"
|
|
|
- ref="bizType"
|
|
|
- id="financialCollectionList-bizType"
|
|
|
- code="SETTLE_BIZ_TYPE"
|
|
|
- placeholder="请选择单据类型"
|
|
|
- allowClear></v-select>
|
|
|
- </a-form-item>
|
|
|
- </a-col>
|
|
|
</template>
|
|
|
<a-col :md="6" :sm="24">
|
|
|
<span class="table-page-search-submitButtons">
|