Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
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
lanbaoming
jiedao-app-operator-master
Commits
0ab4078e
Commit
0ab4078e
authored
Aug 01, 2022
by
huhaiqing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除debugger
parent
2d7a8e08
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
seaProcess.vue
src/views/ecw/box/shippingSea/seaProcess.vue
+2
-2
shippingSea.vue
src/views/ecw/box/shippingSea/shippingSea.vue
+0
-2
No files found.
src/views/ecw/box/shippingSea/seaProcess.vue
View file @
0ab4078e
...
@@ -104,10 +104,10 @@ export default {
...
@@ -104,10 +104,10 @@ export default {
},
},
/** 节点点击 */
/** 节点点击 */
nodeClick
(
currIndex
,
node
)
{
nodeClick
(
currIndex
,
node
)
{
/*
if (currIndex > this.currIndex) {
if
(
currIndex
>
this
.
currIndex
)
{
this
.
$message
.
error
(
"
请先完成上一步
"
);
this
.
$message
.
error
(
"
请先完成上一步
"
);
return
;
return
;
}
*/
}
this
.
currNode
=
node
;
this
.
currNode
=
node
;
this
.
currentComponent
=
`
${
node
.
type
}
Widget`
;
this
.
currentComponent
=
`
${
node
.
type
}
Widget`
;
this
.
$set
(
this
.
dialogConfig
,
"
width
"
,
"
500px
"
);
this
.
$set
(
this
.
dialogConfig
,
"
width
"
,
"
500px
"
);
...
...
src/views/ecw/box/shippingSea/shippingSea.vue
View file @
0ab4078e
...
@@ -117,7 +117,6 @@ export default {
...
@@ -117,7 +117,6 @@ export default {
watch
:
{
watch
:
{
/* 监听发货对象 */
/* 监听发货对象 */
shipmentObj
(
val
)
{
shipmentObj
(
val
)
{
debugger
let
currNodeStatus
=
11
,
let
currNodeStatus
=
11
,
isBreak
=
false
;
isBreak
=
false
;
// 迭代每个节点
// 迭代每个节点
...
@@ -145,7 +144,6 @@ export default {
...
@@ -145,7 +144,6 @@ export default {
}
}
if
(
isBreak
)
break
;
if
(
isBreak
)
break
;
}
}
console
.
log
(
currNodeStatus
)
this
.
statusLabel
=
statusName
.
get
(
currNodeStatus
);
this
.
statusLabel
=
statusName
.
get
(
currNodeStatus
);
},
},
},
},
...
...
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