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
dd7550a0
Commit
dd7550a0
authored
Jul 03, 2024
by
周亚武
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加事项
parent
95765e7a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
src/views/Apply/fillScanMaterial.vue
src/views/Apply/fillScanMaterial.vue
+18
-0
No files found.
src/views/Apply/fillScanMaterial.vue
View file @
dd7550a0
...
@@ -62,6 +62,14 @@
...
@@ -62,6 +62,14 @@
</div>
</div>
</div>
</div>
<!-- 图片框 -->
<div
class=
"right"
>
<div
class=
"rightFrame"
>
<img
class=
"imgFrame"
src=
"../../assets/images/filebox.png"
>
<div
class=
"fileName"
id=
"imgName"
>
{{
notice
}}
</div>
</div>
</div>
</div>
</div>
</
template
>
</
template
>
...
@@ -114,6 +122,7 @@ export default{
...
@@ -114,6 +122,7 @@ export default{
highCameraImgParameter
:{
//获取高拍仪照片
highCameraImgParameter
:{
//获取高拍仪照片
callback
:
"
HighCameraCallback
"
callback
:
"
HighCameraCallback
"
},
},
notice
:
''
,
count
:
0
,
count
:
0
,
personName
:
''
,
personName
:
''
,
sex
:
''
,
sex
:
''
,
...
@@ -152,6 +161,15 @@ export default{
...
@@ -152,6 +161,15 @@ export default{
//只需要扫描身份证 关闭高拍仪
//只需要扫描身份证 关闭高拍仪
this
.
isOpenHighCamera
=
false
;
this
.
isOpenHighCamera
=
false
;
}
}
if
(
this
.
formIndex
==
1
||
this
.
formIndex
==
2
||
this
.
formIndex
==
3
||
this
.
formIndex
==
4
){
this
.
imgFrames
.
push
({
'
imgSrc
'
:
require
(
'
../../assets/images/filebox.png
'
)});
this
.
notice
=
'
营业执照
'
;
}
if
(
this
.
formIndex
==
16
||
this
.
formIndex
==
17
||
this
.
formIndex
==
18
||
this
.
formIndex
==
19
||
this
.
formIndex
==
20
){
this
.
imgFrames
.
push
({
'
imgSrc
'
:
require
(
'
../../assets/images/filebox.png
'
)});
this
.
notice
=
'
不动产证
'
;
}
this
.
pageInfo
(
this
.
curPage
,
this
.
num
);
this
.
pageInfo
(
this
.
curPage
,
this
.
num
);
...
...
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