Commit 6fd9c178 authored by 周亚武's avatar 周亚武

修改列表

parent a587e4a4
......@@ -166,7 +166,7 @@ export default{
this.notice = '营业执照';
}
if(this.formIndex == 16 || this.formIndex == 17 || this.formIndex == 18 || this.formIndex == 19 || this.formIndex == 20){
if(this.formIndex == 16 || this.formIndex == 17 || this.formIndex == 18 || this.formIndex == 19 || this.formIndex == 20 || this.formIndex == 21 || this.formIndex == 22){
this.imgFrames.push({'imgSrc': require('../../assets/images/filebox.png')});
this.notice = '不动产证';
}
......@@ -254,9 +254,16 @@ export default{
this.$router.push({ path: '/iframePage',query:{pageUrl:window.config.aiCaseUrl+"lilo/aiCase/skipSanitationRegister?pageUrl=rpaForm/sichuan/yibin/web/JZQXY",materials:JSON.stringify(this.materials)}});
}
if (this.formIndex==20){
this.$router.push({ path: '/iframePage',query:{pageUrl:window.config.aiCaseUrl+"lilo/aiCase/skipSanitationRegister?pageUrl=rpaForm/sichuan/yibin/web/BDCMJJD",materials:JSON.stringify(this.materials)}});
}
if (this.formIndex==20){
this.$router.push({ path: '/iframePage',query:{pageUrl:window.config.aiCaseUrl+"lilo/aiCase/skipSanitationRegister?pageUrl=rpaForm/sichuan/yibin/web/BDCMJJD",materials:JSON.stringify(this.materials)}});
}
if (this.formIndex==21){
this.$router.push({ path: '/iframePage',query:{pageUrl:window.config.aiCaseUrl+"lilo/aiCase/skipSanitationRegister?pageUrl=rpaForm/sichuan/yibin/web/BDCMMHT",materials:JSON.stringify(this.materials)}});
}
if (this.formIndex==22){
this.$router.push({ path: '/iframePage',query:{pageUrl:window.config.aiCaseUrl+"lilo/aiCase/skipSanitationRegister?pageUrl=rpaForm/sichuan/yibin/web/FWZYHT",materials:JSON.stringify(this.materials)}});
}
},
......
......@@ -115,6 +115,16 @@
<div style="width: 50%;text-align:left;margin-left: 3.2%">不动产民间借贷</div>
</div>
<div class="content" @click="goFillScan(21)" v-if="serviceId==null"><!-- 各区域通用 -->
<div style="width: 10%;text-align:left;margin-left: 6%">9</div>
<div style="width: 50%;text-align:left;margin-left: 3.2%">买卖合同</div>
</div>
<div class="content" @click="goFillScan(22)" v-if="serviceId==null"><!-- 各区域通用 -->
<div style="width: 10%;text-align:left;margin-left: 6%">10</div>
<div style="width: 50%;text-align:left;margin-left: 3.2%">赠与合同</div>
</div>
<div style="position: fixed;bottom: 80px;width: 98%;">
<div style="position: absolute;margin-left:30%;">
......
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