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
ab18faf9
Commit
ab18faf9
authored
Jun 15, 2024
by
周毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
库位详情支持查询多个托盘逗号隔开
parent
bf3bb1e5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
21 deletions
+27
-21
index.vue
src/views/ccgl/cxfx/kwxq/index.vue
+23
-17
index.vue
src/views/ccgl/cxfx/rqcx/index.vue
+4
-4
No files found.
src/views/ccgl/cxfx/kwxq/index.vue
View file @
ab18faf9
<
template
>
<BasePage
ref=
"basePage"
:power=
'power'
class=
"min_full"
:config=
"config"
>
<BasePage
:changeQueryParams=
'changeQueryParams'
ref=
"basePage"
:power=
'power'
class=
"min_full"
:config=
"config"
>
<template
#
dialog=
"ctx"
>
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
</
template
>
...
...
@@ -184,21 +184,23 @@
type
:
'input'
,
},
{
label
:
'容器'
,
prop
:
'rqCode'
,
label
:
"存储状态"
,
prop
:
"kczt"
,
span
:
6
,
type
:
'input'
,
type
:
"RelSelect"
,
value
:
""
,
typeConfig
:
{
src
:
"wms/jcsj/kw/init/kczt"
,
}
},
],
[{
"label"
:
"存储状态"
,
"prop"
:
"kczt"
,
"span"
:
6
,
"type"
:
"RelSelect"
,
"value"
:
""
,
"typeConfig"
:
{
"src"
:
"wms/jcsj/kw/init/kczt"
,
}
[
{
label
:
'容器信息'
,
prop
:
'rqInfos'
,
span
:
12
,
type
:
'input'
,
value
:
''
},
{
label
:
'物料信息'
,
...
...
@@ -213,7 +215,6 @@
type
:
'input'
,
}
]
],
/* 默认启停用 */
showqt
:
false
,
...
...
@@ -240,9 +241,14 @@
},
methods
:
{
/* 示例*/
// demo(basePage){
// }
changeQueryParams
(
queryParams
){
let
str
=
queryParams
.
rqInfos
let
trimmedStr
=
str
.
replace
(
/
\s
/g
,
''
);
// 使用正则表达式去除空格
trimmedStr
=
trimmedStr
.
replace
(
/,/
s
,
','
)
let
arr
=
trimmedStr
.
split
(
","
);
queryParams
.
rqInfos
=
arr
console
.
log
(
queryParams
.
rqInfos
)
},
},
components
:
{
...
...
src/views/ccgl/cxfx/rqcx/index.vue
View file @
ab18faf9
...
...
@@ -10,10 +10,10 @@
<div
class=
"search"
v-condition
>
<SearchButton
:app=
'app'
></SearchButton>
<el-row
:gutter=
"20"
class=
"search-row-1"
>
<el-col
:span=
"
6
"
class=
"search-col"
>
<el-col
:span=
"
12
"
class=
"search-col"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
托盘编号:
</span>
<el-input
v-model=
"queryParams.rq
Code
"
></el-input>
<el-input
v-model=
"queryParams.rq
Infos
"
></el-input>
</div>
</el-col>
<el-col
:span=
"6"
class=
"search-col"
>
...
...
@@ -30,7 +30,7 @@
:match=
"
{value:'id',label:'name'}" v-model='queryParams.kczt'>
</RelSelect>
</div>
</el-col>
<el-col
:span=
"6"
class=
"search-col"
>
<
!--
<
el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
停用:
</span>
<RelSelect
style=
"width: 100%;"
:optionsData=
"[
...
...
@@ -44,7 +44,7 @@
}
]" filterable clearable :match="{value:'id',label:'name'}" v-model='queryParams.tybz'>
</RelSelect>
</div>
</el-col>
</el-col>
-->
</el-row>
</div>
<!-- 按钮操作-->
...
...
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