1,保持字体

2,替换菜品时备注
3,修复未生成食谱时多次粘贴后删除全删
This commit is contained in:
huangdeliang
2021-03-10 19:10:57 +08:00
parent aa555d98c2
commit fc9086103f
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;