Commit 49b90582 authored by 周亚武's avatar 周亚武

增加事项

parent 7a343406
...@@ -226,6 +226,20 @@ export default{ ...@@ -226,6 +226,20 @@ export default{
this.$router.push({ path: '/iframePage',query:{pageUrl:window.config.aiCaseUrl+"lilo/aiCase/skipSanitationRegister?pageUrl=rpaForm/sichuan/yibin/web/HKZM",materials:JSON.stringify(this.materials)}}); this.$router.push({ path: '/iframePage',query:{pageUrl:window.config.aiCaseUrl+"lilo/aiCase/skipSanitationRegister?pageUrl=rpaForm/sichuan/yibin/web/HKZM",materials:JSON.stringify(this.materials)}});
} }
if (this.formIndex==17){
this.$router.push({ path: '/iframePage',query:{pageUrl:window.config.aiCaseUrl+"lilo/aiCase/skipSanitationRegister?pageUrl=rpaForm/sichuan/yibin/web/DYWZRTYS",materials:JSON.stringify(this.materials)}});
}
if (this.formIndex==19){
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)}});
}
}, },
scanBtn(){//扫描 scanBtn(){//扫描
...@@ -292,6 +306,11 @@ export default{ ...@@ -292,6 +306,11 @@ export default{
if (robotType)robotsdk.closeHighCamera();//关闭高拍仪 if (robotType)robotsdk.closeHighCamera();//关闭高拍仪
this.$router.push({ path: '/iframePage',query:{pageUrl:window.config.aiCaseUrl+"lilo/aiCase/skipSanitationRegister?pageUrl=rpaForm/sichuan/yibin/web/SLZYNJGRZHYECNS",materials:JSON.stringify(this.materials)}}); this.$router.push({ path: '/iframePage',query:{pageUrl:window.config.aiCaseUrl+"lilo/aiCase/skipSanitationRegister?pageUrl=rpaForm/sichuan/yibin/web/SLZYNJGRZHYECNS",materials:JSON.stringify(this.materials)}});
} }
else if (this.formIndex==18){
this.isOpenHighCamera=false;
if (robotType)robotsdk.closeHighCamera();//关闭高拍仪
this.$router.push({ path: '/iframePage',query:{pageUrl:window.config.aiCaseUrl+"lilo/aiCase/skipSanitationRegister?pageUrl=rpaForm/sichuan/yibin/web/YBSZFGJJTQSQ",materials:JSON.stringify(this.materials)}});
}
else { else {
this.isOpenHighCamera = true; this.isOpenHighCamera = true;
this.PlayAudioCallback("cmdOK") this.PlayAudioCallback("cmdOK")
...@@ -326,7 +345,7 @@ export default{ ...@@ -326,7 +345,7 @@ export default{
}else { }else {
this.showConfirmMessage("检测到材料已上传过是否覆盖最新?"); this.showConfirmMessage("检测到材料已上传过是否覆盖最新?");
} }
}else if (this.formIndex==16 || this.formIndex==17 || this.formIndex==18 || this.formIndex==19){ }else if (this.formIndex==16 || this.formIndex==17 || this.formIndex==19 || this.formIndex==20){
let twoFileUrl=this.materials[1]; let twoFileUrl=this.materials[1];
if (twoFileUrl == null){ if (twoFileUrl == null){
if (fileName.lastIndexOf("不动产证")!=-1){ if (fileName.lastIndexOf("不动产证")!=-1){
......
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