Commit 945d4ec9 authored by youjie's avatar youjie

优化团签

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