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
e9237e88
Commit
e9237e88
authored
Sep 27, 2019
by
李晓兵
Browse files
Options
Browse Files
Download
Plain Diff
'修改法人绑定必输'
parents
5b827c93
9b741a20
Changes
8
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
1805 additions
and
1772 deletions
+1805
-1772
contract-details.vue
src/pages/distributorSign/contract-details.vue
+7
-1
contract-list.vue
src/pages/distributorSign/contract-list.vue
+3
-3
details-tab.vue
src/pages/distributorSign/details-tab.vue
+7
-13
legal-person.vue
src/pages/distributorSign/legal-person.vue
+6
-2
personal.vue
src/pages/distributorSign/personal.vue
+3
-2
naturePerson.vue
src/pages/userBind/np/naturePerson.vue
+5
-5
enterprise.vue
src/pages/userBind/org/enterprise.vue
+2
-2
yarn.lock
yarn.lock
+1772
-1744
No files found.
src/pages/distributorSign/contract-details.vue
View file @
e9237e88
...
...
@@ -2,7 +2,7 @@
* @Description: 合同详情
* @Author: your name
* @Date: 2019-09-25 15:38:21
* @LastEditTime: 2019-09-27 1
0:54:43
* @LastEditTime: 2019-09-27 1
1:13:31
* @LastEditors: Please set LastEditors
-->
<
template
>
...
...
@@ -64,6 +64,8 @@
</div>
</item>
</list-item>
<!-- 联系人 -->
<div
class=
"bottom-call"
>
<div
class=
"left"
>
<img
src=
"@/assets/distributorSign/call.png"
alt=
""
>
...
...
@@ -320,6 +322,7 @@ export default {
font-size: 15px;
margin-left: 16px;
position: relative;
margin-top: -10px;
}
.equipment-list::before {
content: "";
...
...
@@ -330,6 +333,9 @@ export default {
position: absolute;
left: -15px;
top: 10px;
}
.equipment-list:nth-of-type(3) {
margin-top: 0
}
// .left {
// width: 60px;
...
...
src/pages/distributorSign/contract-list.vue
View file @
e9237e88
<!--
* @Description:
In User Settings Edit
* @Description:
签约单列表
* @Author: your name
* @Date: 2019-09-25 10:30:46/>: your name
-->
...
...
@@ -166,8 +166,8 @@ export default {
height: 86px;
display: flex;
flex-direction: column;
justify-content: space-
around
;
padding: 4px 0;
justify-content: space-
evenly
;
.option {
width: 100%;
height: 18px;
...
...
src/pages/distributorSign/details-tab.vue
View file @
e9237e88
<!--
* @Description:
In User Settings Edit
* @Description:
详情tab
* @Author: your name
* @Date: 2019-09-25 19:47:59
* @LastEditTime: 2019-09-2
6 14:08
:08
* @LastEditTime: 2019-09-2
7 13:33
:08
* @LastEditors: Please set LastEditors
-->
<
template
>
...
...
@@ -40,12 +40,6 @@ export default {
</
script
>
<
style
lang=
"less"
scoped
>
.tab-style{
/* display:flex;
justify-content: center;
padding-top:12px;
padding-bottom: 8px;
align-items: center;
box-shadow:0 2px 3px 0 rgba(220,220,221,0.50);*/
position: relative;
z-index: 50;
background-color: #fff;
...
...
src/pages/distributorSign/legal-person.vue
View file @
e9237e88
<!--
* @Description:
In User Settings Edit
* @Description:
法人信息
* @Author: your name
* @Date: 2019-09-26 15:09:24
* @LastEditTime: 2019-09-2
6 16:06:50
* @LastEditTime: 2019-09-2
7 11:00:25
* @LastEditors: Please set LastEditors
-->
<
template
>
...
...
@@ -39,6 +39,8 @@
</item>
</list-item>
<div
class=
"equipment-list"
>
{{
text
}}
</div>
<!-- 授权人 -->
<list-item
v-show=
"auth_flag"
:item-height=
"44"
class=
"second-part"
>
<item>
<div
slot=
"name"
class=
"font-color"
>
姓名
</div>
...
...
@@ -58,6 +60,7 @@
</item>
</list-item>
<!-- 法定代表人 -->
<list-item
v-show=
"!auth_flag"
:item-height=
"44"
class=
"second-part"
>
<item>
<div
slot=
"name"
class=
"font-color"
>
姓名
</div>
...
...
@@ -123,6 +126,7 @@ export default {
font-size: 15px;
margin-left: 16px;
position: relative;
margin-top: -10px;
}
.equipment-list::before {
content: "";
...
...
src/pages/distributorSign/personal.vue
View file @
e9237e88
<!--
* @Descrip""/>User Settings Edit
* @Descrip:个人信息
* @Author: your name
* @Date: 2019-09-26 15:47:45
* @LastEditTime: 2019-09-2
6 16:03:54
* @LastEditTime: 2019-09-2
7 13:21:47
* @LastEditors: Please set LastEditors
-->
<
template
>
...
...
@@ -89,6 +89,7 @@ export default {
font-size: 15px;
margin-left: 16px;
position: relative;
margin-top: -10px;
}
.equipment-list::before {
content: "";
...
...
src/pages/userBind/np/naturePerson.vue
View file @
e9237e88
...
...
@@ -2,7 +2,7 @@
* @Description: In User Settings Edit
* @Author: liuxin
* @Date: 2019-09-19 09:18:14
* @LastEditTime: 2019-09-2
6 19:54:05
* @LastEditTime: 2019-09-2
7 13:21:31
* @LastEditors: Please set LastEditors
-->
<
template
>
...
...
@@ -348,13 +348,13 @@ export default {
vm
.
hlsPopup
.
showLongCenter
(
'学历不能为空!'
)
}
else
if
(
!
vm
.
baseInfo
.
marital_status
)
{
vm
.
hlsPopup
.
showLongCenter
(
'婚姻状况不能为空!'
)
}
else
if
((
vm
.
marital_status_n
==
'已婚'
)
&&
!
vm
.
baseInfo
.
bp_name_sp
)
{
}
else
if
((
vm
.
marital_status_n
==
=
'已婚'
)
&&
!
vm
.
baseInfo
.
bp_name_sp
)
{
vm
.
hlsPopup
.
showLongCenter
(
'配偶姓名不能为空!'
)
}
else
if
((
vm
.
marital_status_n
==
'已婚'
)
&&
!
vm
.
baseInfo
.
spouse_phone
)
{
}
else
if
((
vm
.
marital_status_n
==
=
'已婚'
)
&&
!
vm
.
baseInfo
.
spouse_phone
)
{
vm
.
hlsPopup
.
showLongCenter
(
'配偶手机号不能为空!'
)
}
else
if
((
vm
.
marital_status_n
==
'已婚'
)
&&
!
vm
.
baseInfo
.
working_place_sp
)
{
}
else
if
((
vm
.
marital_status_n
==
=
'已婚'
)
&&
!
vm
.
baseInfo
.
working_place_sp
)
{
vm
.
hlsPopup
.
showLongCenter
(
'配偶工作单位不能为空!'
)
}
else
if
((
vm
.
marital_status_n
==
'已婚'
)
&&
!
vm
.
baseInfo
.
address_sp
)
{
}
else
if
((
vm
.
marital_status_n
==
=
'已婚'
)
&&
!
vm
.
baseInfo
.
address_sp
)
{
vm
.
hlsPopup
.
showLongCenter
(
'配偶居住地址不能为空!'
)
}
else
if
(
!
vm
.
hlsUtil
.
phoneNumber
(
vm
.
baseInfo
.
phone
))
{
vm
.
hlsPopup
.
showLongCenter
(
'手机号码有误!'
)
...
...
src/pages/userBind/org/enterprise.vue
View file @
e9237e88
...
...
@@ -2,7 +2,7 @@
* @Description: In User Settings Edit
* @Author: your name
* @Date: 2019-09-19 09:31:19
* @LastEditTime: 2019-09-27 1
0:33:31
* @LastEditTime: 2019-09-27 1
2:41:35
* @LastEditors: Please set LastEditors
-->
<
template
>
...
...
@@ -65,7 +65,7 @@
</item>
<item>
<div
slot=
"name"
class=
"font-color required"
>
注册资本
</div>
<input
slot=
"content"
v-model=
"baseInfo.registered_capital"
placeholder=
"上传营业执照自动填充"
>
<input
slot=
"content"
v-model=
"baseInfo.registered_capital"
type=
"number"
placeholder=
"上传营业执照自动填充"
>
</item>
<item>
<div
slot=
"name"
class=
"font-color required"
>
法定代表人
</div>
...
...
yarn.lock
View file @
e9237e88
This diff is collapsed.
Click to expand it.
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