Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
J
jd-vx-app
Project
Project
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
Administrator
jd-vx-app
Commits
27d22c32
Commit
27d22c32
authored
May 24, 2022
by
fwz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
车牌号获取
parent
e8d2eecd
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
scan.vue
pagesB/pages/move-car/scan.vue
+5
-0
No files found.
pagesB/pages/move-car/scan.vue
View file @
27d22c32
...
@@ -151,6 +151,7 @@ export default {
...
@@ -151,6 +151,7 @@ export default {
this
.
moveCodeInfo
[
name
]
=
this
.
formData
[
i
].
rules
.
value
this
.
moveCodeInfo
[
name
]
=
this
.
formData
[
i
].
rules
.
value
}
}
}
}
this
.
carId
=
this
.
model1
.
carInfo
.
carId
this
.
moveCodeInfo
.
carNo
=
this
.
model1
.
carInfo
.
carNo
this
.
moveCodeInfo
.
carNo
=
this
.
model1
.
carInfo
.
carNo
this
.
moveCodeInfo
.
moveCode
=
this
.
moveCode
this
.
moveCodeInfo
.
moveCode
=
this
.
moveCode
if
(
!
this
.
checked
)
{
if
(
!
this
.
checked
)
{
...
@@ -186,6 +187,9 @@ export default {
...
@@ -186,6 +187,9 @@ export default {
},
},
getCarInfo
()
{
getCarInfo
()
{
if
(
this
.
carId
)
{
if
(
this
.
carId
)
{
uni
.
showLoading
({
title
:
"加载中"
})
let
opts
=
{
let
opts
=
{
url
:
'/app/vehicleAdmin/'
+
this
.
carId
,
url
:
'/app/vehicleAdmin/'
+
this
.
carId
,
method
:
'get'
method
:
'get'
...
@@ -193,6 +197,7 @@ export default {
...
@@ -193,6 +197,7 @@ export default {
this
.
http
.
httpTokenRequest
(
opts
,
{}).
then
(
res
=>
{
this
.
http
.
httpTokenRequest
(
opts
,
{}).
then
(
res
=>
{
if
(
res
.
data
.
code
==
200
)
{
if
(
res
.
data
.
code
==
200
)
{
this
.
model1
.
carInfo
=
res
.
data
.
data
this
.
model1
.
carInfo
=
res
.
data
.
data
uni
.
hideLoading
()
this
.
formData
.
forEach
(
e
=>
{
this
.
formData
.
forEach
(
e
=>
{
if
(
e
.
label
==
'品牌:'
)
{
if
(
e
.
label
==
'品牌:'
)
{
e
.
rules
.
value
=
this
.
model1
.
carInfo
.
brand
e
.
rules
.
value
=
this
.
model1
.
carInfo
.
brand
...
...
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