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
ff83b7fb
Commit
ff83b7fb
authored
May 09, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
库区
parent
96d0a882
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
231 additions
and
221 deletions
+231
-221
index.vue
src/views/ccgl/jcsj/kwgl/index.vue
+231
-221
No files found.
src/views/ccgl/jcsj/kwgl/index.vue
View file @
ff83b7fb
...
...
@@ -10,10 +10,8 @@
<ImportButton
@
success=
"()=>
{
ctx.basePage.refresh()
}" :url="'lxyl/jcsj/kw/import'" />
<el-button
style=
"margin-left: 10px;"
@
click=
"qkkw(ctx.basePage)"
size=
'mini'
type=
"primary"
>
清空库位
</el-button>
<el-button
style=
"margin-left: 10px;"
@
click=
"ckxq(ctx.basePage)"
size=
'mini'
type=
"primary"
>
查看详情
</el-button>
<el-button
style=
"margin-left: 10px;"
@
click=
"qkkw(ctx.basePage)"
size=
'mini'
type=
"primary"
>
清空库位
</el-button>
<el-button
style=
"margin-left: 10px;"
@
click=
"ckxq(ctx.basePage)"
size=
'mini'
type=
"primary"
>
查看详情
</el-button>
<!--
<el-button
style=
"margin-left: 10px;"
@
click=
"kwbg(ctx.basePage)"
size=
'mini'
type=
"primary"
>
库位变更
</el-button>
-->
</
template
>
...
...
@@ -145,6 +143,17 @@
}
}
},
{
label
:
'库区'
,
prop
:
'kqid'
,
span
:
6
,
type
:
'RelSelect'
,
typeConfig
:
{
src
:
"wms/jcsj/kq/query"
,
linkage
:
true
,
linkParams
:
[
'ckid'
]
},
},
{
"label"
:
"库位信息"
,
"prop"
:
"kwInfo"
,
...
...
@@ -162,6 +171,12 @@
"src"
:
"wms/jcsj/kw/init/hj"
,
}
},
],
[
{
"label"
:
"状态"
,
"prop"
:
"zt"
,
...
...
@@ -171,11 +186,7 @@
"typeConfig"
:
{
"src"
:
"wms/jcsj/kw/init/zt"
,
}
}
],[
},
{
"label"
:
"存储状态"
,
"prop"
:
"kczt"
,
...
...
@@ -185,8 +196,7 @@
"typeConfig"
:
{
"src"
:
"wms/jcsj/kw/init/kczt"
,
}
},
]
},
]
],
/* 默认启停用 */
showqt
:
true
,
...
...
@@ -195,7 +205,7 @@
},
methods
:
{
kwbg
(
ctx
){
kwbg
(
ctx
)
{
if
(
ctx
.
singleItem
&&
ctx
.
singleItem
.
id
)
{
ctx
.
DialogWidth
=
'30vw'
ctx
.
DialogTitle
=
'库位变更'
...
...
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