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
d46c98f4
Commit
d46c98f4
authored
May 17, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
控制查询明细
parent
2b528d06
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
33 additions
and
31 deletions
+33
-31
index.vue
src/views/ccgl/ckgl/lkckrw/index.vue
+1
-6
mx.vue
src/views/ccgl/rkgl/slk/mx.vue
+2
-2
index.vue
src/views/ccgl/rkgl/slk/top/index.vue
+25
-21
mx.vue
src/views/ccgl/rkgl/spk/mx.vue
+2
-2
index.vue
src/views/ccgl/rkgl/spk/top/index.vue
+3
-0
No files found.
src/views/ccgl/ckgl/lkckrw/index.vue
View file @
d46c98f4
...
@@ -43,12 +43,7 @@
...
@@ -43,12 +43,7 @@
this
.
$refs
.
mx
.
$refs
.
basePage
.
$refs
[
'TablePager'
].
pageQuery
({
this
.
$refs
.
mx
.
$refs
.
basePage
.
$refs
[
'TablePager'
].
pageQuery
({
setFirstCurrent
:
true
setFirstCurrent
:
true
})
})
},
}
// rkdmxGetRow(row){
// let mid = row.id
// this.$refs.rkqd.$refs.basePage.queryParams.mid = mid
// this.$refs.rkqd.$refs.basePage.$refs['TablePager'].pageQuery()
// }
}
}
}
}
...
...
src/views/ccgl/rkgl/slk/mx.vue
View file @
d46c98f4
...
@@ -40,8 +40,8 @@
...
@@ -40,8 +40,8 @@
},
},
config
:
{
config
:
{
/* 基本配置*/
/* 基本配置*/
url
:
'
wms/rkgl/mpzy
'
,
url
:
'
lxyl/rkgl/sjrw/lkrk
'
,
queryUrl
:
'
wms/rkgl/mpzy
/query/detail'
,
queryUrl
:
'
lxyl/rkgl/sjrw/lkrk
/query/detail'
,
tableTitle
:
[
tableTitle
:
[
{
{
title
:
"唯一码"
,
title
:
"唯一码"
,
...
...
src/views/ccgl/rkgl/slk/top/index.vue
View file @
d46c98f4
...
@@ -2,12 +2,12 @@
...
@@ -2,12 +2,12 @@
<BasePage
ref=
"basePage"
@
getRow=
'getRow'
:power=
'power'
class=
"min_full"
style=
"height: 100%;"
:config=
"config"
>
<BasePage
ref=
"basePage"
@
getRow=
'getRow'
:power=
'power'
class=
"min_full"
style=
"height: 100%;"
:config=
"config"
>
<template
#
dialog=
"ctx"
>
<template
#
dialog=
"ctx"
>
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
<Xzgw
@
saveGw=
'saveGw'
:app=
'ctx.basePage'
v-if=
"ctx.basePage.showDialog"
/>
<Xzgw
@
saveGw=
'saveGw'
:app=
'ctx.basePage'
v-if=
"ctx.basePage.showDialog"
/>
</
template
>
</
template
>
<
template
#
toolbar=
"ctx"
>
<
template
#
toolbar=
"ctx"
>
<!-- 嵌入默认页面工具栏的插槽 ctx.pagePage来操作默认页面 -->
<!-- 嵌入默认页面工具栏的插槽 ctx.pagePage来操作默认页面 -->
<el-button
@
click=
"sj(ctx.basePage)"
size=
'mini'
type=
"primary"
>
上架
</el-button>
<el-button
@
click=
"sj(ctx.basePage)"
size=
'mini'
type=
"primary"
>
上架
</el-button>
</
template
>
</
template
>
...
@@ -156,8 +156,8 @@
...
@@ -156,8 +156,8 @@
"value"
:
"id"
,
"value"
:
"id"
,
"label"
:
"name"
"label"
:
"name"
},
},
params
:{
params
:
{
flid
:
'L'
flid
:
'L'
}
}
}
}
},
},
...
@@ -211,33 +211,37 @@
...
@@ -211,33 +211,37 @@
},
},
methods
:
{
methods
:
{
saveGw
(
form
){
getRow
(
val
)
{
let
params
=
{
this
.
$emit
(
'getRow'
,
val
)
gwid
:
form
.
gwid
,
},
rqid
:
form
.
rqid
saveGw
(
form
)
{
let
params
=
{
gwid
:
form
.
gwid
,
rqid
:
form
.
rqid
}
}
this
.
$post
(
'lxyl/rkgl/sjrw/lkrk/start'
,
params
).
then
(
res
=>
{
this
.
$post
(
'lxyl/rkgl/sjrw/lkrk/start'
,
params
).
then
(
res
=>
{
if
(
res
.
success
)
{
if
(
res
.
success
)
{
this
.
$refs
.
basePage
.
refresh
()
this
.
$refs
.
basePage
.
refresh
()
}
}
})
})
},
},
sj
(
ctx
)
{
sj
(
ctx
)
{
if
(
ctx
.
singleItem
&&
ctx
.
singleItem
.
id
)
{
if
(
ctx
.
singleItem
&&
ctx
.
singleItem
.
id
)
{
ctx
.
DialogTitle
=
'上架选择工位'
ctx
.
DialogTitle
=
'上架选择工位'
ctx
.
DialogWidth
=
'30vw'
ctx
.
DialogWidth
=
'30vw'
ctx
.
showDialog
=
true
ctx
.
showDialog
=
true
}
else
{
}
else
{
this
.
warning
(
'请选中一条数据'
)
this
.
warning
(
'请选中一条数据'
)
}
}
}
}
},
},
components
:
{
components
:
{
Edit
,
Xzgw
Edit
,
Xzgw
}
}
}
}
...
...
src/views/ccgl/rkgl/spk/mx.vue
View file @
d46c98f4
...
@@ -40,8 +40,8 @@
...
@@ -40,8 +40,8 @@
},
},
config
:
{
config
:
{
/* 基本配置*/
/* 基本配置*/
url
:
'
wms/rkgl/mpzy
'
,
url
:
'
lxyl/rkgl/sjrw/pkrk
'
,
queryUrl
:
'
wms/rkgl/mpzy
/query/detail'
,
queryUrl
:
'
lxyl/rkgl/sjrw/pkrk
/query/detail'
,
tableTitle
:
[
tableTitle
:
[
{
{
title
:
"唯一码"
,
title
:
"唯一码"
,
...
...
src/views/ccgl/rkgl/spk/top/index.vue
View file @
d46c98f4
...
@@ -160,6 +160,9 @@
...
@@ -160,6 +160,9 @@
},
},
methods
:
{
methods
:
{
getRow
(
val
)
{
this
.
$emit
(
'getRow'
,
val
)
},
},
},
components
:
{
components
:
{
...
...
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