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
20e84f27
Commit
20e84f27
authored
Oct 24, 2019
by
李晓兵
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
https://hel.hand-china.com/xugong/hls-xcmg-vue-app
into develop
parents
5664e00b
65f3b01d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
5 deletions
+9
-5
contract-detail.vue
src/pages/contractSigning/contract-detail.vue
+2
-1
entry-info.vue
src/pages/contractSigning/entry-info.vue
+6
-3
financ-details.vue
src/pages/distributorSign/financ-details.vue
+1
-1
No files found.
src/pages/contractSigning/contract-detail.vue
View file @
20e84f27
<!--
* @Author: your name
* @Date: 2019-09-29 10:02:11
* @LastEditTime: 2019-10-24 19:
20:52
* @LastEditTime: 2019-10-24 19:
45:11
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
-->
...
...
@@ -233,6 +233,7 @@ export default {
name
:
'FinancDetails'
,
params
:
{
project_id
:
this
.
project_id
,
product_num
:
this
.
conditionInfo
.
product_num
,
},
})
},
...
...
src/pages/contractSigning/entry-info.vue
View file @
20e84f27
<!--
* @Author: your name
* @Date: 2019-09-29 10:02:11
* @LastEditTime: 2019-10-24 1
7:45:4
4
* @LastEditTime: 2019-10-24 1
9:58:1
4
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
-->
...
...
@@ -29,7 +29,8 @@
<item>
<div
slot=
"name"
>
银行卡卡号
</div>
<input
slot=
"content"
v-model=
"bank_lists[0].bank_account_num"
type=
"text"
placeholder=
"上传银行卡自动填充"
slot=
"content"
v-model=
"bank_lists[0].bank_account_num"
type=
"text"
readonly
placeholder=
"上传银行卡自动填充"
>
</item>
<item>
...
...
@@ -38,7 +39,9 @@
</item>
<item>
<div
slot=
"name"
>
银行名称
</div>
<input
slot=
"content"
v-model=
"bank_lists[0].bank_full_name"
type=
"text"
placeholder=
"请输入银行名称"
>
<input
slot=
"content"
v-model=
"bank_lists[0].bank_full_name"
readonly
type=
"text"
placeholder=
"请输入银行名称"
>
</item>
<item>
<div
slot=
"name"
>
支行名称
</div>
...
...
src/pages/distributorSign/financ-details.vue
View file @
20e84f27
...
...
@@ -2,7 +2,7 @@
* @Description: In User Settings Edit
* @Author: your name
* @Date: 2019-09-27 18:07:12
* @LastEditTime: 2019-10-2
2 13:38:33
* @LastEditTime: 2019-10-2
4 19:41:25
* @LastEditors: Please set LastEditors
-->
<
template
>
...
...
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