Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
卡
卡车调度系统
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
caicaicai
卡车调度系统
Commits
ac0ae0e4
Commit
ac0ae0e4
authored
Oct 11, 2022
by
xxx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改删除车辆时人员管理中的车牌号清空
parent
90d4c669
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
index.vue
src/views/carManagement/carInformation/index.vue
+12
-0
No files found.
src/views/carManagement/carInformation/index.vue
View file @
ac0ae0e4
...
@@ -344,6 +344,7 @@ export default {
...
@@ -344,6 +344,7 @@ export default {
}
}
this
.
loadData
();
this
.
loadData
();
})
})
if
(
items
.
carclass
==
'
铲车
'
){
if
(
items
.
carclass
==
'
铲车
'
){
HttpReq
.
truckDispatching
.
RegionalCaiDianQuery
({
areashovel
:
items
.
number
}).
then
((
res
)
=>
{
HttpReq
.
truckDispatching
.
RegionalCaiDianQuery
({
areashovel
:
items
.
number
}).
then
((
res
)
=>
{
if
(
res
.
code
==
200
&&
res
.
data
.
totalElements
!=
0
){
if
(
res
.
code
==
200
&&
res
.
data
.
totalElements
!=
0
){
...
@@ -360,6 +361,17 @@ export default {
...
@@ -360,6 +361,17 @@ export default {
}
}
})
})
}
}
//清空人员管理中的车牌号
HttpReq
.
truckDispatching
.
driverManagementPCQuery
({
car
:
items
.
number
,
size
:
9999
}).
then
((
res
)
=>
{
if
(
res
.
code
==
200
&&
res
.
data
.
totalElements
!=
0
){
res
.
data
.
content
.
forEach
((
item
,
index
)
=>
{
let
lastData
=
{...
item
};
lastData
.
car
=
''
;
HttpReq
.
truckDispatching
.
driverManagementPCUpdate
(
lastData
).
then
((
resDel
)
=>
{})
})
}
})
},
},
//车辆状态转换
//车辆状态转换
...
...
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