|
|
|
@ -24,7 +24,7 @@
|
|
|
|
|
<el-form-item>
|
|
|
|
|
<el-button-group style="display:flex;">
|
|
|
|
|
<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="uploadData('IO_ORDER')"
|
|
|
|
|
>
|
|
|
|
|
同步单据
|
|
|
|
@ -174,6 +174,11 @@ export default {
|
|
|
|
|
this.syncTime = null;
|
|
|
|
|
this.getList();
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
search(){
|
|
|
|
|
this.filterQuery.page=1;
|
|
|
|
|
this.getList();
|
|
|
|
|
},
|
|
|
|
|
getList() {
|
|
|
|
|
this.loading = true;
|
|
|
|
|
filterLog(this.filterQuery)
|
|
|
|
|