1.修复盘点bug

prod
x_z 2 years ago
parent 68ae97e7a1
commit 2f7f8a537e

@ -170,7 +170,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

@ -239,8 +239,10 @@ export default {
addCountOrder(type) {
this.formVisible = true;
this.formName = 'add_' + type;
this.countOrder = {};
this.countType = type;
this.countOrder = {
countType: this.countType
};
},
printOrder(row) {
let query = {moduleId: 6};

Loading…
Cancel
Save