1,保持字体
2,替换菜品时备注 3,修复未生成食谱时多次粘贴后删除全删
This commit is contained in:
		| @@ -670,7 +670,7 @@ export default { | ||||
|       } | ||||
|     }, | ||||
|     handleOrderTypeChange() { | ||||
|       console.log(this.form.orderTypeList); | ||||
|       // console.log(this.form.orderTypeList); | ||||
|     }, | ||||
|   }, | ||||
|   watch: { | ||||
|   | ||||
| @@ -170,7 +170,7 @@ export default { | ||||
|           } | ||||
|           return arr; | ||||
|         }, []); | ||||
|         console.log(this.orderList); | ||||
|         // console.log(this.orderList); | ||||
|  | ||||
|         this.visible = true; | ||||
|       }); | ||||
|   | ||||
| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user