@ -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