Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
NewTruckTerminalSyetem
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
SQL_Mou
NewTruckTerminalSyetem
Commits
8ce1b85f
Commit
8ce1b85f
authored
Nov 17, 2022
by
xxx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
27e4e122
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
3 deletions
+18
-3
index.vue
src/views/MLargeScreen/components/personalCenter/index.vue
+18
-3
No files found.
src/views/MLargeScreen/components/personalCenter/index.vue
View file @
8ce1b85f
...
...
@@ -153,10 +153,19 @@ export default {
return
}
else
{
//修改车辆状态为离线
putForJson
(
vehicleInformationUpdate
,{
id
:
res1
.
data
.
content
[
0
].
id
,
odo
:
0
,
oddStatus
:
1
}).
then
((
res2
)
=>
{
putForJson
(
vehicleInformationUpdate
,{
id
:
res1
.
data
.
content
[
0
].
id
,
odo
:
0
,
oddStatus
:
1
,
workStatus
:
0
,
weightStatus
:
0
}).
then
((
res2
)
=>
{
//人员信息表中与车辆解绑
putForJson
(
personalCenterInforQuery
,{
id
:
this
.
personalInformationData
.
id
,
car
:
''
}).
then
((
res3
)
=>
{
this
.
logout
();
//删除调度单子
httpGet
(
dingDanBiaoCaoZuo
,{
carNo
:
this
.
carnumber
}).
then
((
res3Del
)
=>
{
if
(
res3Del
.
code
==
200
&&
res3Del
.
data
.
content
.
length
!=
0
){
httpDelForJson
(
dingDanBiaoCaoZuo
,[
res3Del
.
data
.
content
[
0
].
id
,
this
.
carnumber
]).
then
((
res3DelSon
)
=>
{
this
.
logout
();
});
}
else
{
this
.
logout
();
}
})
})
});
}
...
...
@@ -244,9 +253,15 @@ export default {
return
}
else
{
//修改车辆状态为离线
putForJson
(
vehicleInformationUpdate
,{
id
:
res1
.
data
.
content
[
0
].
id
,
odo
:
0
,
oddStatus
:
1
}).
then
((
res2
)
=>
{});
putForJson
(
vehicleInformationUpdate
,{
id
:
res1
.
data
.
content
[
0
].
id
,
odo
:
0
,
oddStatus
:
1
,
workStatus
:
0
,
weightStatus
:
0
}).
then
((
res2
)
=>
{});
//人员信息表中与车辆解绑
putForJson
(
personalCenterInforQuery
,{
id
:
this
.
personalInformationData
.
id
,
car
:
''
}).
then
((
res3
)
=>
{})
//删除调度单子
httpGet
(
dingDanBiaoCaoZuo
,{
carNo
:
this
.
carnumber
}).
then
((
res3Del
)
=>
{
if
(
res3Del
.
code
==
200
&&
res3Del
.
data
.
content
.
length
!=
0
){
httpDelForJson
(
dingDanBiaoCaoZuo
,[
res3Del
.
data
.
content
[
0
].
id
,
this
.
carnumber
]).
then
((
res3DelSon
)
=>
{});
}
})
}
}
});
...
...
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