Commit c9740bb2 authored by youjie's avatar youjie

no message

parent f5e6da13
......@@ -47,11 +47,13 @@
<el-tooltip class="item" effect="dark" content="只有签证、保险、服务共用凭证" placement="top">
<i class="el-icon-info" style="margin-left: 2px;cursor: pointer;"></i>
</el-tooltip>
开启凭证共用:
开启共用:
</span>
<el-switch
style="margin-left: 15px;"
v-model="SwitchStatus"
v-model="addMsg.Is_Merge"
active-value="1"
inactive-value="0"
@change="getVisaType">
</el-switch>
......@@ -253,7 +255,6 @@ export default {
return {
newProofList: [],
proofList:[],
SwitchStatus: false,
dataList: [],
showState: true,
loading: false,
......@@ -265,13 +266,15 @@ export default {
OrderIdStr:'',
AuditId:'',
detailList:[],
vorcherInos:[]
vorcherInos:[],
Is_Merge:0
},
addMsg:{
OrderIdStr:'',
AuditId:'',
detailList:[],
vorcherInos:[]
vorcherInos:[],
Is_Merge:0
},
ClientTypeList: [],
ClientAccountListS: [],
......@@ -500,9 +503,9 @@ export default {
Content: null,
Url: null
}
if(this.SwitchStatus==true&&(x.SetUpTypeStr=='签证费'||x.SetUpTypeStr=='快递费')){
if(this.addMsg.Is_Merge&&(x.SetUpTypeStr=='签证费'||x.SetUpTypeStr=='快递费')){
y.vorcherInos.push(obj)
}if(!this.SwitchStatus){
}if(!this.addMsg.Is_Merge){
y.vorcherInos.push(obj)
}
})
......
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