Commit decf504e authored by 黄奎's avatar 黄奎

页面修改

parent 7c965bad
...@@ -256,26 +256,23 @@ ...@@ -256,26 +256,23 @@
this.model.OfferDetails = tempObj.OfferDetails; this.model.OfferDetails = tempObj.OfferDetails;
this.chosenProductList = tempObj.OfferDetails; this.chosenProductList = tempObj.OfferDetails;
} }
console.log("this.model",this.model);
console.log("this.tempObj",tempObj);
console.log("this.chosenProductList",this.chosenProductList );
} }
}) })
} else { } else {
this.model = { this.model = {
Id: 0, Id: 0,
Name: "测试", Name: "",
OfferType: 2, //默认留学(2-留学,3-就业) OfferType: 2, //默认留学(2-留学,3-就业)
EffectiveStart: "", EffectiveStart: "",
EffectiveEnd: "2021-04-04", EffectiveEnd: "",
CustomerType: 1, CustomerType: 1,
CustomerSource: 1, CustomerSource: 1,
TotalOriginalPrice: 0.0, TotalOriginalPrice: 0.0,
TotalPrice: 0.0, TotalPrice: 0.0,
TotalDiscountPrice: 0.0, TotalDiscountPrice: 0.0,
CustomerInfo: "客户信息", CustomerInfo: "",
CustomerName: "客户姓名", CustomerName: "",
CustomerTel: "电话", CustomerTel: "",
OfferDetails: [], OfferDetails: [],
JoinNum: 1 JoinNum: 1
}; };
......
...@@ -267,7 +267,6 @@ ...@@ -267,7 +267,6 @@
methods: { methods: {
//显示下单弹窗 //显示下单弹窗
showOrderForm(item) { showOrderForm(item) {
console.log("item",item)
this.isShowOrderForm = true; this.isShowOrderForm = true;
this.studyObj = item; this.studyObj = item;
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment