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
4cf39f90
Commit
4cf39f90
authored
Sep 09, 2022
by
xxx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
d9d06cb9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
index.vue
...telligentDispatchManagement/carManualScheduling/index.vue
+1
-0
index.vue
...iews/MLargeScreen/components/intelligentSchedul/index.vue
+3
-1
No files found.
src/views/IntelligentDispatchManagement/carManualScheduling/index.vue
View file @
4cf39f90
...
@@ -196,6 +196,7 @@ export default {
...
@@ -196,6 +196,7 @@ export default {
this
.
checkDataList
.
forEach
((
item
,
index
)
=>
{
this
.
checkDataList
.
forEach
((
item
,
index
)
=>
{
let
query1
=
{...
that
.
form
};
let
query1
=
{...
that
.
form
};
query1
.
carNo
=
item
;
query1
.
carNo
=
item
;
query1
.
flag
=
1
;
HttpReq
.
truckDispatching
.
manualSchedulingAdd
(
query1
).
then
((
res
)
=>
{
HttpReq
.
truckDispatching
.
manualSchedulingAdd
(
query1
).
then
((
res
)
=>
{
if
(
res
.
code
==
200
){
if
(
res
.
code
==
200
){
...
...
src/views/MLargeScreen/components/intelligentSchedul/index.vue
View file @
4cf39f90
...
@@ -662,6 +662,7 @@ export default {
...
@@ -662,6 +662,7 @@ export default {
if
(
JSON
.
stringify
(
this
.
zaDestination
)
!=
'
[]
'
){
if
(
JSON
.
stringify
(
this
.
zaDestination
)
!=
'
[]
'
){
let
query1
=
{...
this
.
desform
};
let
query1
=
{...
this
.
desform
};
query1
.
carNo
=
item
.
number
;
query1
.
carNo
=
item
.
number
;
query1
.
flag
=
1
;
query1
.
destination
=
this
.
zaDestination
[
0
]
+
'
-
'
+
(
this
.
zaDestination
[
1
]
?
this
.
zaDestination
[
1
]
:
''
);
query1
.
destination
=
this
.
zaDestination
[
0
]
+
'
-
'
+
(
this
.
zaDestination
[
1
]
?
this
.
zaDestination
[
1
]
:
''
);
HttpReq
.
truckDispatching
.
manualSchedulingAdd
(
query1
).
then
((
res
)
=>
{
HttpReq
.
truckDispatching
.
manualSchedulingAdd
(
query1
).
then
((
res
)
=>
{
if
(
res
.
code
==
200
){
if
(
res
.
code
==
200
){
...
@@ -689,6 +690,7 @@ export default {
...
@@ -689,6 +690,7 @@ export default {
if
(
this
.
xzDestination
){
if
(
this
.
xzDestination
){
let
query2
=
{...
this
.
desform
};
let
query2
=
{...
this
.
desform
};
query2
.
carNo
=
item
.
number
;
query2
.
carNo
=
item
.
number
;
query2
.
flag
=
1
;
query2
.
destination
=
this
.
xzDestination
;
query2
.
destination
=
this
.
xzDestination
;
HttpReq
.
truckDispatching
.
manualSchedulingAdd
(
query2
).
then
((
res
)
=>
{
HttpReq
.
truckDispatching
.
manualSchedulingAdd
(
query2
).
then
((
res
)
=>
{
if
(
res
.
code
==
200
){
if
(
res
.
code
==
200
){
...
@@ -737,7 +739,7 @@ export default {
...
@@ -737,7 +739,7 @@ export default {
};
};
})
})
//发起添加调度类型
//发起添加调度类型
HttpReq
.
truckDispatching
.
screenDispatchWayAdd
({
dispatcher
:
this
.
dispatchBtnTitle1
}).
then
((
res
)
=>
{})
//
HttpReq.truckDispatching.screenDispatchWayAdd({dispatcher:this.dispatchBtnTitle1}).then((res) => {})
}
else
{
}
else
{
this
.
$notify
({
this
.
$notify
({
title
:
res
.
msg
,
title
:
res
.
msg
,
...
...
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