|
|
|
@ -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="createScheduleDialog(1)"
|
|
|
|
|
v-if="configParms.orderScanFinish==1 || configParms.orderUnReceive==1 || configParms.orderUnCheck==1">
|
|
|
|
|
同步单据
|
|
|
|
@ -159,6 +159,11 @@
|
|
|
|
|
this.syncTime = null;
|
|
|
|
|
this.getList();
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
search(){
|
|
|
|
|
this.filterQuery.page=1;
|
|
|
|
|
this.getList();
|
|
|
|
|
},
|
|
|
|
|
getList() {
|
|
|
|
|
this.loading = true;
|
|
|
|
|
filterLog(this.filterQuery)
|
|
|
|
|