Commit 47df9f0b authored by zhengke's avatar zhengke

no message

parent e5476c5c
...@@ -822,7 +822,6 @@ export default { ...@@ -822,7 +822,6 @@ export default {
// 多个课程计算 // 多个课程计算
totalCourseFee(){ totalCourseFee(){
this.courseInformationList.forEach((item)=>{ this.courseInformationList.forEach((item)=>{
// item.Unit_Price = item.GuestNum*item.Unit_Price
if(this.stuData.StuList[0].IsRenewGuest==1){ if(this.stuData.StuList[0].IsRenewGuest==1){
item.DiscountMoney = this.accAdd( item.DiscountMoney = this.accAdd(
item.DiscountMoney, item.DiscountMoney,
......
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