Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
Project
Project
Details
Activity
Releases
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
xugong
hls-xcmg-vue-app
Commits
18a65fd7
Commit
18a65fd7
authored
Apr 24, 2023
by
白日依山山山
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:融租申请工作流30节点可见两字段;房产类型字段修改
parent
6ff47e8a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Lessee.vue
src/pages/financingApply/components/Lessee.vue
+1
-1
Plan.vue
src/pages/financingApply/components/Plan.vue
+2
-2
No files found.
src/pages/financingApply/components/Lessee.vue
View file @
18a65fd7
...
...
@@ -71,7 +71,7 @@ export default {
[
'联系地址'
,
'living_address'
,
'text'
],
[
'配偶姓名'
,
'bp_name_sp'
,
'text'
],
[
'配偶手机号'
,
'spouse_phone'
,
'text'
],
[
'房产类型'
,
'house_type'
,
'text'
],
[
'房产类型'
,
'house_type
_n
'
,
'text'
],
[
'配偶工作地址'
,
'working_place_sp'
,
'text'
],
[
'配偶联系地址'
,
'address_sp'
,
'text'
],
[
'农行代扣'
,
'abc_deduction_flag'
,
'bool'
],
...
...
src/pages/financingApply/components/Plan.vue
View file @
18a65fd7
...
...
@@ -11,8 +11,8 @@
<span
slot=
"content"
v-else=
"ele.type == 'text'"
>
{{
planData
[
pi
][
ele
.
prop
]
}}
</span>
</item>
</list-item>
<Cell
:value=
"p.repurchase_flag_n"
:required=
"editFlag"
:disabled=
"!editFlag"
:is-link=
"editFlag"
title=
"合同类型"
placeholder=
"请选择"
@
click=
"showPicker(1,pi)"
/>
<Cell
:value=
"p.rent_invoice_type_n"
:required=
"editFlag"
:disabled=
"!editFlag"
:is-link=
"editFlag"
title=
"开票类型"
placeholder=
"请选择"
@
click=
"showPicker(0,pi)"
/>
<Cell
v-if=
"editFlag"
:value=
"p.repurchase_flag_n"
:required=
"editFlag"
:disabled=
"!editFlag"
:is-link=
"editFlag"
title=
"合同类型"
placeholder=
"请选择"
@
click=
"showPicker(1,pi)"
/>
<Cell
v-if=
"editFlag"
:value=
"p.rent_invoice_type_n"
:required=
"editFlag"
:disabled=
"!editFlag"
:is-link=
"editFlag"
title=
"开票类型"
placeholder=
"请选择"
@
click=
"showPicker(0,pi)"
/>
<!-- 查看还款计划 -->
<router-link
:to=
"toPath(p.cash_lists, p)"
>
查看还款计划
</router-link>
...
...
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