Commit 7f86410c authored by 吴春's avatar 吴春

1

parent 62a0fc18
...@@ -2,86 +2,16 @@ ...@@ -2,86 +2,16 @@
<template> <template>
<div class="classorder"> <div class="classorder">
<div class="table-head"> <div class="table-head">
<!-- <table class="enrollTotalSearchTable" border="1" cellspacing="0" cellpadding="0">
<colgroup>
<col width="12%" />
<col width="6%" />
<col width="6%" />
<col width="6%" />
<col width="6%" />
<col width="6%" />
<col width="6%" />
<col width="6%" />
<col width="6%" />
<col width="6%" />
<col width="6%" />
<col width="6%" />
<col width="6%" />
<col width="6%" />
<col width="6%" />
<template v-if="AuthorityObj.isShowStudyRebate">
<col width="6%" />
</template>
<col width="6%" />
<col />
</colgroup>
<thead>
<tr class="fix_th">
<th width="12%">单号</th>
<th width="6%">人数</th>
<th width="6%">单价</th>
<th width="6%">教材费</th>
<th width="6%">课件费</th>
<th width="6%">总课时</th>
<th width="6%">成交</th>
<th width="6%">应收总额</th>
<th width="6%">实收</th>
<th width="6%">优惠</th>
<th width="6%">少价金额</th>
<th width="6%">退款</th>
<th width="6%">平台税金</th>
<th width="6%">待收金额</th>
<template v-if="AuthorityObj.isShowStudyRebate">
<th width="6%">留学订单回佣</th>
</template>
<th width="6%">状态</th>
<th v-if="viewType == 0">操作</th>
</tr>
</thead>
</table> -->
</div> </div>
<div class="table-body" v-loading="loading"> <div class="table-body" v-loading="loading">
<table class="enrollTotalSearchTable" border="0" cellspacing="0" cellpadding="0"> <table class="enrollTotalSearchTable" border="0" cellspacing="0" cellpadding="0">
<!-- <colgroup>
<col width="12%" />
<col width="6%" />
<col width="6%" />
<col width="6%" />
<col width="6%" />
<col width="6%" />
<col width="6%" />
<col width="6%" />
<col width="6%" />
<col width="6%" />
<col width="6%" />
<col width="6%" />
<col width="6%" />
<col width="6%" />
<template v-if="AuthorityObj.isShowStudyRebate">
<col width="6%" />
</template>
<col width="6%" />
<col v-if="viewType == 0" />
</colgroup> -->
<tr class="fix_th"> <tr class="fix_th">
<th width="12%">单号</th> <th width="12%">单号</th>
<th width="6%">人数</th> <th width="6%">人数</th>
<th width="6%">单价</th> <th width="6%">单价</th>
<th width="6%">教材费</th> <th width="6%" v-if="studyOrderType!=1">教材费</th>
<th width="6%">课件费</th> <th width="6%" v-if="studyOrderType!=1">课件费</th>
<th width="6%">总课时</th> <th width="6%" v-if="studyOrderType!=1">总课时</th>
<th width="6%">成交</th> <th width="6%">成交</th>
<th width="6%">应收总额</th> <th width="6%">应收总额</th>
<th width="6%">实收</th> <th width="6%">实收</th>
...@@ -261,20 +191,21 @@ ...@@ -261,20 +191,21 @@
<template v-if="item.Class_Price >= 0"> <template v-if="item.Class_Price >= 0">
{{ item.Class_Price.toFixed(2) }} {{ item.Class_Price.toFixed(2) }}
</br> </br>
({{item.SellPriceType==2?'课时单价':'课时总价'}}) <template v-if="studyOrderType!=1">
({{item.SellPriceType==2?'课时单价':'课时总价'}})</template>
</template> </template>
</td> </td>
<td style="border:none;"> <td style="border:none;" v-if="studyOrderType!=1">
<template v-if="item.TextbookFee >= 0"> <template v-if="item.TextbookFee >= 0">
{{ item.TextbookFee.toFixed(2) }} {{ item.TextbookFee.toFixed(2) }}
</template> </template>
</td> </td>
<td style="border:none;"> <td style="border:none;" v-if="studyOrderType!=1">
<template v-if="item.CoursewareFee >= 0"> <template v-if="item.CoursewareFee >= 0">
{{ item.CoursewareFee.toFixed(2) }} {{ item.CoursewareFee.toFixed(2) }}
</template> </template>
</td> </td>
<td style="border:none;"> <td style="border:none;" v-if="studyOrderType!=1">
{{ item.TotalClassHours }} {{ item.TotalClassHours }}
...@@ -519,7 +450,7 @@ ...@@ -519,7 +450,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<td :colspan="17" style="text-align: left"> <td :colspan="studyOrderType!=1?17:14" style="text-align: left">
<div class="row" v-if="item.GuestList && item.GuestList.length > 0"> <div class="row" v-if="item.GuestList && item.GuestList.length > 0">
学生名单: 学生名单:
<template v-for="(x, j) in item.GuestList" :index="j"> <template v-for="(x, j) in item.GuestList" :index="j">
...@@ -591,7 +522,7 @@ ...@@ -591,7 +522,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<td :colspan="17" style="height: 168px;text-align: left"> <td :colspan="studyOrderType!=1?17:14" style="height: 168px;text-align: left">
<div class="col row remarks q-gutter-x-md"> <div class="col row remarks q-gutter-x-md">
<div class="col"> <div class="col">
<div>销售备注:</div> <div>销售备注:</div>
...@@ -950,7 +881,7 @@ ...@@ -950,7 +881,7 @@
</template> </template>
<tbody v-if="cancelList && cancelList.length > 0"> <tbody v-if="cancelList && cancelList.length > 0">
<tr> <tr>
<td :colspan="17"> <td :colspan="studyOrderType!=1?17:14">
<span style="color:red;cursor:pointer;font-weight:bold;" @click="isShowCancel = !isShowCancel">取消订单</span> <span style="color:red;cursor:pointer;font-weight:bold;" @click="isShowCancel = !isShowCancel">取消订单</span>
</td> </td>
</tr> </tr>
...@@ -976,17 +907,17 @@ ...@@ -976,17 +907,17 @@
{{ item.Class_Price.toFixed(2) }} {{ item.Class_Price.toFixed(2) }}
</template> </template>
</td> </td>
<td style="border:none;"> <td style="border:none;" v-if="studyOrderType!=1">
<template v-if="item.TextbookFee >= 0"> <template v-if="item.TextbookFee >= 0">
{{ item.TextbookFee.toFixed(2) }} {{ item.TextbookFee.toFixed(2) }}
</template> </template>
</td> </td>
<td style="border:none;"> <td style="border:none;" v-if="studyOrderType!=1">
<template v-if="item.CoursewareFee >= 0"> <template v-if="item.CoursewareFee >= 0">
{{ item.CoursewareFee.toFixed(2) }} {{ item.CoursewareFee.toFixed(2) }}
</template> </template>
</td> </td>
<td style="border:none;"> <td style="border:none;" v-if="studyOrderType!=1">
{{ item.TotalClassHours }} {{ item.TotalClassHours }}
</td> </td>
...@@ -1361,6 +1292,10 @@ ...@@ -1361,6 +1292,10 @@
type: Number, type: Number,
default: 0 //1-销售修改,2-OP修改,3-总经理修改 default: 0 //1-销售修改,2-OP修改,3-总经理修改
}, },
studyOrderType: {
type: Number,
default: 0 //1-留学订单
},
isShowEditBtn: { isShowEditBtn: {
type: Number, type: Number,
default: null default: null
......
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
</div> </div>
</div> </div>
<div class="page-content"> <div class="page-content">
<orderlist :dataList="data.List" :authObj="authObj" :modityOrderType="1" @success="refreshClassOrder" ref="orderL" <orderlist :dataList="data.List" :authObj="authObj" :studyOrderType="1" :modityOrderType="1" @success="refreshClassOrder" ref="orderL"
:loading="loading"> :loading="loading">
</orderlist> </orderlist>
<div class="row" style="justify-content: flex-end;padding: 5px 20px"> <div class="row" style="justify-content: flex-end;padding: 5px 20px">
......
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
</div> </div>
</div> </div>
<div class="page-content"> <div class="page-content">
<orderlist :dataList="data.List" :authObj="authObj" :modityOrderType="3" @success="refreshClassOrder" ref="orderL" :loading="loading"> <orderlist :dataList="data.List" :authObj="authObj" :studyOrderType="1" :modityOrderType="3" @success="refreshClassOrder" ref="orderL" :loading="loading">
</orderlist> </orderlist>
<div class="row" style="justify-content: flex-end;padding: 5px 20px"> <div class="row" style="justify-content: flex-end;padding: 5px 20px">
<q-pagination v-model="msg.pageIndex" :max="pageCount" @input="changePage" class="full-width justify-end" <q-pagination v-model="msg.pageIndex" :max="pageCount" @input="changePage" class="full-width justify-end"
......
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