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
3dc9bc9a
Commit
3dc9bc9a
authored
Jul 11, 2024
by
周毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、增加列表创建人显示
2、修改验货单查询
parent
56419074
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
24 additions
and
14 deletions
+24
-14
mx.vue
src/views/ccgl/ckgl/ckd/mx.vue
+2
-2
index.vue
src/views/ccgl/ckgl/ckd/top/index.vue
+2
-2
index.vue
src/views/ccgl/ckgl/ckdj/index.vue
+6
-2
index.vue
src/views/ccgl/ckgl/lkckrw/top/index.vue
+5
-0
index.vue
src/views/ccgl/zlgl/kcyhd/top/index.vue
+9
-8
No files found.
src/views/ccgl/ckgl/ckd/mx.vue
View file @
3dc9bc9a
...
...
@@ -89,9 +89,9 @@
fieldType
:
"float"
},
{
title
:
"
已
出库数量"
,
title
:
"出库数量"
,
field
:
"cksl"
,
width
:
100
,
fieldType
:
"float"
},
{
...
...
src/views/ccgl/ckgl/ckd/top/index.vue
View file @
3dc9bc9a
...
...
@@ -115,11 +115,11 @@
},
{
title
:
"创建人"
,
field
:
"
wh
r"
,
field
:
"
cj
r"
,
},
{
title
:
"创建时间"
,
field
:
"
wh
sj"
,
field
:
"
cj
sj"
,
fieldType
:
"ftDateTime"
,
}
],
...
...
src/views/ccgl/ckgl/ckdj/index.vue
View file @
3dc9bc9a
...
...
@@ -101,7 +101,11 @@
"field"
:
"lydjDjid"
,
"width"
:
140
},
{
"title"
:
"出库单号"
,
"field"
:
"cktzDjid"
,
"width"
:
140
},
{
"title"
:
"备注"
,
"field"
:
"bz"
,
...
...
@@ -192,7 +196,7 @@
span
:
6
,
type
:
'input'
,
value
:
''
}
,
}
]
],
/* 默认启停用 */
...
...
src/views/ccgl/ckgl/lkckrw/top/index.vue
View file @
3dc9bc9a
...
...
@@ -103,6 +103,11 @@
return
map
[
v
];
}
},
{
title
:
"出库单号"
,
field
:
"lydjDjid"
,
width
:
140
},
{
title
:
"开始时间"
,
field
:
"kssj"
,
...
...
src/views/ccgl/zlgl/kcyhd/top/index.vue
View file @
3dc9bc9a
...
...
@@ -72,21 +72,22 @@
],
queryParams
:
[
[{
label
:
'验货单号'
,
prop
:
'code'
,
span
:
8
,
type
:
'input'
,
value
:
''
},
{
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
:
'djid'
,
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