Commit e13ba75e authored by zhengke's avatar zhengke

修改

parent 56f8c3d1
...@@ -65,17 +65,23 @@ ...@@ -65,17 +65,23 @@
<q-badge v-if="item.JoinType==3" color="red" label="续费订单" style="margin-left:5px;" class="q-mr-xs" /> <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;" <q-badge v-if="item.TargetJoinType==3" color="green" label="已续费" style="margin-left:5px;"
class="q-mr-xs" /> class="q-mr-xs" />
<div style="display:inline-block;">
<q-badge v-if="(item.JoinType==4||item.JoinType==5) &&item.FirstOrderId>0" color="blue" label="关联拆分订单" <q-badge v-if="(item.JoinType==4||item.JoinType==5) &&item.FirstOrderId>0" color="blue" label="关联拆分订单"
style="margin-left:5px;" class="q-mr-xs"> style="margin-left:5px;cursor:pointer;">
</q-badge> </q-badge>
<template v-if="item.SplitDetailsList&&item.SplitDetailsList.length>0" <q-popup-proxy>
v-for="(subItem) in item.SplitDetailsList"> <q-banner>
<span> <div style="width: 500px;">
<template v-if="item.SplitDetailsList&&item.SplitDetailsList.length>0">
<div style="margin-bottom:5px;color:#000;" v-for="(subItem,subIndex) in item.SplitDetailsList" :key="subIndex">
从 【{{subItem.S_ClassName}}】({{subItem.S_OrderId}}) {{subItem.T_JoinTypeName}}到【{{subItem.T_ClassName}}】({{subItem.T_OrderId}}) 从 【{{subItem.S_ClassName}}】({{subItem.S_OrderId}}) {{subItem.T_JoinTypeName}}到【{{subItem.T_ClassName}}】({{subItem.T_OrderId}})
</span><br /> </div>
</template> </template>
</div> </div>
</q-banner>
</q-popup-proxy>
</div>
</div>
<div class="order_OferTitle" v-if="item.TargetJoinType==1"> <div class="order_OferTitle" v-if="item.TargetJoinType==1">
<template v-if="item.JoinType==3"> <template v-if="item.JoinType==3">
原订单:{{item.SourceOrderId}} 原订单:{{item.SourceOrderId}}
......
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