Commit c9740bb2 authored by youjie's avatar youjie

no message

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