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