Commit 94d7e325 authored by 黄奎's avatar 黄奎

合同修改

parent 03a10d15
This diff is collapsed.
......@@ -289,11 +289,9 @@
if (this.OrderMsg.GuestNum && this.OrderMsg.GuestNum > 0) {
guestNum = Number(this.OrderMsg.GuestNum);
}
var preferPrice = 0; //应收
var coursewareFee = 0; //课件费
var textbookFee = 0; //教材费
console.log("his.OrderMsg.OrderCourseList",this.OrderMsg.OrderCourseList);
if (this.OrderMsg.OrderCourseList && this.OrderMsg.OrderCourseList.length > 0) {
this.OrderMsg.OrderCourseList.forEach(item => {
if (this.OrderMsg.Unit_PriceType == 1) {
......
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