1.调整统计汇总,领用页面

prod
x_z 2 years ago
parent 4730aa3396
commit 68ae97e7a1

@ -33,10 +33,10 @@
>查询
</el-button
>
<el-button type="primary" icon="el-icon-search" @click="onSubmit"
<!--<el-button type="primary" icon="el-icon-search" @click="onSubmit"
>汇总
</el-button
>
>-->
</el-button-group>
</el-form-item>
</el-form>
@ -247,6 +247,7 @@ export default {
page: 1,
limit: 10,
};
this.actDateRange = [];
this.getList();
},
onSubmit() {

@ -242,6 +242,7 @@ export default {
page: 1,
limit: 10,
};
this.actDateRange = [];
this.getList();
},
onSubmit() {

@ -242,6 +242,7 @@ export default {
page: 1,
limit: 10,
};
this.actDateRange = [];
this.getList();
},
onSubmit() {

@ -242,6 +242,7 @@ export default {
page: 1,
limit: 10,
};
this.actDateRange = [];
this.getList();
},
onSubmit() {

@ -243,7 +243,7 @@
</el-form-item>
<el-form-item>
<el-button-group>
<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="queryInvProductsList"
>查询
</el-button

Loading…
Cancel
Save