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
8ff75cf7
Commit
8ff75cf7
authored
Oct 11, 2022
by
xxx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
ac0ae0e4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
index.vue
src/views/carManagement/carInformation/index.vue
+8
-1
No files found.
src/views/carManagement/carInformation/index.vue
View file @
8ff75cf7
...
...
@@ -352,7 +352,7 @@ export default {
this
.
$notify
({
title
:
'
请在采点管理中为
'
+
res
.
data
.
content
[
0
].
areaName
+
'
/
'
+
res
.
data
.
content
[
0
].
name
+
'
添加新的铲车!
'
,
type
:
'
warning
'
,
duration
:
2
5
00
duration
:
2
00
00
});
})
let
lastData
=
{...
res
.
data
.
content
[
0
]};
...
...
@@ -365,6 +365,13 @@ export default {
//清空人员管理中的车牌号
HttpReq
.
truckDispatching
.
driverManagementPCQuery
({
car
:
items
.
number
,
size
:
9999
}).
then
((
res
)
=>
{
if
(
res
.
code
==
200
&&
res
.
data
.
totalElements
!=
0
){
this
.
$nextTick
(()
=>
{
this
.
$notify
({
title
:
'
该车辆在人员管理中有绑定的人员,请尽快为该人员绑定新的车辆!
'
,
type
:
'
warning
'
,
duration
:
20000
});
})
res
.
data
.
content
.
forEach
((
item
,
index
)
=>
{
let
lastData
=
{...
item
};
lastData
.
car
=
''
;
...
...
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