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
4fb452ff
Commit
4fb452ff
authored
Mar 26, 2025
by
周毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整库龄查询页面
parent
4d788dbb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
45 additions
and
43 deletions
+45
-43
index.vue
src/views/ccgl/cxfx/klgl/index.vue
+45
-43
No files found.
src/views/ccgl/cxfx/klgl/index.vue
View file @
4fb452ff
...
...
@@ -42,7 +42,7 @@
},
config
:
{
/* 基本配置*/
url
:
'lxyl/cxfx/kl
ql
'
,
url
:
'lxyl/cxfx/kl
cx
'
,
tableTitle
:
[{
title
:
"仓库"
,
field
:
"ckName"
,
...
...
@@ -58,29 +58,24 @@
field
:
"wlxxName"
,
width
:
160
},
{
title
:
"规格"
,
field
:
"wlxxGg"
,
width
:
140
},
{
title
:
"物料批号"
,
field
:
"wlph"
,
width
:
140
},
{
title
:
"
指
令号"
,
title
:
"
制
令号"
,
field
:
"zlh"
,
width
:
140
},
{
title
:
"
库存
单位"
,
field
:
"
kcdw
"
,
width
:
1
4
0
title
:
"
计量
单位"
,
field
:
"
jldwName
"
,
width
:
1
0
0
},
{
title
:
"生产日期"
,
field
:
"
s
crq"
,
field
:
"
wlphS
crq"
,
fieldType
:
"ftDate"
},
{
...
...
@@ -90,49 +85,71 @@
},
{
title
:
"库龄天数"
,
field
:
"klts"
,
width
:
140
field
:
"dzts"
,
fieldType
:
"int"
,
width
:
100
},
{
title
:
"30天以内"
,
field
:
"30"
,
width
:
140
fieldType
:
"int"
,
width
:
100
},
{
title
:
"31-60天"
,
field
:
"3160"
,
width
:
140
fieldType
:
"int"
,
field
:
"kcsl30"
,
width
:
100
},
{
title
:
"61-90天"
,
field
:
"6190"
,
width
:
140
fieldType
:
"int"
,
field
:
"kcsl90"
,
width
:
100
},
{
title
:
"91-180天"
,
field
:
"91180"
,
width
:
140
fieldType
:
"int"
,
field
:
"kcsl180"
,
width
:
100
},
{
title
:
"181-270天"
,
field
:
"181270"
,
width
:
140
fieldType
:
"int"
,
field
:
"kcsl270"
,
width
:
100
},
{
title
:
"271-365天"
,
field
:
"271365"
,
width
:
140
fieldType
:
"int"
,
field
:
"kcsl365"
,
width
:
100
},
{
title
:
"366天以上"
,
field
:
"366"
,
width
:
140
fieldType
:
"int"
,
field
:
"kcsl720"
,
width
:
100
}
],
queryParams
:
[
[{
"label"
:
"仓库"
,
"prop"
:
"ckid"
,
"span"
:
6
,
"type"
:
"RelSelect"
,
"value"
:
""
,
"typeConfig"
:
{
"src"
:
"lxyl/jcsj/uck/ck/queryCjckid"
,
"match"
:
{
"value"
:
"id"
,
"label"
:
"name"
}
}
},
{
label
:
'物料编码'
,
prop
:
'wlxx
Code
'
,
prop
:
'wlxx
Info
'
,
span
:
6
,
type
:
'input'
,
value
:
''
...
...
@@ -146,26 +163,11 @@
},
{
label
:
'制令号'
,
prop
:
'zlh'
,
prop
:
'zlh
Info
'
,
span
:
6
,
type
:
'input'
,
value
:
''
},
{
"label"
:
"仓库"
,
"prop"
:
"ckid"
,
"span"
:
6
,
"type"
:
"RelSelect"
,
"value"
:
""
,
"typeConfig"
:
{
"src"
:
"jcsj/common/ck/queryCkid"
,
"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