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
638dab2a
Commit
638dab2a
authored
Nov 12, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加搜索条件
parent
c5e5f06b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
95 additions
and
4 deletions
+95
-4
index.vue
src/views/ccgl/ckgl/lkckrw/top/index.vue
+23
-2
index.vue
src/views/ccgl/ckgl/xpk/top/index.vue
+24
-1
index.vue
src/views/ccgl/rkgl/slk/top/index.vue
+26
-0
index.vue
src/views/ccgl/rkgl/spk/top/index.vue
+22
-1
No files found.
src/views/ccgl/ckgl/lkckrw/top/index.vue
View file @
638dab2a
...
...
@@ -153,7 +153,7 @@
cellStyle
=
''
;
}
console
.
log
(
column
);
if
(
column
.
property
==
"jhbz"
){
if
(
column
.
property
==
"jhbz"
){
return
cellStyle
}
},
...
...
@@ -250,7 +250,28 @@
typeConfig
:
{
src
:
"lxyl/common/queryXlk"
,
}
}
},
{
label
:
'物料编码'
,
prop
:
'wlxxInfo'
,
span
:
6
,
type
:
'input'
,
value
:
''
},
{
label
:
"事务类型"
,
prop
:
"swlxid"
,
span
:
6
,
type
:
"RelSelect"
,
value
:
""
,
typeConfig
:
{
src
:
"wms/ckgl/dbck/init/swlx"
,
match
:
{
value
:
"id"
,
label
:
"name"
}
}
},
]
],
/* 默认启停用 */
...
...
src/views/ccgl/ckgl/xpk/top/index.vue
View file @
638dab2a
...
...
@@ -120,7 +120,7 @@
cellStyle
=
''
;
}
console
.
log
(
column
);
if
(
column
.
property
==
"jhbz"
){
if
(
column
.
property
==
"jhbz"
){
return
cellStyle
}
},
...
...
@@ -203,7 +203,30 @@
}
}
},
{
label
:
'物料编码'
,
prop
:
'wlxxInfo'
,
span
:
6
,
type
:
'input'
,
value
:
''
},
],[
{
label
:
"事务类型"
,
prop
:
"swlxid"
,
span
:
6
,
type
:
"RelSelect"
,
value
:
""
,
typeConfig
:
{
src
:
"wms/ckgl/dbck/init/swlx"
,
match
:
{
value
:
"id"
,
label
:
"name"
}
}
},
]
],
/* 默认启停用 */
...
...
src/views/ccgl/rkgl/slk/top/index.vue
View file @
638dab2a
...
...
@@ -190,6 +190,32 @@
}
}
},
{
label
:
'物料编码'
,
prop
:
'wlxxInfo'
,
span
:
6
,
type
:
'input'
,
value
:
''
},
{
label
:
"事务类型"
,
prop
:
"swlxid"
,
span
:
6
,
type
:
"RelSelect"
,
value
:
""
,
typeConfig
:
{
src
:
"wms/rkgl/rktz/init/swlx"
,
match
:
{
value
:
"id"
,
label
:
"name"
}
}
},
],
[
{
label
:
'创建人'
,
prop
:
'cjr'
,
...
...
src/views/ccgl/rkgl/spk/top/index.vue
View file @
638dab2a
...
...
@@ -151,7 +151,28 @@
span
:
6
,
type
:
'input'
,
value
:
''
}
},
{
label
:
'物料编码'
,
prop
:
'wlxxInfo'
,
span
:
6
,
type
:
'input'
,
value
:
''
},
{
label
:
"事务类型"
,
prop
:
"swlxid"
,
span
:
6
,
type
:
"RelSelect"
,
value
:
""
,
typeConfig
:
{
src
:
"wms/rkgl/rktz/init/swlx"
,
match
:
{
value
:
"id"
,
label
:
"name"
}
}
},
]
],
...
...
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