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
d5297147
Commit
d5297147
authored
Aug 26, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
{
label: "物料信息", prop: "wlxxInfo", span: 8, type: "input", value: "", }, 出/入单新增物料的查询信息
parent
39aa33c4
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
66 additions
and
33 deletions
+66
-33
index.vue
src/views/ccgl/ckgl/bfckd/top/index.vue
+20
-12
index.vue
src/views/ccgl/ckgl/ckd/top/index.vue
+21
-12
index.vue
src/views/ccgl/rkgl/dbrkd/top/index.vue
+9
-2
index.vue
src/views/ccgl/rkgl/rkd/top/index.vue
+16
-7
No files found.
src/views/ccgl/ckgl/bfckd/top/index.vue
View file @
d5297147
...
@@ -129,7 +129,7 @@
...
@@ -129,7 +129,7 @@
{
{
"label"
:
"仓库"
,
"label"
:
"仓库"
,
"prop"
:
"ckid"
,
"prop"
:
"ckid"
,
"span"
:
8
,
"span"
:
6
,
"type"
:
"RelSelect"
,
"type"
:
"RelSelect"
,
"value"
:
""
,
"value"
:
""
,
"typeConfig"
:
{
"typeConfig"
:
{
...
@@ -143,26 +143,34 @@
...
@@ -143,26 +143,34 @@
{
{
label
:
'单据编号'
,
label
:
'单据编号'
,
prop
:
'djid'
,
prop
:
'djid'
,
span
:
8
,
span
:
6
,
type
:
'input'
,
type
:
'input'
,
value
:
''
value
:
''
}
},
{
label
:
'状态'
,
prop
:
'zt'
,
span
:
4
,
type
:
'RelSelect'
,
typeConfig
:
{
src
:
'lxyl/ckgl/bfcktz/init/zt'
}
}
],
],
[{
[
label
:
'状态'
,
{
prop
:
'zt'
,
label
:
"物料信息"
,
prop
:
"wlxxInfo"
,
span
:
8
,
span
:
8
,
type
:
'RelSelect'
,
type
:
"input"
,
typeConfig
:
{
value
:
""
,
src
:
'lxyl/ckgl/bfcktz/init/zt'
}
},
},
{
{
label
:
'事务类型'
,
label
:
'事务类型'
,
prop
:
'swlxid'
,
prop
:
'swlxid'
,
span
:
8
,
span
:
6
,
type
:
'RelSelect'
,
type
:
'RelSelect'
,
typeConfig
:
{
typeConfig
:
{
src
:
'lxyl/ckgl/bfcktz/init/swlx'
src
:
'lxyl/ckgl/bfcktz/init/swlx'
...
@@ -171,7 +179,7 @@
...
@@ -171,7 +179,7 @@
{
{
label
:
'工厂'
,
label
:
'工厂'
,
prop
:
'hzName'
,
prop
:
'hzName'
,
span
:
8
,
span
:
6
,
type
:
'input'
,
type
:
'input'
,
}
}
]
]
...
...
src/views/ccgl/ckgl/ckd/top/index.vue
View file @
d5297147
...
@@ -138,7 +138,7 @@
...
@@ -138,7 +138,7 @@
{
{
"label"
:
"仓库"
,
"label"
:
"仓库"
,
"prop"
:
"ckid"
,
"prop"
:
"ckid"
,
"span"
:
8
,
"span"
:
6
,
"type"
:
"RelSelect"
,
"type"
:
"RelSelect"
,
"value"
:
""
,
"value"
:
""
,
"typeConfig"
:
{
"typeConfig"
:
{
...
@@ -152,26 +152,35 @@
...
@@ -152,26 +152,35 @@
{
{
label
:
'单据编号'
,
label
:
'单据编号'
,
prop
:
'djid'
,
prop
:
'djid'
,
span
:
8
,
span
:
6
,
type
:
'input'
,
type
:
'input'
,
value
:
''
value
:
''
}
},
{
label
:
'状态'
,
prop
:
'zt'
,
span
:
4
,
type
:
'RelSelect'
,
typeConfig
:
{
src
:
'lxyl/ckgl/cktz/init/zt'
}
},
],
],
[{
[
label
:
'状态'
,
{
prop
:
'zt'
,
label
:
"物料信息"
,
prop
:
"wlxxInfo"
,
span
:
8
,
span
:
8
,
type
:
'RelSelect'
,
type
:
"input"
,
typeConfig
:
{
value
:
""
,
src
:
'lxyl/ckgl/cktz/init/zt'
}
},
},
{
{
label
:
'事务类型'
,
label
:
'事务类型'
,
prop
:
'swlxid'
,
prop
:
'swlxid'
,
span
:
8
,
span
:
6
,
type
:
'RelSelect'
,
type
:
'RelSelect'
,
typeConfig
:
{
typeConfig
:
{
src
:
'lxyl/ckgl/cktz/init/swlx'
src
:
'lxyl/ckgl/cktz/init/swlx'
...
@@ -180,7 +189,7 @@
...
@@ -180,7 +189,7 @@
{
{
label
:
'工厂'
,
label
:
'工厂'
,
prop
:
'hzName'
,
prop
:
'hzName'
,
span
:
8
,
span
:
6
,
type
:
'input'
,
type
:
'input'
,
}
}
]
]
...
...
src/views/ccgl/rkgl/dbrkd/top/index.vue
View file @
d5297147
...
@@ -127,7 +127,7 @@
...
@@ -127,7 +127,7 @@
label
:
'日期'
,
label
:
'日期'
,
startProp
:
"start"
,
startProp
:
"start"
,
endProp
:
"end"
,
endProp
:
"end"
,
span
:
6
,
span
:
8
,
type
:
'RelDaterangeV2'
,
type
:
'RelDaterangeV2'
,
startValue
:
new
Date
().
getTime
()
-
1000
*
60
*
60
*
24
*
30
,
startValue
:
new
Date
().
getTime
()
-
1000
*
60
*
60
*
24
*
30
,
endValue
:
new
Date
().
getTime
(),
endValue
:
new
Date
().
getTime
(),
...
@@ -149,7 +149,7 @@
...
@@ -149,7 +149,7 @@
{
{
label
:
'状态'
,
label
:
'状态'
,
prop
:
'zt'
,
prop
:
'zt'
,
span
:
6
,
span
:
4
,
type
:
'RelSelect'
,
type
:
'RelSelect'
,
typeConfig
:
{
typeConfig
:
{
src
:
'wms/rkgl/dbrk/init/zt'
src
:
'wms/rkgl/dbrk/init/zt'
...
@@ -157,6 +157,13 @@
...
@@ -157,6 +157,13 @@
}
}
],
],
[
[
{
label
:
"物料信息"
,
prop
:
"wlxxInfo"
,
span
:
8
,
type
:
"input"
,
value
:
""
,
},
{
{
"label"
:
"调入仓库"
,
"label"
:
"调入仓库"
,
"prop"
:
"ckid"
,
"prop"
:
"ckid"
,
...
...
src/views/ccgl/rkgl/rkd/top/index.vue
View file @
d5297147
...
@@ -200,7 +200,7 @@ export default {
...
@@ -200,7 +200,7 @@ export default {
{
{
label
:
"仓库"
,
label
:
"仓库"
,
prop
:
"ckid"
,
prop
:
"ckid"
,
span
:
8
,
span
:
6
,
type
:
"RelSelect"
,
type
:
"RelSelect"
,
value
:
""
,
value
:
""
,
typeConfig
:
{
typeConfig
:
{
...
@@ -214,25 +214,34 @@ export default {
...
@@ -214,25 +214,34 @@ export default {
{
{
label
:
"单据编号"
,
label
:
"单据编号"
,
prop
:
"djid"
,
prop
:
"djid"
,
span
:
8
,
span
:
6
,
type
:
"input"
,
type
:
"input"
,
value
:
""
,
value
:
""
,
},
},
],
[
{
{
label
:
"状态"
,
label
:
"状态"
,
prop
:
"zt"
,
prop
:
"zt"
,
span
:
8
,
span
:
4
,
type
:
"RelSelect"
,
type
:
"RelSelect"
,
typeConfig
:
{
typeConfig
:
{
src
:
"lxyl/rkgl/rktz/init/zt"
,
src
:
"lxyl/rkgl/rktz/init/zt"
,
},
},
}
],
[
{
label
:
"物料信息"
,
prop
:
"wlxxInfo"
,
span
:
8
,
type
:
"input"
,
value
:
""
,
},
},
{
{
label
:
"事务类型"
,
label
:
"事务类型"
,
prop
:
"swlxid"
,
prop
:
"swlxid"
,
span
:
8
,
span
:
6
,
type
:
"RelSelect"
,
type
:
"RelSelect"
,
typeConfig
:
{
typeConfig
:
{
src
:
"lxyl/rkgl/rktz/init/swlx"
,
src
:
"lxyl/rkgl/rktz/init/swlx"
,
...
@@ -241,7 +250,7 @@ export default {
...
@@ -241,7 +250,7 @@ export default {
{
{
label
:
"来源单号"
,
label
:
"来源单号"
,
prop
:
"lydjDjid"
,
prop
:
"lydjDjid"
,
span
:
8
,
span
:
6
,
type
:
"input"
,
type
:
"input"
,
value
:
""
,
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