Commit 57edc29c authored by zhengke's avatar zhengke

no message

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