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
8e86e5a5
Commit
8e86e5a5
authored
Oct 09, 2019
by
786817560
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'修改测试问题'
parent
e08bae15
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
6 deletions
+13
-6
contract-details.vue
src/pages/distributorSign/contract-details.vue
+4
-4
base.vue
src/pages/intoApproval/intoApproval/base.vue
+9
-2
No files found.
src/pages/distributorSign/contract-details.vue
View file @
8e86e5a5
...
...
@@ -2,7 +2,7 @@
* @Description: 合同详情
* @Author: your name
* @Date: 2019-09-25 15:38:21
* @LastEditTime: 2019-10-0
8 14:58:45
* @LastEditTime: 2019-10-0
9 09:29:19
* @LastEditors: Please set LastEditors
-->
<
template
>
...
...
@@ -23,8 +23,8 @@
<!-- 个人信息(自然人) -->
<Personal
v-if=
"!bp_flag"
:baseInfo=
"baseInfo"
/>
<div
class=
"equipment-list"
>
担保人信息
<span
v-if=
"guarantorInfo.length === 0"
>
(
0
)
</span></div>
<list-item
v-if=
"bp_class === 'NP'"
:item-height=
"76"
>
<div
class=
"equipment-list"
>
担保人信息
<span
v-if=
"guarantorInfo.length === 0"
>
(
无
)
</span></div>
<list-item
v-if=
"
guarantorInfo[0].
bp_class === 'NP'"
:item-height=
"76"
>
<item
v-for=
"(item,index) in guarantorInfo"
:key=
"index"
>
<div
slot=
"name"
>
<span
class=
"name-box"
>
{{
index
+
1
}}
</span>
...
...
@@ -40,7 +40,7 @@
</item>
</list-item>
<list-item
v-if=
"bp_class === 'ORG'"
:item-height=
"76"
>
<list-item
v-if=
"
guarantorInfo[0].
bp_class === 'ORG'"
:item-height=
"76"
>
<item
v-for=
"(item,index) in guarantorInfo"
:key=
"index"
>
<div
slot=
"name"
>
<span
class=
"name-box"
>
{{
index
+
1
}}
</span>
...
...
src/pages/intoApproval/intoApproval/base.vue
View file @
8e86e5a5
<!--
* @Description: In User Settings Edit
* @Author: your name
* @Date: 2019-09-25 10:20:35
* @LastEditTime: 2019-09-25 10:20:35
* @LastEditors: your name
-->
<
template
>
<h-view
id=
"approval"
class=
"public-style"
title=
"进件审批"
>
<div
v-if=
"!isConfirm"
v-once
class=
"myModal"
>
...
...
@@ -198,11 +205,11 @@
<list-item
:item-height=
"44"
>
<item>
<div
slot=
"name"
>
业务经办
</div>
<input
slot=
"content"
v-model=
"companyInfo.bp_id_user"
readonly
>
<input
slot=
"content"
v-model=
"companyInfo.bp_id_user
_n
"
readonly
>
</item>
<item>
<div
slot=
"name"
>
经销商
</div>
<input
slot=
"content"
v-model=
"companyInfo.bp_id_agent"
>
<input
slot=
"content"
v-model=
"companyInfo.bp_id_agent
_n
"
>
</item>
</list-item>
<div
class=
"userInfo"
>
承租人信息
</div>
...
...
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