Commit 0d171822 authored by 黄奎's avatar 黄奎

页面修改

parent 9e81ad8f
......@@ -35,7 +35,7 @@
<th width="6%">平台税金</th>
<th width="6%">待收金额</th>
<template v-if="AuthorityObj.isShowStudyRebate">
<th width="6%">留学订单</th>
<th width="6%">留学订单</th>
</template>
<th width="6%">状态</th>
<th v-if="viewType == 0">操作</th>
......@@ -64,7 +64,7 @@
<col />
</colgroup>
<tr>
<td v-show="dataList && dataList.length == 0" :colspan="12" align="center">
<td v-show="dataList && dataList.length == 0" :colspan="13" align="center">
暂无数据
</td>
</tr>
......@@ -220,13 +220,13 @@
</div>
</template>
</td>
<td style="border:none;width:6%">{{ item.GuestNum }}人</td>
<td style="border:none;width:6%">
<td style="border:none;">{{ item.GuestNum }}人</td>
<td style="border:none;">
<template v-if="item.Class_Price >= 0">
{{ item.Class_Price.toFixed(2) }}
</template>
</td>
<td style="width:6%" :style="{
<td :style="{
color:
item.Class_Price != item.Unit_Price
? 'var(--q-color-negative)'
......@@ -240,7 +240,7 @@
<span class="redstyle">{{ item.Unit_Price.toFixed(2) }}</span>
</template>
</td>
<td style="border:none;width:6%">
<td style="border:none;">
<template v-if="item.PreferPrice >= 0">
{{ item.PreferPrice.toFixed(2) }}
</template>
......@@ -248,7 +248,7 @@
<span class="redstyle">{{ item.PreferPrice.toFixed(2) }}</span>
</template>
</td>
<td style="border:none;width:6%">
<td style="border:none;">
<template v-if="item.Income >= 0">
{{ item.Income.toFixed(2) }}
</template>
......@@ -256,7 +256,7 @@
<span class="redstyle">{{ item.Income.toFixed(2) }}</span>
</template>
</td>
<td style="color:var(--q-color-negative);border:none;width:6%">
<td style="color:var(--q-color-negative);border:none; ">
<template v-if="item.DiscountMoney >= 0">
{{ item.DiscountMoney.toFixed(2) }}
</template>
......@@ -266,7 +266,7 @@
}}</span>
</template>
</td>
<td style="border:none;width:6%">
<td style="border:none;">
<template v-if="item.LessPrice >= 0">
{{ item.LessPrice.toFixed(2) }}
</template>
......@@ -274,7 +274,7 @@
<span class="redstyle">{{ item.LessPrice.toFixed(2) }}</span>
</template>
</td>
<td style="border:none;width:6%">
<td style="border:none;">
<template v-if="item.Refund >= 0">
{{ item.Refund.toFixed(2) }}
</template>
......@@ -282,7 +282,7 @@
<span class="redstyle">{{ item.Refund.toFixed(2) }}</span>
</template>
</td>
<td style="border:none;width:6%">
<td style="border:none;">
<template v-if="item.PlatformTax >= 0">
{{ item.PlatformTax.toFixed(2) }}
</template>
......@@ -290,7 +290,7 @@
<span class="redstyle">{{ item.PlatformTax.toFixed(2) }}</span>
</template>
</td>
<td style="color:#2961FE;border:none;width:6%">
<td style="color:#2961FE;border:none;">
<template v-if="item.DueInMoney >= 0">
{{ item.DueInMoney.toFixed(2) }}
</template>
......@@ -298,7 +298,7 @@
<span class="redstyle">{{ item.DueInMoney.toFixed(2) }}</span>
</template>
</td>
<td style="color:#2961FE;border:none;width:6%" v-if="AuthorityObj.isShowStudyRebate">
<td style="color:#2961FE;border:none;" v-if="AuthorityObj.isShowStudyRebate">
<template v-if="item.StudyBroadRebateMoney >= 0">
{{ item.StudyBroadRebateMoney.toFixed(2) }}
</template>
......@@ -306,7 +306,7 @@
<span class="redstyle">{{ item.StudyBroadRebateMoney.toFixed(2) }}</span>
</template>
</td>
<td style="border:none;width:7%">
<td style="border:none;">
<div style="background: rgba(2, 196, 153, 0.2);width: 80px;border-radius: 2px;text-align: center">
<span style="color: #02C499">{{ item.OrderStateName }}</span>
</div>
......@@ -859,7 +859,7 @@
</div>
</div>
<div class="row" style="justify-content: space-between"
v-if="item.OrderType == 2 || item.ClassScrollType == 2">
v-if="item.OrderType == 2 ">
<span>返佣单据:</span>
<q-btn flat size="xs" icon="edit" v-if="
AuthorityObj.isShowFinanceBtn &&
......@@ -868,7 +868,7 @@
" style="font-weight:400;color: #02C499" label="修改" @click="chanceType(item, 4)" />
</div>
<div class="row wrap" v-if="item.OrderType == 2 || item.ClassScrollType == 2">
<div class="row wrap" v-if="item.OrderType == 2 ">
<div class="finance row" v-for="(x, j) in item.StudyFinaceList" :key="j" :style="{
background:
x.ColorState == 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