|
@@ -29,7 +29,7 @@
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
<el-col :span="8">
|
|
|
- <el-button type="primary" @click="handleSearch(1)">查询</el-button>
|
|
|
|
|
|
|
+ <el-button type="primary" @click="initData1()">查询</el-button>
|
|
|
<el-button plain type="primary" @click="handleReset(1)">重置</el-button>
|
|
<el-button plain type="primary" @click="handleReset(1)">重置</el-button>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
</el-row>
|
|
</el-row>
|
|
@@ -87,7 +87,7 @@
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
<el-col :span="8" style="display: flex; justify-content: flex-end">
|
|
<el-col :span="8" style="display: flex; justify-content: flex-end">
|
|
|
- <el-button type="primary" @click="handleSearch(2)">查询</el-button>
|
|
|
|
|
|
|
+ <el-button type="primary" @click="initData2()">查询</el-button>
|
|
|
<el-button plain type="primary" @click="handleReset(2)">重置</el-button>
|
|
<el-button plain type="primary" @click="handleReset(2)">重置</el-button>
|
|
|
<el-button type="primary" @click="handleExport">导出结算记录</el-button>
|
|
<el-button type="primary" @click="handleExport">导出结算记录</el-button>
|
|
|
</el-col>
|
|
</el-col>
|
|
@@ -171,7 +171,7 @@
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
<el-col :span="24" style="display: flex; justify-content: flex-end">
|
|
<el-col :span="24" style="display: flex; justify-content: flex-end">
|
|
|
- <el-button type="primary" @click="handleSearch(3)">查询</el-button>
|
|
|
|
|
|
|
+ <el-button type="primary" @click="initData3(['1'])">查询</el-button>
|
|
|
<el-button plain type="primary" @click="handleReset(3)">重置</el-button>
|
|
<el-button plain type="primary" @click="handleReset(3)">重置</el-button>
|
|
|
<el-button type="primary" @click="handleExport1">导出明细</el-button>
|
|
<el-button type="primary" @click="handleExport1">导出明细</el-button>
|
|
|
</el-col>
|
|
</el-col>
|