Commit 945d4ec9 authored by youjie's avatar youjie

优化团签

parent eac3c6ef
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
.checklist_ul li{ .checklist_ul li{
display: inline-block; display: inline-block;
margin:10px 0; margin:10px 0;
width: 85px; width: 115px;
cursor: pointer; cursor: pointer;
} }
.tickets_red { .tickets_red {
...@@ -541,6 +541,9 @@ ...@@ -541,6 +541,9 @@
<span v-if="item.VisaStatus===1" class="tickets_red" ><span v-if="item.Status==0" >{{item.guestName}}</span><span v-else style="text-decoration:line-through;">{{item.guestName}}</span></span> <span v-if="item.VisaStatus===1" class="tickets_red" ><span v-if="item.Status==0" >{{item.guestName}}</span><span v-else style="text-decoration:line-through;">{{item.guestName}}</span></span>
<span v-if="item.VisaStatus===2" class="tickets_blue" ><span v-if="item.Status==0" >{{item.guestName}}</span><span v-else style="text-decoration:line-through;">{{item.guestName}}</span></span> <span v-if="item.VisaStatus===2" class="tickets_blue" ><span v-if="item.Status==0" >{{item.guestName}}</span><span v-else style="text-decoration:line-through;">{{item.guestName}}</span></span>
<span v-if="item.VisaStatus===3" class="tickets_black" ><span v-if="item.Status==0" >{{item.guestName}}</span><span v-else style="text-decoration:line-through;">{{item.guestName}}</span></span> <span v-if="item.VisaStatus===3" class="tickets_black" ><span v-if="item.Status==0" >{{item.guestName}}</span><span v-else style="text-decoration:line-through;">{{item.guestName}}</span></span>
<template v-if="item.CostRelationList.length+item.InsureRelationList.length+item.ServiceRelationList.length>0">
({{item.CostRelationList.length+item.InsureRelationList.length+item.ServiceRelationList.length}})
</template>
</label> </label>
</li> </li>
...@@ -633,6 +636,7 @@ export default { ...@@ -633,6 +636,7 @@ export default {
checkListAll:[], checkListAll:[],
checkd:false, checkd:false,
type2: null, type2: null,
isSignMonth: [44,64,164,255,267],//签证、月结相关流程
} }
}, },
methods: { methods: {
...@@ -769,7 +773,8 @@ export default { ...@@ -769,7 +773,8 @@ export default {
"companyID": this.OutBranchId, "companyID": this.OutBranchId,
"path": "", "path": "",
'blank': 'y', 'blank': 'y',
'orderObj': JSON.stringify(orderObj) 'orderObj': JSON.stringify(orderObj),
'templateID': JSON.stringify(this.isSignMonth),
} }
}); });
return return
...@@ -871,7 +876,8 @@ export default { ...@@ -871,7 +876,8 @@ export default {
"companyID": this.OutBranchId, "companyID": this.OutBranchId,
"path": "", "path": "",
'blank': 'y', 'blank': 'y',
'orderObj': JSON.stringify(orderObj) 'orderObj': JSON.stringify(orderObj),
'templateID': JSON.stringify(this.isSignMonth),
} }
}); });
}else if(this.Offset=='Offset'){ }else if(this.Offset=='Offset'){
...@@ -883,6 +889,7 @@ export default { ...@@ -883,6 +889,7 @@ export default {
blank: 'y', blank: 'y',
orderObj: JSON.stringify(orderObj), orderObj: JSON.stringify(orderObj),
Type: this.type, Type: this.type,
templateID: JSON.stringify(this.isSignMonth),
} }
this.queryObj = query this.queryObj = query
this.cdState = true this.cdState = true
...@@ -902,7 +909,8 @@ export default { ...@@ -902,7 +909,8 @@ export default {
"companyID": this.OutBranchId, "companyID": this.OutBranchId,
"path": "", "path": "",
'blank': 'y', 'blank': 'y',
'orderObj': JSON.stringify(orderObj) 'orderObj': JSON.stringify(orderObj),
'templateID': JSON.stringify(this.isSignMonth),
} }
}); });
} }
......
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