Commit 26846795 authored by 黄奎's avatar 黄奎

页面修改

parent 63cbcbe9
......@@ -65,6 +65,16 @@
<q-badge v-if="item.JoinType==3" color="red" label="续费订单" style="margin-left:5px;" class="q-mr-xs" />
<q-badge v-if="item.TargetJoinType==3" color="green" label="已续费" style="margin-left:5px;"
class="q-mr-xs" />
<q-badge v-if="(item.JoinType==4||item.JoinType==5) &&item.FirstOrderId>0" color="blue" label="关联拆分订单"
style="margin-left:5px;" class="q-mr-xs">
</q-badge>
<template v-if="item.SplitDetailsList&&item.SplitDetailsList.length>0"
v-for="(subItem) in item.SplitDetailsList">
<span>
从 【{{subItem.S_ClassName}}】({{subItem.S_OrderId}}) {{subItem.T_JoinTypeName}}到【{{subItem.T_ClassName}}】({{subItem.T_OrderId}})
</span><br />
</template>
</div>
<div class="order_OferTitle" v-if="item.TargetJoinType==1">
<template v-if="item.JoinType==3">
......@@ -285,7 +295,6 @@
<q-item-label>总经理备注</q-item-label>
</q-item-section>
</q-item>
<!-- <q-item clickable v-close-popup v-if="AuthorityObj.isShowCommissionEdit&&item.IsCommissionGive==1">
<q-item-section @click="upDateMoney(item,1)">
<q-item-label>修改提成</q-item-label>
......@@ -590,7 +599,6 @@
</td>
</tr>
</tbody>
<tbody v-if="cancelList&&cancelList.length>0">
<tr>
<td :colspan="13">
......@@ -1121,7 +1129,7 @@
}).onOk(() => {
regressSourceClass(backMsg).then(res => {
if (res.Code == 1) {
that.$q.notify({
that.$q.notify({
icon: 'iconfont icon-chenggong',
color: 'accent',
timeout: 2000,
......
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