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
c2919835
Commit
c2919835
authored
May 24, 2024
by
周毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改页面显示
parent
b004c721
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
58 additions
and
36 deletions
+58
-36
index.vue
src/views/ccgl/ckgl/lkckrw/top/index.vue
+20
-15
mx.vue
src/views/ccgl/ckgl/xpk/mx.vue
+3
-3
index.vue
src/views/ccgl/ckgl/xpk/top/index.vue
+34
-17
index.vue
src/views/ccgl/wcsrwgl/lkrw/index.vue
+1
-1
No files found.
src/views/ccgl/ckgl/lkckrw/top/index.vue
View file @
c2919835
...
...
@@ -55,23 +55,28 @@
fieldType
:
"upper"
,
width
:
140
},
{
title
:
"业务日期"
,
field
:
"ywrq"
,
fieldType
:
"ftDate"
},
{
title
:
"仓库"
,
field
:
"ckName"
,
width
:
140
},
{
title
:
"
业务日期
"
,
field
:
"
ywrq
"
,
fieldType
:
"ftDate"
title
:
"
事务类型
"
,
field
:
"
swlxName
"
,
width
:
140
},
{
title
:
"
起始
位"
,
title
:
"
库
位"
,
field
:
"kwName"
,
width
:
140
},
{
title
:
"
目标
位"
,
title
:
"
工位
位"
,
field
:
"gwName"
,
width
:
140
},
...
...
@@ -143,16 +148,16 @@
endValue
:
new
Date
().
getTime
(),
},
{
"label"
:
"仓库"
,
"prop"
:
"ckid"
,
"span"
:
8
,
"type"
:
"RelSelect"
,
"value"
:
""
,
"typeConfig"
:
{
"src"
:
"lxyl/jcsj/uck/ck/queryCjckid"
,
"match"
:
{
"value"
:
"id"
,
"label"
:
"name"
label
:
"仓库"
,
prop
:
"ckid"
,
span
:
8
,
type
:
"RelSelect"
,
value
:
""
,
typeConfig
:
{
src
:
"lxyl/jcsj/uck/ck/queryCjckid"
,
match
:
{
value
:
"id"
,
label
:
"name"
},
params
:{
flid
:
'L'
...
...
src/views/ccgl/ckgl/xpk/mx.vue
View file @
c2919835
...
...
@@ -45,7 +45,7 @@
tableTitle
:
[{
title
:
"唯一码"
,
field
:
"packCode"
,
width
:
24
0
width
:
18
0
},
{
title
:
"物料编码"
,
...
...
@@ -55,12 +55,12 @@
{
title
:
"物料名称"
,
field
:
"wlxxName"
,
width
:
1
4
0
width
:
1
6
0
},
{
title
:
"物料规格"
,
field
:
"wlxxGg"
,
width
:
1
4
0
width
:
1
6
0
},
{
title
:
"数量"
,
...
...
src/views/ccgl/ckgl/xpk/top/index.vue
View file @
c2919835
...
...
@@ -38,16 +38,6 @@
/* 基本配置*/
url
:
'lxyl/ckgl/ckrw/pkck'
,
tableTitle
:
[
{
title
:
"状态"
,
field
:
"zt"
,
width
:
80
,
"transform"
:
{
"url"
:
"lxyl/ckgl/ckrw/pkck/init/zt"
,
"label"
:
"name"
,
"value"
:
"id"
}
},
{
title
:
"单据号"
,
field
:
"djid"
,
...
...
@@ -55,13 +45,23 @@
width
:
140
},
{
title
:
"起始位"
,
field
:
"kwName"
,
title
:
"日期"
,
field
:
"ywrq"
,
fieldType
:
"ftDate"
},
{
title
:
"仓库"
,
field
:
"ckName"
,
width
:
140
},
{
title
:
"目标位"
,
field
:
"gwName"
,
title
:
"事务类型"
,
field
:
"swlxName"
,
width
:
140
},
{
title
:
"库位"
,
field
:
"kwName"
,
width
:
140
},
{
...
...
@@ -69,16 +69,33 @@
field
:
"rqCode"
,
width
:
140
},
{
title
:
"唯一码"
,
field
:
"packCode"
,
width
:
140
},
{
title
:
"维护人"
,
field
:
"whr"
,
width
:
120
},
{
title
:
"维护时间"
,
field
:
"whsj"
,
fieldType
:
"ftDateTime"
},
{
title
:
"创建人"
,
field
:
"cjr"
,
width
:
120
width
:
120
,
hidden
:
true
},
{
title
:
"创建时间"
,
field
:
"cjsj"
,
fieldType
:
"ftDateTime"
},
fieldType
:
"ftDateTime"
,
hidden
:
true
}
],
queryParams
:
[
[
...
...
src/views/ccgl/wcsrwgl/lkrw/index.vue
View file @
c2919835
...
...
@@ -226,7 +226,7 @@
},
{
label
:
"巷道"
,
prop
:
"
hj
id"
,
prop
:
"
device
id"
,
span
:
6
,
type
:
"RelSelect"
,
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