Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Y
yishuju-ui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
何远江
yishuju-ui
Commits
d6f85ce9
Commit
d6f85ce9
authored
Mar 15, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
3cd882d6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
21 deletions
+28
-21
addModel.vue
src/views/infoGather/constant/components/addModel.vue
+8
-8
Customer.vue
src/views/infoGather/customerGather/components/Customer.vue
+11
-6
customerPrint.vue
...ws/infoGather/customerGather/components/customerPrint.vue
+9
-7
No files found.
src/views/infoGather/constant/components/addModel.vue
View file @
d6f85ce9
...
...
@@ -9,14 +9,6 @@
esc-closable
>
<div
class=
"card content-box addModel"
>
<div
class=
"mb-5 w-full flex justify-end"
>
<el-button
type=
"default"
@
click=
"showModal = false"
>
取消
</el-button>
<template
v-if=
"showEdit"
>
<el-button
type=
"primary"
@
click=
"submitForm"
>
保存
</el-button>
</
template
>
<el-button
type=
"primary"
@
click=
"showEdit = true"
v-if=
"currentRow"
>
修改
</el-button>
<!-- <el-button type="danger" @click="delItem" v-if="currentRow">删除</el-button> -->
</div>
<div
class=
"w-full"
>
<el-form
ref=
"formRef"
...
...
@@ -195,6 +187,14 @@
</el-row>
</el-form>
</div>
<div
class=
"mb-5 w-full flex justify-end"
>
<el-button
type=
"default"
@
click=
"showModal = false"
>
取消
</el-button>
<
template
v-if=
"showEdit"
>
<el-button
type=
"primary"
@
click=
"submitForm"
>
保存
</el-button>
</
template
>
<el-button
type=
"primary"
@
click=
"showEdit = true"
v-if=
"currentRow"
>
修改
</el-button>
<!-- <el-button type="danger" @click="delItem" v-if="currentRow">删除</el-button> -->
</div>
</div>
<el-dialog
v-model=
"dialogVisible"
>
<img
w-full
:src=
"dialogImageUrl"
alt=
"Preview Image"
/>
...
...
src/views/infoGather/customerGather/components/Customer.vue
View file @
d6f85ce9
...
...
@@ -86,8 +86,8 @@
<tr>
<td
class=
"label"
>
电子邮箱
</td>
<td
colspan=
"2"
><el-input
class=
"line-input"
v-model=
"form.email"
placeholder=
""
/></td>
<td
class=
"label"
>
月收入
</td>
<td
colspan=
"2"
><el-input
class=
"line-input"
v-model=
"form.
monthlyIncome
"
placeholder=
""
/></td>
<td
class=
"label"
>
性别
</td>
<td
colspan=
"2"
><el-input
class=
"line-input"
v-model=
"form.
email
"
placeholder=
""
/></td>
</tr>
<tr>
<td
class=
"label"
>
预留工作单位
</td>
...
...
@@ -137,16 +137,20 @@
</tr>
<tr>
<td
class=
"label"
>
公积金及金额
</td>
<td><el-input
class=
"line-input"
v-model=
"form.providentFund"
placeholder=
""
/></td>
<td
colspan=
"2"
><el-input
class=
"line-input"
v-model=
"form.providentFund"
placeholder=
""
/></td>
<td
class=
"label"
>
月收入
</td>
<td
colspan=
"2"
><el-input
class=
"line-input"
v-model=
"form.monthlyIncome"
placeholder=
""
/></td>
</tr>
<tr>
<td
class=
"label"
>
是否有理财型保单 、股票、基金 、大额存款
</td>
<td>
<el-radio-group
v-model=
"form.
status
"
>
<td
colspan=
"2"
>
<el-radio-group
v-model=
"form.
hasBigQuota
"
>
<el-radio
value=
"Y"
>
是
</el-radio>
<el-radio
value=
"N"
>
否
</el-radio>
</el-radio-group>
</td>
<td
class=
"label"
>
具体描述
</td>
<td><el-input
class=
"line-input"
v-model=
"form.insurance"
placeholder=
""
/></td>
<td
colspan=
"2"
><el-input
class=
"line-input"
v-model=
"form.insurance"
placeholder=
""
/></td>
</tr>
<tr>
<td
class=
"label"
>
是否有营业执照
</td>
...
...
@@ -363,6 +367,7 @@ const form = ref({
"marriage"
:
""
,
"phone"
:
""
,
"qualification"
:
""
,
"hasBigQuota"
:
"N"
,
"career"
:
""
,
"functionary"
:
"N"
,
"collection"
:
"N"
,
...
...
src/views/infoGather/customerGather/components/customerPrint.vue
View file @
d6f85ce9
...
...
@@ -50,14 +50,14 @@
<td
rowspan=
"2"
class=
"label"
>
案件描述
</td>
<td
rowspan=
"2"
class=
"label"
>
打卡收入
</td>
<td
rowspan=
"2"
class=
"label"
>
打卡银行
</td>
<td
colspan=
"3"
class=
"label"
>
车
</td>
<td
colspan=
"2"
class=
"label"
>
夫妻
房产
</td>
<td
colspan=
"3"
class=
"label"
>
个人及夫妻名下车辆
</td>
<td
colspan=
"2"
class=
"label"
>
个人及夫妻名下
房产
</td>
</tr>
<tr>
<td
class=
"label"
>
数量
</td>
<td
class=
"label"
colspan=
"2"
>
市
值
</td>
<td
class=
"label"
>
数量
(套)
</td>
<td
class=
"label"
>
市
值
</td>
<td
class=
"label"
colspan=
"2"
>
总价
值
</td>
<td
class=
"label"
>
数量
</td>
<td
class=
"label"
>
总价
值
</td>
</tr>
<tr>
<td
colspan=
"2"
>
{{
props
.
data
.
sueCaseId
==
'Y'
?
'是'
:
'否'
}}
</td>
...
...
@@ -71,14 +71,16 @@
</tr>
<tr>
<td
class=
"label"
colspan=
"2"
>
公积金及金额
</td>
<td
colspan=
"2"
class=
"label"
>
理财型保单 、股票 、基金 、大额存款
</td>
<td
colspan=
"2"
class=
"label"
>
是否有理财型保单 、股票 、基金 、大额存款
</td>
<td
colspan=
"2"
class=
"label"
>
具体描述
</td>
<td
class=
"label"
>
是否有营业执照
</td>
<td
class=
"label"
>
子女工作是否需要政审
</td>
<td
class=
"label"
colspan=
"2"
>
贷款类型
</td>
<td
class=
"label"
colspan=
"2"
>
备注
<br
/>
(个人情况说明)
</td>
<td
class=
"label"
colspan=
"2"
>
特殊原因备注
</td>
</tr>
<tr>
<td
colspan=
"2"
>
{{
props
.
data
.
providentFund
}}
</td>
<td
colspan=
"2"
>
{{
props
.
data
.
hasBigQuota
==
'Y'
?
'是'
:
'否'
}}
</td>
<td
colspan=
"2"
>
{{
props
.
data
.
insurance
}}
</td>
<td>
{{
props
.
data
.
hasBusinessLicense
==
'Y'
?
'是'
:
'否'
}}
</td>
<td>
{{
props
.
data
.
needPoliticalReview
==
'Y'
?
'是'
:
'否'
}}
</td>
...
...
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