Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
voucher-h5
Project
Overview
Details
Activity
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
潘琦
voucher-h5
Commits
7061c9d4
Commit
7061c9d4
authored
Dec 23, 2019
by
潘琦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
生育全程签约居住地BUG修复;
parent
f918eca5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
+14
-2
index.vue
src/views/signing/index.vue
+10
-2
index.vue
src/views/signingWD/index.vue
+4
-0
No files found.
src/views/signing/index.vue
View file @
7061c9d4
...
...
@@ -83,7 +83,7 @@
<i
class=
"glyphicon glyphicon-menu-right"
></i>
</div>
</div>
<span
v-show=
"!BaseValidate.addressState"
class=
"small-hint"
>
请选择
现在
居住地址
</span>
<span
v-show=
"!BaseValidate.addressState"
class=
"small-hint"
>
请选择
完整现
居住地址
</span>
</div>
</div>
<div
class=
"tr"
>
...
...
@@ -959,7 +959,11 @@ export default {
if
(
this
.
BaseForm
.
address
===
''
)
{
this
.
BaseValidate
.
addressState
=
false
}
else
{
this
.
BaseValidate
.
addressState
=
true
if
(
this
.
addressForm
.
ProvinceCode
!==
''
&&
this
.
addressForm
.
CityCode
!==
''
&&
this
.
addressForm
.
AreaCode
!==
''
&&
this
.
addressForm
.
StreetCode
!==
''
&&
this
.
addressForm
.
VillagesCode
!==
''
)
{
this
.
BaseValidate
.
addressState
=
true
}
else
{
this
.
BaseValidate
.
addressState
=
false
}
}
},
BaseValidateStreet
()
{
// 详细地址
...
...
@@ -1086,6 +1090,10 @@ export default {
if
(
this
.
addressForm
.
villages
!==
''
)
{
this
.
BaseForm
.
subAddress
=
this
.
BaseForm
.
subAddress
+
' '
+
this
.
addressForm
.
villages
}
if
(
this
.
addressForm
.
street
===
''
&&
this
.
addressForm
.
villages
===
''
)
{
this
.
BaseForm
.
subAddress
=
''
}
},
openPopupOrg
()
{
if
(
this
.
addressForm
.
AreaCode
!==
''
)
{
...
...
src/views/signingWD/index.vue
View file @
7061c9d4
...
...
@@ -999,6 +999,10 @@ export default {
if
(
this
.
addressForm
.
villages
!==
''
)
{
this
.
BaseForm
.
subAddress
=
this
.
BaseForm
.
subAddress
+
' '
+
this
.
addressForm
.
villages
}
if
(
this
.
addressForm
.
street
===
''
&&
this
.
addressForm
.
villages
===
''
)
{
this
.
BaseForm
.
subAddress
=
''
}
},
openPopupOrg
()
{
if
(
this
.
addressForm
.
AreaCode
!==
''
)
{
...
...
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