Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
rebort-h5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
rebort-h5
Commits
6fd9c178
Commit
6fd9c178
authored
Jul 04, 2024
by
周亚武
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改列表
parent
a587e4a4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
4 deletions
+21
-4
src/views/Apply/fillScanMaterial.vue
src/views/Apply/fillScanMaterial.vue
+11
-4
src/views/Apply/formList.vue
src/views/Apply/formList.vue
+10
-0
No files found.
src/views/Apply/fillScanMaterial.vue
View file @
6fd9c178
...
@@ -166,7 +166,7 @@ export default{
...
@@ -166,7 +166,7 @@ export default{
this
.
notice
=
'
营业执照
'
;
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
.
imgFrames
.
push
({
'
imgSrc
'
:
require
(
'
../../assets/images/filebox.png
'
)});
this
.
notice
=
'
不动产证
'
;
this
.
notice
=
'
不动产证
'
;
}
}
...
@@ -258,6 +258,13 @@ export default{
...
@@ -258,6 +258,13 @@ export default{
this
.
$router
.
push
({
path
:
'
/iframePage
'
,
query
:{
pageUrl
:
window
.
config
.
aiCaseUrl
+
"
lilo/aiCase/skipSanitationRegister?pageUrl=rpaForm/sichuan/yibin/web/BDCMJJD
"
,
materials
:
JSON
.
stringify
(
this
.
materials
)}});
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
)}});
}
},
},
scanBtn
(){
//扫描
scanBtn
(){
//扫描
...
...
src/views/Apply/formList.vue
View file @
6fd9c178
...
@@ -115,6 +115,16 @@
...
@@ -115,6 +115,16 @@
<div
style=
"width: 50%;text-align:left;margin-left: 3.2%"
>
不动产民间借贷
</div>
<div
style=
"width: 50%;text-align:left;margin-left: 3.2%"
>
不动产民间借贷
</div>
</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: fixed;bottom: 80px;width: 98%;"
>
<div
style=
"position: absolute;margin-left:30%;"
>
<div
style=
"position: absolute;margin-left:30%;"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment