Commit 9763c0ec authored by 吴春's avatar 吴春

1

parent 7a47c8ce
...@@ -130,7 +130,7 @@ ...@@ -130,7 +130,7 @@
<template v-if="item.OrderType == 1"> <template v-if="item.OrderType == 1">
<div v-if="item.ClassList&&item.ClassList.length>0"> <div v-if="item.ClassList&&item.ClassList.length>0">
课程名称: 课程名称:
<span v-for="(itemc, indexc) in item.ClassList">{{indexc>0?',':""}}{{itemc.CourseName }}</span> <span v-for="(itemc, indexc) in item.ClassList">{{indexc>0?'':""}}{{itemc.CourseName }}</span>
</div> </div>
<div v-else="item.CourseName"> <div v-else="item.CourseName">
课程名称:{{ item.CourseName }} 课程名称:{{ item.CourseName }}
......
...@@ -330,7 +330,7 @@ export default { ...@@ -330,7 +330,7 @@ export default {
this.saveObj.PreferPrice = item.SellPrice; this.saveObj.PreferPrice = item.SellPrice;
} }
else{ else{
this.saveObj.CourseName+=","+item.CourseName this.saveObj.CourseName+=""+item.CourseName
this.saveObj.SellPrice+=Number(item.SellPrice) this.saveObj.SellPrice+=Number(item.SellPrice)
this.saveObj.Unit_Price+=Number(item.SellPrice) this.saveObj.Unit_Price+=Number(item.SellPrice)
this.saveObj.TotalClassHours+=Number(item.TotalClassHours) this.saveObj.TotalClassHours+=Number(item.TotalClassHours)
......
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