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
e33b765d
Commit
e33b765d
authored
Jun 24, 2024
by
周亚武
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加列表项
parent
08793a07
Pipeline
#2807
failed with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
48 additions
and
42 deletions
+48
-42
src/views/Apply/fillScanMaterial.vue
src/views/Apply/fillScanMaterial.vue
+7
-1
src/views/Apply/formList.vue
src/views/Apply/formList.vue
+41
-41
No files found.
src/views/Apply/fillScanMaterial.vue
View file @
e33b765d
...
...
@@ -140,7 +140,13 @@ export default{
this
.
imgFrames
.
push
({
'
imgSrc
'
:
require
(
'
../../assets/images/filebox.png
'
)});
this
.
imgFrames
.
push
({
'
imgSrc
'
:
require
(
'
../../assets/images/filebox.png
'
)});
this
.
imgFrames
.
push
({
'
imgSrc
'
:
require
(
'
../../assets/images/filebox.png
'
)});
}
else
{
}
else
if
(
this
.
formIndex
==
13
||
this
.
formIndex
==
14
||
this
.
formIndex
==
15
){
//只需要扫描身份证
this
.
materials
.
push
({
'
name
'
:
'
身份证
'
,
'
fileUrl
'
:
''
,
'
fileId
'
:
''
,
'
type
'
:
''
});
this
.
imgDel
.
push
({
'
name
'
:
''
,
'
imgSrc
'
:
require
(
'
../../assets/images/ico/delete.png
'
)});
this
.
imgDel
.
push
({
'
name
'
:
''
,
'
imgSrc
'
:
require
(
'
../../assets/images/ico/delete.png
'
)});
this
.
imgFrames
.
push
({
'
imgSrc
'
:
require
(
'
../../assets/images/filebox.png
'
)});
this
.
imgFrames
.
push
({
'
imgSrc
'
:
require
(
'
../../assets/images/filebox.png
'
)});
}
else
{
this
.
materials
.
push
({
'
name
'
:
'
营业执照
'
,
'
fileUrl
'
:
''
,
'
fileId
'
:
''
,
'
type
'
:
''
});
this
.
imgDel
.
push
({
'
name
'
:
''
,
'
imgSrc
'
:
require
(
'
../../assets/images/ico/delete.png
'
)});
this
.
imgFrames
.
push
({
'
imgSrc
'
:
require
(
'
../../assets/images/filebox.png
'
)});
...
...
src/views/Apply/formList.vue
View file @
e33b765d
...
...
@@ -29,46 +29,6 @@
<div
style=
"width: 50%;text-align:left;margin-left: 3.2%"
>
公共场所卫生许可承诺书
</div>
</div>
<div
class=
"content"
@
click=
"goFillScan(5)"
v-if=
"serviceId==null"
>
<!-- 各区域通用 -->
<div
style=
"width: 10%;text-align:left;margin-left: 6%"
>
5
</div>
<div
style=
"width: 50%;text-align:left;margin-left: 3.2%"
>
异地就医备案个人承诺书
</div>
</div>
<div
class=
"content"
@
click=
"goFillScan(5)"
v-if=
"serviceId==null"
>
<!-- 各区域通用 -->
<div
style=
"width: 10%;text-align:left;margin-left: 6%"
>
6
</div>
<div
style=
"width: 50%;text-align:left;margin-left: 3.2%"
>
医保个人承诺书
</div>
</div>
<div
class=
"content"
@
click=
"goFillScan(5)"
v-if=
"serviceId==null"
>
<!-- 各区域通用 -->
<div
style=
"width: 10%;text-align:left;margin-left: 6%"
>
7
</div>
<div
style=
"width: 50%;text-align:left;margin-left: 3.2%"
>
申领职业年金个人账户余额承诺书
</div>
</div>
<div
class=
"content"
@
click=
"goFillScan(5)"
v-if=
"serviceId==null"
>
<!-- 各区域通用 -->
<div
style=
"width: 10%;text-align:left;margin-left: 6%"
>
8
</div>
<div
style=
"width: 50%;text-align:left;margin-left: 3.2%"
>
还款证明
</div>
</div>
<div
class=
"content"
@
click=
"goFillScan(5)"
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(5)"
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
class=
"content"
@
click=
"goFillScan(5)"
v-if=
"serviceId==null"
>
<!-- 各区域通用 -->
<div
style=
"width: 10%;text-align:left;margin-left: 6%"
>
11
</div>
<div
style=
"width: 50%;text-align:left;margin-left: 3.2%"
>
居住权协议
</div>
</div>
<div
class=
"content"
@
click=
"goFillScan(5)"
v-if=
"serviceId==null"
>
<!-- 各区域通用 -->
<div
style=
"width: 10%;text-align:left;margin-left: 6%"
>
12
</div>
<div
style=
"width: 50%;text-align:left;margin-left: 3.2%"
>
不动产民间借贷
</div>
</div>
<div
class=
"content"
@
click=
"goFillScan(5)"
v-if=
"serviceId=='S100529'||serviceId=='S100535'"
>
<!--宜宾市民中心和宜宾市兴文县政务中心 -->
<div
style=
"width: 10%;text-align:left;margin-left: 6%"
>
1
</div>
<div
style=
"width: 50%;text-align:left;margin-left: 3.2%"
>
不动产买卖合同
</div>
...
...
@@ -115,6 +75,46 @@
<div
style=
"width: 50%;text-align:left;margin-left: 3.2%"
>
健康证申请表
</div>
</div>
<div
class=
"content"
@
click=
"goFillScan(13)"
v-if=
"serviceId==null"
>
<!-- 各区域通用 -->
<div
style=
"width: 10%;text-align:left;margin-left: 6%"
>
5
</div>
<div
style=
"width: 50%;text-align:left;margin-left: 3.2%"
>
异地就医备案个人承诺书
</div>
</div>
<div
class=
"content"
@
click=
"goFillScan(14)"
v-if=
"serviceId==null"
>
<!-- 各区域通用 -->
<div
style=
"width: 10%;text-align:left;margin-left: 6%"
>
6
</div>
<div
style=
"width: 50%;text-align:left;margin-left: 3.2%"
>
医保个人承诺书
</div>
</div>
<div
class=
"content"
@
click=
"goFillScan(15)"
v-if=
"serviceId==null"
>
<!-- 各区域通用 -->
<div
style=
"width: 10%;text-align:left;margin-left: 6%"
>
7
</div>
<div
style=
"width: 50%;text-align:left;margin-left: 3.2%"
>
申领职业年金个人账户余额承诺书
</div>
</div>
<div
class=
"content"
@
click=
"goFillScan(16)"
v-if=
"serviceId==null"
>
<!-- 各区域通用 -->
<div
style=
"width: 10%;text-align:left;margin-left: 6%"
>
8
</div>
<div
style=
"width: 50%;text-align:left;margin-left: 3.2%"
>
还款证明
</div>
</div>
<div
class=
"content"
@
click=
"goFillScan(17)"
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(18)"
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
class=
"content"
@
click=
"goFillScan(19)"
v-if=
"serviceId==null"
>
<!-- 各区域通用 -->
<div
style=
"width: 10%;text-align:left;margin-left: 6%"
>
11
</div>
<div
style=
"width: 50%;text-align:left;margin-left: 3.2%"
>
居住权协议
</div>
</div>
<div
class=
"content"
@
click=
"goFillScan(20)"
v-if=
"serviceId==null"
>
<!-- 各区域通用 -->
<div
style=
"width: 10%;text-align:left;margin-left: 6%"
>
12
</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%;"
>
...
...
@@ -149,7 +149,7 @@ export default{
methods
:{
goFillScan
(
formIndex
){
//表列表事件
if
(
formIndex
==
5
||
formIndex
==
6
){
if
(
formIndex
==
5
||
formIndex
==
6
||
formIndex
==
16
||
formIndex
==
17
||
formIndex
==
18
||
formIndex
==
19
||
formIndex
==
20
){
this
.
$router
.
push
({
path
:
'
/contractScan
'
,
query
:{
formIndex
:
formIndex
}});
}
else
{
this
.
$router
.
push
({
path
:
'
/fillScanMaterial
'
,
query
:{
formIndex
:
formIndex
}});
...
...
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