Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
patzn-cloud-web-h5app-drs
Overview
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
zhuxiaomei
patzn-cloud-web-h5app-drs
Commits
58dd505b
Commit
58dd505b
authored
May 27, 2021
by
zhuxiaomei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加街道字段
parent
e0504d9a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletions
+13
-1
SamplingListAdd.vue
src/page/sampling-list/SamplingListAdd.vue
+13
-1
No files found.
src/page/sampling-list/SamplingListAdd.vue
View file @
58dd505b
...
...
@@ -80,7 +80,7 @@
label-width=
"25%"
label-align=
"center"
v-model=
"areaObj"
label=
"
单位地址
"
label=
"
省市区
"
@
click=
"showCityPicker=true"
:columns-placeholder=
"['请选择', '请选择', '请选择']"
></van-field>
...
...
@@ -88,6 +88,16 @@
</table-row>
<table-row>
<table-col>
<van-field
label-class=
"cus-field-class"
label-width=
"25%"
label-align=
"center"
v-model=
"nonNetTested.testedStreet"
label=
"街道"
></van-field>
</table-col>
</table-row>
<table-row>
<table-col>
<van-field
label-class=
"cus-field-class"
label-width=
"50%"
...
...
@@ -790,6 +800,7 @@ export default {
testedProvince
:
''
,
testedCity
:
''
,
testedCountry
:
''
,
testedStreet
:
''
,
legalPerson
:
''
,
sales
:
''
,
license
:
''
,
...
...
@@ -988,6 +999,7 @@ export default {
this
.
nonNetTested
.
testedProvince
=
res
.
testedProvince
?
res
.
testedProvince
:
''
this
.
nonNetTested
.
testedCity
=
res
.
testedCity
?
res
.
testedCity
:
''
this
.
nonNetTested
.
testedCountry
=
res
.
testedCountry
?
res
.
testedCountry
:
''
this
.
nonNetTested
.
testedStreet
=
res
.
testedStreet
?
res
.
testedStreet
:
''
this
.
nonNetTested
.
address
=
res
.
address
?
res
.
address
:
''
this
.
nonNetTested
.
areaType
=
res
.
areaType
?
res
.
areaType
:
''
this
.
nonNetTested
.
permitType
=
res
.
permitType
?
res
.
permitType
:
''
...
...
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