Commit decf504e authored by 黄奎's avatar 黄奎

页面修改

parent 7c965bad
......@@ -256,26 +256,23 @@
this.model.OfferDetails = tempObj.OfferDetails;
this.chosenProductList = tempObj.OfferDetails;
}
console.log("this.model",this.model);
console.log("this.tempObj",tempObj);
console.log("this.chosenProductList",this.chosenProductList );
}
})
} else {
this.model = {
Id: 0,
Name: "测试",
Name: "",
OfferType: 2, //默认留学(2-留学,3-就业)
EffectiveStart: "",
EffectiveEnd: "2021-04-04",
EffectiveEnd: "",
CustomerType: 1,
CustomerSource: 1,
TotalOriginalPrice: 0.0,
TotalPrice: 0.0,
TotalDiscountPrice: 0.0,
CustomerInfo: "客户信息",
CustomerName: "客户姓名",
CustomerTel: "电话",
CustomerInfo: "",
CustomerName: "",
CustomerTel: "",
OfferDetails: [],
JoinNum: 1
};
......
......@@ -267,7 +267,6 @@
methods: {
//显示下单弹窗
showOrderForm(item) {
console.log("item",item)
this.isShowOrderForm = true;
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