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
ad4e233d
Commit
ad4e233d
authored
Oct 09, 2019
by
786817560
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'又修复几个问题'
parent
d0409f0f
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
19 additions
and
19 deletions
+19
-19
contract-details.vue
src/pages/distributorSign/contract-details.vue
+3
-3
contract-list.vue
src/pages/distributorSign/contract-list.vue
+4
-4
legal-person.vue
src/pages/distributorSign/legal-person.vue
+2
-2
base.vue
src/pages/intoApproval/intoApproval/base.vue
+2
-2
rentInfo.vue
src/pages/intoApproval/intoApproval/rentInfo.vue
+3
-3
intoList.vue
src/pages/intoApproval/intoList.vue
+5
-5
No files found.
src/pages/distributorSign/contract-details.vue
View file @
ad4e233d
...
...
@@ -2,7 +2,7 @@
* @Description: 合同详情
* @Author: your name
* @Date: 2019-09-25 15:38:21
* @LastEditTime: 2019-10-09
15:12:47
* @LastEditTime: 2019-10-09
20:55:08
* @LastEditors: Please set LastEditors
-->
<
template
>
...
...
@@ -106,11 +106,11 @@
</item>
<item>
<div
slot=
"name"
class=
"font-color"
>
预计付款日
</div>
<span
slot=
"content"
>
{{
dateConverse
(
info
.
pre_pay
_date
)
}}
</span>
<span
slot=
"content"
>
{{
dateConverse
(
info
.
lease_start
_date
)
}}
</span>
</item>
<item>
<div
slot=
"name"
class=
"font-color"
>
还款周期
</div>
<input
slot=
"content"
v-model=
"info.annual_pay_times"
readonly
>
<input
slot=
"content"
v-model=
"info.annual_pay_times
+info.annual_pay_times_n
"
readonly
>
</item>
<item>
<div
slot=
"name"
class=
"font-color"
>
租赁期数
</div>
...
...
src/pages/distributorSign/contract-list.vue
View file @
ad4e233d
...
...
@@ -32,8 +32,8 @@
<p
class=
"full-name normal"
>
{{
item
.
bp_name
}}
</p>
</div>
<div
class=
"option"
>
<p
class=
"name"
>
合同
租金
</p>
<p
class=
"normal money"
>
{{
item
.
finance_amount
|
NumFormat
}}
</p>
<p
class=
"name"
>
合同
金额
</p>
<p
class=
"normal money"
>
{{
item
.
equip_price
|
NumFormat
}}
</p>
<img
src=
"@/assets/distributorSign/goDetails.png"
alt=
""
>
</div>
<div
class=
"option"
>
...
...
@@ -57,8 +57,8 @@
<p
class=
"full-name normal"
>
{{
item
.
bp_name
}}
</p>
</div>
<div
class=
"option"
>
<p
class=
"name"
>
合同
租金
</p>
<p
class=
"normal money"
>
{{
item
.
finance_amount
|
NumFormat
}}
</p>
<p
class=
"name"
>
合同
金额
</p>
<p
class=
"normal money"
>
{{
item
.
total_price
|
NumFormat
}}
</p>
<img
src=
"@/assets/distributorSign/goDetails.png"
alt=
""
>
</div>
<div
class=
"option"
>
...
...
src/pages/distributorSign/legal-person.vue
View file @
ad4e233d
...
...
@@ -2,7 +2,7 @@
* @Description: 法人信息
* @Author: your name
* @Date: 2019-09-26 15:09:24
* @LastEditTime: 2019-
09-30 15:15:01
* @LastEditTime: 2019-
10-09 20:38:52
* @LastEditors: Please set LastEditors
-->
<
template
>
...
...
@@ -25,7 +25,7 @@
</item>
<item>
<div
slot=
"name"
class=
"font-color"
>
营业执照号
</div>
<input
slot=
"content"
v-model=
"baseInfo.
business_license_num
"
readonly
>
<input
slot=
"content"
v-model=
"baseInfo.
organization_code
"
readonly
>
</item>
<item>
<div
slot=
"name"
class=
"font-color"
>
注册资本
</div>
...
...
src/pages/intoApproval/intoApproval/base.vue
View file @
ad4e233d
...
...
@@ -2,7 +2,7 @@
* @Description: In User Settings Edit
* @Author: your name
* @Date: 2019-09-25 10:20:35
* @LastEditTime: 2019-10-09
13:43:07
* @LastEditTime: 2019-10-09
20:39:36
* @LastEditors: Please set LastEditors
-->
<
template
>
...
...
@@ -220,7 +220,7 @@
</item>
<item>
<div
slot=
"name"
>
营业执照号
</div>
<input
slot=
"content"
v-model=
"companyInfo.
business_license_num
"
readonly
>
<input
slot=
"content"
v-model=
"companyInfo.
organization_code
"
readonly
>
</item>
<item>
<div
slot=
"name"
>
注册资本
</div>
...
...
src/pages/intoApproval/intoApproval/rentInfo.vue
View file @
ad4e233d
...
...
@@ -2,7 +2,7 @@
* @Description: 修改参数项
* @Author: your name
* @Date: 2019-09-25 10:20:35
* @LastEditTime: 2019-10-09
09:48:48
* @LastEditTime: 2019-10-09
20:56:53
* @LastEditors: Please set LastEditors
-->
<
template
>
...
...
@@ -42,11 +42,11 @@
</item>
<item>
<div
slot=
"name"
>
预计付款日
</div>
<span
slot=
"content"
>
{{
rentInfo
.
pre_pay
_date
|
timeFormat
}}
</span>
<span
slot=
"content"
>
{{
rentInfo
.
lease_start
_date
|
timeFormat
}}
</span>
</item>
<item>
<div
slot=
"name"
>
还款周期
</div>
<input
slot=
"content"
v-model=
"rentInfo.annual_pay_times"
readonly
>
<input
slot=
"content"
v-model=
"rentInfo.annual_pay_times
+ rentInfo.annual_pay_times_n
"
readonly
>
</item>
<item>
<div
slot=
"name"
>
租赁期数
</div>
...
...
src/pages/intoApproval/intoList.vue
View file @
ad4e233d
...
...
@@ -2,7 +2,7 @@
* @Description: 修改部分样式和数据筛选
* @Author: your name
* @Date: 2019-09-27 11:23:25
* @LastEditTime: 2019-10-09
11:35:53
* @LastEditTime: 2019-10-09
20:24:40
* @LastEditors: Please set LastEditors
-->
<
template
>
...
...
@@ -33,8 +33,8 @@
<p
class=
"full-name normal"
>
{{
item
.
bp_name
}}
</p>
</div>
<div
class=
"option"
>
<p
class=
"name"
>
合同
租金
</p>
<p
class=
"normal money"
>
{{
item
.
finance_amount
|
NumFormat
}}
</p>
<p
class=
"name"
>
合同
金额
</p>
<p
class=
"normal money"
>
{{
item
.
equip_price
|
NumFormat
}}
</p>
<img
src=
"@/assets/distributorSign/goDetails.png"
alt=
""
>
</div>
<div
class=
"option"
>
...
...
@@ -58,8 +58,8 @@
<p
class=
"full-name normal"
>
{{
item
.
bp_name
}}
</p>
</div>
<div
class=
"option"
>
<p
class=
"name"
>
合同
租金
</p>
<p
class=
"normal money"
>
{{
item
.
finance_amount
|
NumFormat
}}
</p>
<p
class=
"name"
>
合同
金额
</p>
<p
class=
"normal money"
>
{{
item
.
total_price
|
NumFormat
}}
</p>
<img
src=
"@/assets/distributorSign/goDetails.png"
alt=
""
>
</div>
<div
class=
"option"
>
...
...
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