Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lxyl-vue
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
李苏
lxyl-vue
Commits
dc4c1d9e
Commit
dc4c1d9e
authored
Apr 08, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
接口改变
parent
afad13c3
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
1030 additions
and
4 deletions
+1030
-4
index.js
src/router/index.js
+30
-0
data08.png
src/views/ccgl/dpkb/22kwkb/dimage/data08.png
+0
-0
ksh33.png
src/views/ccgl/dpkb/22kwkb/dimage/ksh33.png
+0
-0
title-left.png
src/views/ccgl/dpkb/22kwkb/dimage/title-left.png
+0
-0
title-right.png
src/views/ccgl/dpkb/22kwkb/dimage/title-right.png
+0
-0
index.vue
src/views/ccgl/dpkb/22kwkb/index.vue
+996
-0
index.vue
src/views/ccgl/wcsrwgl/wcsrw/index.vue
+4
-4
No files found.
src/router/index.js
View file @
dc4c1d9e
...
...
@@ -1162,6 +1162,36 @@ export const powerRoutes = [
},
]
},
/* 大屏看板*/
{
erpComponent
:
true
,
component
:
'template/index'
,
hidden
:
false
,
meta
:
{
"title"
:
"大屏看板”"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
920150000
,
},
redirect
:
'22kwkb'
,
name
:
'dpkb'
,
path
:
"dpkb"
,
children
:
[{
component
:
'ccgl/dpkb/22kwkb/index'
,
hidden
:
false
,
meta
:
{
"title"
:
"2#2F库位看板"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
920151000
,
},
name
:
'22kwkb'
,
path
:
"22kwkb"
,
},
]
}
]
}
...
...
src/views/ccgl/dpkb/22kwkb/dimage/data08.png
0 → 100644
View file @
dc4c1d9e
2.9 KB
src/views/ccgl/dpkb/22kwkb/dimage/ksh33.png
0 → 100644
View file @
dc4c1d9e
582 Bytes
src/views/ccgl/dpkb/22kwkb/dimage/title-left.png
0 → 100644
View file @
dc4c1d9e
2.55 KB
src/views/ccgl/dpkb/22kwkb/dimage/title-right.png
0 → 100644
View file @
dc4c1d9e
2.6 KB
src/views/ccgl/dpkb/22kwkb/index.vue
0 → 100644
View file @
dc4c1d9e
This diff is collapsed.
Click to expand it.
src/views/ccgl/wcsrwgl/wcsrw/index.vue
View file @
dc4c1d9e
...
...
@@ -75,7 +75,7 @@
},
{
title
:
"库位"
,
field
:
"kwCode"
,
field
:
"
mb
kwCode"
,
width
:
140
,
},
{
...
...
@@ -195,7 +195,7 @@
cancelButtonText
:
'取消'
,
type
:
'warning'
}).
then
(
res
=>
{
this
.
$post
(
'
lxyl/wcs/wcsTask/init
/start'
,
{
this
.
$post
(
'
xyl/wcs/wcsTask
/start'
,
{
id
:
ctx
.
singleItem
.
id
}).
then
(
res
=>
{
if
(
res
.
success
)
{
...
...
@@ -215,7 +215,7 @@
cancelButtonText
:
'取消'
,
type
:
'warning'
}).
then
(
res
=>
{
this
.
$post
(
'lxyl/wcs/wcsTask/
init/
close'
,
{
this
.
$post
(
'lxyl/wcs/wcsTask/close'
,
{
id
:
ctx
.
singleItem
.
id
}).
then
(
res
=>
{
if
(
res
.
success
)
{
...
...
@@ -235,7 +235,7 @@
cancelButtonText
:
'取消'
,
type
:
'warning'
}).
then
(
res
=>
{
this
.
$post
(
'lxyl/wcs/wcsTask/
init/
complete'
,
{
this
.
$post
(
'lxyl/wcs/wcsTask/complete'
,
{
id
:
ctx
.
singleItem
.
id
}).
then
(
res
=>
{
if
(
res
.
success
)
{
...
...
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