Commit be15878d authored by 黄奎's avatar 黄奎
parents 4b0f8344 802e715a
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
<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;"
...@@ -265,13 +265,15 @@ export default { ...@@ -265,13 +265,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: [],
...@@ -370,8 +372,10 @@ export default { ...@@ -370,8 +372,10 @@ export default {
OrderIdStr: this.addMsg.OrderIdStr, OrderIdStr: this.addMsg.OrderIdStr,
AuditId: this.addMsg.AuditId, AuditId: this.addMsg.AuditId,
detailList: [], detailList: [],
vorcherInos: [] vorcherInos: [],
Is_Merge: 0
} }
msg.Is_Merge = this.SwitchStatus==true?1:0
this.addMsg.detailList.forEach(x=>{ this.addMsg.detailList.forEach(x=>{
let obj = { let obj = {
TemplateId: x.TemplateId, TemplateId: x.TemplateId,
...@@ -676,8 +680,8 @@ export default { ...@@ -676,8 +680,8 @@ export default {
.proofList-box{ .proofList-box{
display: flex; display: flex;
flex-direction: column; flex-direction: column;
margin-left: 5px; padding: 5px 0 0 0;
margin-bottom: 3px; border-bottom: 1px dashed #eee;
} }
.d-flex{ .d-flex{
min-width: 240px; min-width: 240px;
......
...@@ -278,7 +278,7 @@ ...@@ -278,7 +278,7 @@
</h3> </h3>
<div class="listone-form"> <div class="listone-form">
<el-image v-if="detailsObj.ImageList" class="listone-img" :src="detailsObj.ImageList[0]" fit="cover" <el-image v-if="detailsObj.ImageList" class="listone-img" :src="detailsObj.ImageList[0]" fit="cover"
style="max-height: 50px;"> style="max-height: 88px;">
<div slot="placeholder" class="image-slot"> <div slot="placeholder" class="image-slot">
<span> <span>
加载中<span class="dot">...</span> 加载中<span class="dot">...</span>
......
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