|
|
@ -28,7 +28,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="createScheduleDialog(1)">同步单据
|
|
|
|
<el-button type="primary" icon="search" @click="createScheduleDialog(1)">同步单据
|
|
|
|
</el-button>
|
|
|
|
</el-button>
|
|
|
|
<!-- :disabled="!configParms.orderScanFinish&& !configParms.orderUnReceive&& !configParms.orderUnCheck"-->
|
|
|
|
<!-- :disabled="!configParms.orderScanFinish&& !configParms.orderUnReceive&& !configParms.orderUnCheck"-->
|
|
|
@ -191,12 +191,16 @@ export default {
|
|
|
|
id: null,
|
|
|
|
id: null,
|
|
|
|
status: null,
|
|
|
|
status: null,
|
|
|
|
page: 1,
|
|
|
|
page: 1,
|
|
|
|
limit: 20,
|
|
|
|
limit: 10,
|
|
|
|
|
|
|
|
|
|
|
|
};
|
|
|
|
};
|
|
|
|
this.syncTime = null;
|
|
|
|
this.syncTime = null;
|
|
|
|
this.getList();
|
|
|
|
this.getList();
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
search(){
|
|
|
|
|
|
|
|
this.filterQuery.page=1;
|
|
|
|
|
|
|
|
this.getList();
|
|
|
|
|
|
|
|
},
|
|
|
|
getList() {
|
|
|
|
getList() {
|
|
|
|
this.loading = true;
|
|
|
|
this.loading = true;
|
|
|
|
this.filterQuery.syncTime = this.syncTime;
|
|
|
|
this.filterQuery.syncTime = this.syncTime;
|
|
|
|