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
689fd114
Commit
689fd114
authored
Jul 23, 2024
by
周毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改页面查询
parent
4fca8d19
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
80 additions
and
29 deletions
+80
-29
index.vue
src/views/ccgl/cxfx/wymcx/index.vue
+5
-17
mx.vue
src/views/ccgl/thgl/ckth/mx.vue
+10
-0
index.vue
src/views/ccgl/thgl/ckth/top/index.vue
+1
-1
index.vue
src/views/ccgl/zlgl/jyd/top/index.vue
+29
-8
index.vue
src/views/ccgl/zlgl/kccjd/top/index.vue
+35
-3
No files found.
src/views/ccgl/cxfx/wymcx/index.vue
View file @
689fd114
...
...
@@ -167,24 +167,12 @@
}
],
[{
label
:
'物料
'
,
prop
:
'wlid
'
,
label
:
'物料信息
'
,
prop
:
'wlxxInfo
'
,
span
:
6
,
required
:
false
,
type
:
'AuxInput'
,
typeConfig
:
{
give
:
(
row
)
=>
{
},
isRequest
:
false
,
code
:
'WMSWLXX'
,
label
:
'name'
,
transform
:
{
value
:
'id'
,
label
:
'name'
}
type
:
'input'
,
}
},
]
]
],
/* 默认启停用 */
...
...
src/views/ccgl/thgl/ckth/mx.vue
View file @
689fd114
...
...
@@ -100,6 +100,16 @@
field
:
"zlh"
,
width
:
180
,
},
{
title
:
"来源单号"
,
field
:
"lydjid"
,
width
:
140
,
},
{
title
:
"来源单号"
,
field
:
"lydjxh"
,
fieldType
:
"int"
},
{
title
:
"关闭人"
,
field
:
"gbr"
,
...
...
src/views/ccgl/thgl/ckth/top/index.vue
View file @
689fd114
...
...
@@ -219,7 +219,7 @@ export default {
},
{
label
:
"来源单号"
,
prop
:
"lyd
h
"
,
prop
:
"lyd
jDjid
"
,
span
:
8
,
type
:
"input"
,
value
:
""
,
...
...
src/views/ccgl/zlgl/jyd/top/index.vue
View file @
689fd114
...
...
@@ -184,11 +184,18 @@
endValue
:
new
Date
().
getTime
(),
},
{
label
:
'检验单号'
,
prop
:
'jydh'
,
span
:
6
,
type
:
'input'
,
value
:
''
"label"
:
"单据类型"
,
"prop"
:
"lydlx"
,
"span"
:
6
,
"type"
:
"RelSelect"
,
"value"
:
""
,
"typeConfig"
:
{
"src"
:
"lxyl/zlgl/ukcjyd/init/Jylydlx"
,
"match"
:
{
"value"
:
"id"
,
"label"
:
"name"
}
}
},
{
"label"
:
"评估代码"
,
...
...
@@ -214,6 +221,13 @@
}
],
[
{
label
:
'检验单号'
,
prop
:
'jydh'
,
span
:
6
,
type
:
'input'
,
value
:
''
},
{
label
:
"检验批号"
,
prop
:
"jyph"
,
...
...
@@ -221,6 +235,13 @@
type
:
'input'
,
value
:
''
},
{
label
:
'物料信息'
,
prop
:
'wlxxInfo'
,
span
:
6
,
type
:
'input'
,
value
:
''
},
{
label
:
'物料批号'
,
prop
:
'wlph'
,
...
...
src/views/ccgl/zlgl/kccjd/top/index.vue
View file @
689fd114
...
...
@@ -120,19 +120,51 @@
label
:
'业务日期'
,
startProp
:
"start"
,
endProp
:
"end"
,
span
:
8
,
span
:
6
,
type
:
'RelDaterangeV2'
,
startValue
:
new
Date
().
getTime
()
-
1000
*
60
*
60
*
24
*
30
,
endValue
:
new
Date
().
getTime
(),
},
{
"label"
:
"仓库"
,
"prop"
:
"ckid"
,
"span"
:
6
,
"type"
:
"RelSelect"
,
"value"
:
""
,
"typeConfig"
:
{
"src"
:
"lxyl/jcsj/uck/ck/queryCjckid"
,
"match"
:
{
"value"
:
"id"
,
"label"
:
"name"
},
params
:{
flid
:
'D'
}
}
},
{
label
:
'重检单号'
,
prop
:
'djid'
,
span
:
5
,
span
:
6
,
type
:
'input'
,
value
:
''
},
{
label
:
'批号'
,
prop
:
'wlph'
,
span
:
6
,
type
:
'input'
,
value
:
''
},
],
[
{
label
:
'物料信息'
,
prop
:
'wlph'
,
span
:
6
,
type
:
'input'
,
value
:
''
},
]
],
...
...
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