|
@@ -14,21 +14,26 @@
|
|
|
<a-input placeholder="请输入科目编号" v-model="queryParam.kemuNo"></a-input>
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
- <template v-if="toggleSearchStatus">
|
|
|
+ <a-col :xl="6" :lg="7" :md="8" :sm="24">
|
|
|
+ <a-form-item label="费用类别">
|
|
|
+ <a-input placeholder="请输入费用类别" v-model="queryParam.moneyType"></a-input>
|
|
|
+ </a-form-item>
|
|
|
+ </a-col>
|
|
|
+ <!-- <template v-if="toggleSearchStatus">
|
|
|
<a-col :xl="6" :lg="7" :md="8" :sm="24">
|
|
|
<a-form-item label="费用类别">
|
|
|
<a-input placeholder="请输入费用类别" v-model="queryParam.moneyType"></a-input>
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
- </template>
|
|
|
+ </template> -->
|
|
|
<a-col :xl="6" :lg="7" :md="8" :sm="24">
|
|
|
<span style="float: left;overflow: hidden;" class="table-page-search-submitButtons">
|
|
|
<a-button type="primary" @click="searchQuery" icon="search">查询</a-button>
|
|
|
<a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button>
|
|
|
- <a @click="handleToggleSearch" style="margin-left: 8px">
|
|
|
+ <!-- <a @click="handleToggleSearch" style="margin-left: 8px">
|
|
|
{{ toggleSearchStatus ? '收起' : '展开' }}
|
|
|
<a-icon :type="toggleSearchStatus ? 'up' : 'down'"/>
|
|
|
- </a>
|
|
|
+ </a> -->
|
|
|
</span>
|
|
|
</a-col>
|
|
|
</a-row>
|