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
e68f7f34
Commit
e68f7f34
authored
May 17, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
8f81d4df
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
21 additions
and
15 deletions
+21
-15
index.js
src/router/index.js
+2
-2
index.vue
src/views/ccgl/ckgl/lkckrw/top/index.vue
+1
-1
edit.vue
src/views/ccgl/rkgl/slk/top/edit.vue
+2
-2
index.vue
src/views/ccgl/rkgl/slk/top/index.vue
+1
-1
index.vue
src/views/ccgl/wcsrwgl/lkrw/index.vue
+15
-9
No files found.
src/router/index.js
View file @
e68f7f34
...
...
@@ -508,7 +508,7 @@ export const powerRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
920031
1
00
,
"mkid"
:
920031
2
00
,
},
name
:
'slk'
,
path
:
"slk"
,
...
...
@@ -521,7 +521,7 @@ export const powerRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
920031
2
00
,
"mkid"
:
920031
1
00
,
},
name
:
'spk'
,
path
:
"spk"
,
...
...
src/views/ccgl/ckgl/lkckrw/top/index.vue
View file @
e68f7f34
...
...
@@ -91,7 +91,7 @@
{
title
:
"耗时"
,
field
:
"timespan"
,
width
:
24
0
,
width
:
18
0
,
formatter
(
a
,
b
,
duration
)
{
if
(
duration
==
0
||
!
duration
)
{
return
"0"
;
...
...
src/views/ccgl/rkgl/slk/top/edit.vue
View file @
e68f7f34
...
...
@@ -50,14 +50,14 @@
mixins
:
[
editMixin
,
editMixin_expand
],
methods
:
{
save
()
{
this
.
$refs
[
'form'
].
validate
((
valid
)
=>
{
if
(
valid
){
this
.
$post
(
'lxyl/rkgl/sjrw/lkrk/save'
,{
...
this
.
form
,
datas
:
this
.
formDetail
}).
then
(
res
=>
{
if
(
res
.
data
.
success
){
console
.
log
(
res
)
if
(
res
.
success
){
this
.
$success
(
'操作成功'
)
this
.
$refs
.
RelDialog
.
closeAll
()
this
.
app
.
refresh
()
...
...
src/views/ccgl/rkgl/slk/top/index.vue
View file @
e68f7f34
...
...
@@ -101,7 +101,7 @@
{
title
:
"耗时"
,
field
:
"timespan"
,
width
:
24
0
,
width
:
18
0
,
formatter
(
a
,
b
,
duration
)
{
if
(
duration
==
0
||
!
duration
)
{
return
"0"
;
...
...
src/views/ccgl/wcsrwgl/lkrw/index.vue
View file @
e68f7f34
...
...
@@ -61,19 +61,25 @@
width
:
140
},
{
title
:
"
工
位"
,
title
:
"
起始
位"
,
field
:
"gwName"
,
width
:
140
},
{
title
:
"库位"
,
field
:
"kwCode"
,
width
:
140
width
:
140
,
formatter
(
a
,
b
,
v
){
return
a
.
gwName
||
a
.
kwName
}
},
// {
// title: "库位",
// field: "kwCode",
// width: 140
// },
{
title
:
"目标库位"
,
field
:
"mbkwCode"
,
width
:
140
width
:
140
,
// formatter(a,b,v){
// return a.gwName||a.kwName
// }
},
{
title
:
"容器"
,
...
...
@@ -108,7 +114,7 @@
{
title
:
"耗时"
,
field
:
"timespan"
,
width
:
24
0
,
width
:
18
0
,
formatter
(
a
,
b
,
duration
)
{
if
(
duration
==
0
||
!
duration
)
{
return
"0"
;
...
...
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