!116 修复食谱制作问题

Merge pull request !116 from 德仔/develop
This commit is contained in:
德仔
2021-03-10 19:12:12 +08:00
committed by Gitee
9 changed files with 47 additions and 14 deletions

View File

@ -670,7 +670,7 @@ export default {
}
},
handleOrderTypeChange() {
console.log(this.form.orderTypeList);
// console.log(this.form.orderTypeList);
},
},
watch: {

View File

@ -170,7 +170,7 @@ export default {
}
return arr;
}, []);
console.log(this.orderList);
// console.log(this.orderList);
this.visible = true;
});

View File

@ -569,7 +569,7 @@ export default {
};
// console.log(this.form);
this.resetForm("form");
console.log("--"+obj.orderType);
// console.log("--"+obj.orderType);
this.onSaleShow = this.form.orderType == "2";
this.afterSaleNutriAssShow = this.form.orderType != "2" && this.form.afterSaleCommissOrder == 0;
this.planOperatorShow = this.form.afterSaleCommissOrder == 0;