|
@@ -4,6 +4,21 @@
|
|
<div class="table-page-search-wrapper">
|
|
<div class="table-page-search-wrapper">
|
|
<a-form layout="inline" @keyup.enter.native="searchQuery">
|
|
<a-form layout="inline" @keyup.enter.native="searchQuery">
|
|
<a-row :gutter="24">
|
|
<a-row :gutter="24">
|
|
|
|
+ <a-col :xl="6" :lg="7" :md="8" :sm="24">
|
|
|
|
+ <a-form-item label="任务号">
|
|
|
|
+ <a-input placeholder="请输入任务号" v-model="queryParam.taskno"></a-input>
|
|
|
|
+ </a-form-item>
|
|
|
|
+ </a-col>
|
|
|
|
+ <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">
|
|
|
|
+ {{ toggleSearchStatus ? '收起' : '展开' }}
|
|
|
|
+ <a-icon :type="toggleSearchStatus ? 'up' : 'down'"/>
|
|
|
|
+ </a> -->
|
|
|
|
+ </span>
|
|
|
|
+ </a-col>
|
|
</a-row>
|
|
</a-row>
|
|
</a-form>
|
|
</a-form>
|
|
</div>
|
|
</div>
|
|
@@ -174,7 +189,7 @@
|
|
deleteBatch: "/projectPushList/projectPushList/deleteBatch",
|
|
deleteBatch: "/projectPushList/projectPushList/deleteBatch",
|
|
exportXlsUrl: "/projectPushList/projectPushList/exportXls",
|
|
exportXlsUrl: "/projectPushList/projectPushList/exportXls",
|
|
importExcelUrl: "projectPushList/projectPushList/importExcel",
|
|
importExcelUrl: "projectPushList/projectPushList/importExcel",
|
|
-
|
|
|
|
|
|
+
|
|
},
|
|
},
|
|
dictOptions:{},
|
|
dictOptions:{},
|
|
superFieldList:[],
|
|
superFieldList:[],
|