|
|
@ -52,7 +52,7 @@
|
|
|
|
<el-form-item>
|
|
|
|
<el-form-item>
|
|
|
|
<el-button-group style="display:flex;">
|
|
|
|
<el-button-group style="display:flex;">
|
|
|
|
<el-button type="primary" icon="el-icon-refresh" @click="onReset"></el-button>
|
|
|
|
<el-button type="primary" icon="el-icon-refresh" @click="onReset"></el-button>
|
|
|
|
<el-button type="primary" icon="search" @click="getList">查询</el-button>
|
|
|
|
<el-button type="primary" icon="search" @click="search">查询</el-button>
|
|
|
|
<el-button type="primary" icon="search" @click="newDistributionForm()" :loading="loading">
|
|
|
|
<el-button type="primary" icon="search" @click="newDistributionForm()" :loading="loading">
|
|
|
|
新增订单
|
|
|
|
新增订单
|
|
|
|
</el-button>
|
|
|
|
</el-button>
|
|
|
@ -228,7 +228,10 @@ export default {
|
|
|
|
this.actDateRange = [];
|
|
|
|
this.actDateRange = [];
|
|
|
|
this.getList();
|
|
|
|
this.getList();
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
search() {
|
|
|
|
|
|
|
|
this.filterQuery.page = 1;
|
|
|
|
|
|
|
|
this.getList();
|
|
|
|
|
|
|
|
},
|
|
|
|
getList() {
|
|
|
|
getList() {
|
|
|
|
if (this.filterQuery.thirdSysFk == null) {
|
|
|
|
if (this.filterQuery.thirdSysFk == null) {
|
|
|
|
this.$message.warning("请先选择第三方系统!")
|
|
|
|
this.$message.warning("请先选择第三方系统!")
|
|
|
|