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
bf171c1f
Commit
bf171c1f
authored
Jun 28, 2024
by
周毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整页面显示
parent
91109947
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
112 additions
and
179 deletions
+112
-179
edit.vue
src/views/ccgl/ckgl/ckdj/edit.vue
+2
-31
index.vue
src/views/ccgl/ckgl/ckdj/index.vue
+9
-19
index.vue
src/views/ccgl/ckgl/xpk/top/index.vue
+1
-14
index.vue
src/views/ccgl/rkgl/cjbhghk/top/index.vue
+30
-13
index.vue
src/views/ccgl/rkgl/lkjhhk/top/index.vue
+36
-13
edit.vue
src/views/ccgl/rkgl/rkdj/edit.vue
+11
-35
index.vue
src/views/ccgl/rkgl/rkdj/index.vue
+20
-30
index.vue
src/views/ccgl/rkgl/slk/top/index.vue
+3
-13
index.vue
src/views/ccgl/rkgl/spk/top/index.vue
+0
-11
No files found.
src/views/ccgl/ckgl/ckdj/edit.vue
View file @
bf171c1f
...
@@ -180,21 +180,6 @@
...
@@ -180,21 +180,6 @@
}
}
}
}
},
},
{
"label"
:
"部门"
,
"prop"
:
"bmid"
,
"span"
:
8
,
"type"
:
"RelSelect"
,
"value"
:
""
,
"required"
:
true
,
"typeConfig"
:
{
"src"
:
"jcsj/common/bm/query"
,
"match"
:
{
"value"
:
"id"
,
"label"
:
"bmmc"
}
}
},
{
{
label
:
'经手人'
,
label
:
'经手人'
,
prop
:
'jsr'
,
prop
:
'jsr'
,
...
@@ -205,25 +190,11 @@
...
@@ -205,25 +190,11 @@
},
},
{
{
label
:
'
保管员
'
,
label
:
'
出库单号
'
,
prop
:
'
bgy
'
,
prop
:
'
lydjDjid
'
,
span
:
8
,
span
:
8
,
type
:
'input'
,
type
:
'input'
,
"required"
:
true
},
},
{
label
:
'出库单号'
,
prop
:
'transrkd'
,
span
:
8
,
type
:
'input'
,
},
{
label
:
'拣货单号'
,
prop
:
'jhtzDjid'
,
span
:
8
,
type
:
'input'
,
},
{
{
label
:
'备注'
,
label
:
'备注'
,
prop
:
'bz'
,
prop
:
'bz'
,
...
...
src/views/ccgl/ckgl/ckdj/index.vue
View file @
bf171c1f
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
/* 手动控制编辑按钮权限 */
/* 手动控制编辑按钮权限 */
editButton
:
false
,
editButton
:
false
,
/* 是否渲染右侧操作按钮 */
/* 是否渲染右侧操作按钮 */
operateButtons
:
tru
e
,
operateButtons
:
fals
e
,
/* 是否开启工作流按钮 */
/* 是否开启工作流按钮 */
workFlow
:
false
,
workFlow
:
false
,
/* 表格开启选择,以及记住选择 */
/* 表格开启选择,以及记住选择 */
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
saveSelected
:
false
saveSelected
:
false
},
},
config
:
{
config
:
{
delUrl
:
'lxyl/ckgl/pkck/delete/ckdj'
,
//
delUrl: 'lxyl/ckgl/pkck/delete/ckdj',
queryDetail
:
true
,
queryDetail
:
true
,
/* 基本配置*/
/* 基本配置*/
url
:
'wms/ckgl/ckdj'
,
url
:
'wms/ckgl/ckdj'
,
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
{
{
title
:
"过账状态"
,
title
:
"过账状态"
,
field
:
"gzzt"
,
field
:
"gzzt"
,
width
:
10
0
,
width
:
8
0
,
"transform"
:
{
"transform"
:
{
"url"
:
"lxyl/common/init/gzzt"
,
"url"
:
"lxyl/common/init/gzzt"
,
"label"
:
"name"
,
"label"
:
"name"
,
...
@@ -67,21 +67,11 @@
...
@@ -67,21 +67,11 @@
"field"
:
"swlxName"
,
"field"
:
"swlxName"
,
"width"
:
100
"width"
:
100
},
},
{
"title"
:
"部门"
,
"field"
:
"bmName"
,
"width"
:
130
},
{
{
"title"
:
"经手人"
,
"title"
:
"经手人"
,
"field"
:
"jsr"
,
"field"
:
"jsr"
,
"width"
:
120
"width"
:
120
},
},
{
"title"
:
"保管员"
,
"field"
:
"bgy"
,
"width"
:
120
},
{
{
"title"
:
"出库单号"
,
"title"
:
"出库单号"
,
"field"
:
"lldjid"
,
"field"
:
"lldjid"
,
...
@@ -92,8 +82,8 @@
...
@@ -92,8 +82,8 @@
}
}
},
},
{
{
"title"
:
"
拣货单
号"
,
"title"
:
"
出库任务
号"
,
"field"
:
"
jhtz
Djid"
,
"field"
:
"
lydj
Djid"
,
"width"
:
140
"width"
:
140
},
},
...
@@ -103,12 +93,12 @@
...
@@ -103,12 +93,12 @@
"width"
:
220
"width"
:
220
},
},
{
{
"title"
:
"
维护
人"
,
"title"
:
"
创建
人"
,
"field"
:
"
wh
r"
"field"
:
"
cj
r"
},
},
{
{
"title"
:
"
维护
时间"
,
"title"
:
"
创建
时间"
,
"field"
:
"
wh
sj"
,
"field"
:
"
cj
sj"
,
fieldType
:
'ftDateTime'
fieldType
:
'ftDateTime'
}
}
],
],
...
...
src/views/ccgl/ckgl/xpk/top/index.vue
View file @
bf171c1f
...
@@ -74,27 +74,14 @@
...
@@ -74,27 +74,14 @@
field
:
"packCode"
,
field
:
"packCode"
,
width
:
140
width
:
140
},
},
{
title
:
"维护人"
,
field
:
"whr"
,
width
:
120
},
{
title
:
"维护时间"
,
field
:
"whsj"
,
fieldType
:
"ftDateTime"
},
{
{
title
:
"创建人"
,
title
:
"创建人"
,
field
:
"cjr"
,
field
:
"cjr"
,
width
:
120
,
hidden
:
true
},
},
{
{
title
:
"创建时间"
,
title
:
"创建时间"
,
field
:
"cjsj"
,
field
:
"cjsj"
,
fieldType
:
"ftDateTime"
,
fieldType
:
"ftDateTime"
hidden
:
true
}
}
],
],
queryParams
:
[
queryParams
:
[
...
...
src/views/ccgl/rkgl/cjbhghk/top/index.vue
View file @
bf171c1f
...
@@ -119,17 +119,7 @@
...
@@ -119,17 +119,7 @@
title
:
"创建时间"
,
title
:
"创建时间"
,
field
:
"cjsj"
,
field
:
"cjsj"
,
fieldType
:
"ftDateTime"
fieldType
:
"ftDateTime"
},
}
{
title
:
"维护人"
,
field
:
"whr"
},
{
title
:
"维护时间"
,
field
:
"whsj"
,
fieldType
:
"ftDateTime"
},
],
],
queryParams
:
[
queryParams
:
[
[{
[{
...
@@ -181,9 +171,36 @@
...
@@ -181,9 +171,36 @@
}
}
}
}
},
},
{
label
:
'任务号'
,
prop
:
'djid'
,
span
:
6
,
type
:
'input'
,
value
:
''
},
],
],
[
[
{
label
:
"状态"
,
prop
:
"zt"
,
span
:
6
,
type
:
"RelSelect"
,
value
:
""
,
typeConfig
:
{
src
:
"wms/rkgl/sjrw/init/zt "
,
match
:
{
value
:
"id"
,
label
:
"name"
}
}
},
{
label
:
'创建人'
,
prop
:
'cjr'
,
span
:
6
,
type
:
'input'
,
value
:
''
}
]
]
],
],
...
...
src/views/ccgl/rkgl/lkjhhk/top/index.vue
View file @
bf171c1f
...
@@ -136,7 +136,7 @@
...
@@ -136,7 +136,7 @@
label
:
'日期'
,
label
:
'日期'
,
startProp
:
"start"
,
startProp
:
"start"
,
endProp
:
"end"
,
endProp
:
"end"
,
span
:
7
,
span
:
6
,
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
(),
...
@@ -144,7 +144,7 @@
...
@@ -144,7 +144,7 @@
{
{
"label"
:
"仓库"
,
"label"
:
"仓库"
,
"prop"
:
"ckid"
,
"prop"
:
"ckid"
,
"span"
:
7
,
"span"
:
6
,
"type"
:
"RelSelect"
,
"type"
:
"RelSelect"
,
"value"
:
""
,
"value"
:
""
,
"typeConfig"
:
{
"typeConfig"
:
{
...
@@ -158,26 +158,49 @@
...
@@ -158,26 +158,49 @@
}
}
}
}
},
},
{
label
:
'出库单号'
,
prop
:
'lydjDjid'
,
span
:
6
,
type
:
'input'
,
value
:
''
},
{
{
label
:
'容器'
,
label
:
'容器'
,
prop
:
'rqInfo'
,
prop
:
'rqInfo'
,
span
:
5
,
span
:
6
,
type
:
'input'
,
value
:
''
}
],
[
{
label
:
'任务号'
,
prop
:
'djid'
,
span
:
6
,
type
:
'input'
,
type
:
'input'
,
value
:
''
value
:
''
},
},
{
{
"label"
:
"状态"
,
label
:
"状态"
,
"prop"
:
"zt"
,
prop
:
"zt"
,
"span"
:
5
,
span
:
6
,
"type"
:
"RelSelect"
,
type
:
"RelSelect"
,
"value"
:
""
,
value
:
""
,
"typeConfig"
:
{
typeConfig
:
{
"src"
:
"wms/rkgl/sjrw/init/zt "
,
src
:
"wms/rkgl/sjrw/init/zt "
,
"match"
:
{
match
:
{
"value"
:
"id"
,
value
:
"id"
,
"label"
:
"name"
label
:
"name"
}
}
}
}
},
{
label
:
'创建人'
,
prop
:
'cjr'
,
span
:
6
,
type
:
'input'
,
value
:
''
}
}
]
]
],
],
...
...
src/views/ccgl/rkgl/rkdj/edit.vue
View file @
bf171c1f
...
@@ -162,21 +162,6 @@
...
@@ -162,21 +162,6 @@
}
}
}
}
},
},
{
"label"
:
"业务部门"
,
"prop"
:
"bmid"
,
"span"
:
8
,
"type"
:
"RelSelect"
,
"value"
:
""
,
"required"
:
true
,
"typeConfig"
:
{
"src"
:
"jcsj/common/bm/query"
,
"match"
:
{
"value"
:
"id"
,
"label"
:
"bmmc"
}
}
},
{
{
"label"
:
"事务类型"
,
"label"
:
"事务类型"
,
"prop"
:
"swlxid"
,
"prop"
:
"swlxid"
,
...
@@ -193,29 +178,20 @@
...
@@ -193,29 +178,20 @@
}
}
},
},
{
{
label
:
'
保管员
'
,
label
:
'
经手人
'
,
prop
:
'
bgy
'
,
prop
:
'
jsr
'
,
span
:
8
,
span
:
8
,
type
:
'input'
,
type
:
'input'
,
},
},
{
{
label
:
'经手人'
,
label
:
'入库单号'
,
prop
:
'jsr'
,
prop
:
'transrkd'
,
span
:
8
,
span
:
8
,
type
:
'input'
,
type
:
'input'
,
},
formatter
(
a
,
b
,
c
)
{
{
return
a
.
rktzDjid
||
a
.
dbrkDjid
label
:
'入库单号'
,
}
prop
:
'transrkd'
,
},
span
:
8
,
type
:
'input'
,
},
{
label
:
'上架单号'
,
prop
:
'sjtzDjid'
,
span
:
8
,
type
:
'input'
,
},
{
{
label
:
'备注'
,
label
:
'备注'
,
prop
:
'bz'
,
prop
:
'bz'
,
...
...
src/views/ccgl/rkgl/rkdj/index.vue
View file @
bf171c1f
...
@@ -33,7 +33,18 @@
...
@@ -33,7 +33,18 @@
queryDetail
:
true
,
queryDetail
:
true
,
/* 基本配置*/
/* 基本配置*/
url
:
'wms/rkgl/rkdj'
,
url
:
'wms/rkgl/rkdj'
,
tableTitle
:
[{
tableTitle
:
[
{
title
:
"过账状态"
,
field
:
"gzzt"
,
width
:
80
,
"transform"
:
{
"url"
:
"lxyl/common/init/gzzt"
,
"label"
:
"name"
,
"value"
:
"id"
}
},
{
title
:
"库存单号"
,
title
:
"库存单号"
,
field
:
"djid"
,
field
:
"djid"
,
width
:
140
width
:
140
...
@@ -53,32 +64,11 @@
...
@@ -53,32 +64,11 @@
field
:
"swlxName"
,
field
:
"swlxName"
,
width
:
100
width
:
100
},
},
{
title
:
"过账状态"
,
field
:
"gzzt"
,
width
:
100
,
"transform"
:
{
"url"
:
"lxyl/common/init/gzzt"
,
"label"
:
"name"
,
"value"
:
"id"
}
},
{
title
:
"部门"
,
field
:
"bmName"
,
width
:
130
},
{
{
title
:
"入库人"
,
title
:
"入库人"
,
field
:
"jsr"
,
field
:
"jsr"
,
width
:
120
width
:
120
},
},
// {title: "来源单号", field: "lydjCode", width: 120},
{
title
:
"保管员"
,
field
:
"bgy"
,
width
:
120
},
{
{
title
:
"入库单号"
,
title
:
"入库单号"
,
field
:
"lydjid"
,
field
:
"lydjid"
,
...
@@ -88,8 +78,8 @@
...
@@ -88,8 +78,8 @@
}
}
},
},
{
{
title
:
"
上架单
号"
,
title
:
"
入库任务
号"
,
field
:
"
sjtz
Djid"
,
field
:
"
lydj
Djid"
,
width
:
140
width
:
140
},
},
{
{
...
@@ -98,12 +88,12 @@
...
@@ -98,12 +88,12 @@
width
:
220
width
:
220
},
},
{
{
title
:
"
维护
人"
,
title
:
"
创建
人"
,
field
:
"
wh
r"
field
:
"
cj
r"
},
},
{
{
title
:
"
维护
时间"
,
title
:
"
创建
时间"
,
field
:
"
wh
sj"
,
field
:
"
cj
sj"
,
fieldType
:
'ftDateTime'
fieldType
:
'ftDateTime'
}
}
],
],
...
@@ -143,8 +133,8 @@
...
@@ -143,8 +133,8 @@
],
],
[{
[{
label
:
'
来源单
号'
,
label
:
'
入库任务
号'
,
prop
:
'
sjtz
Djid'
,
prop
:
'
lydj
Djid'
,
span
:
8
,
span
:
8
,
type
:
'input'
,
type
:
'input'
,
value
:
''
value
:
''
...
...
src/views/ccgl/rkgl/slk/top/index.vue
View file @
bf171c1f
...
@@ -124,17 +124,7 @@
...
@@ -124,17 +124,7 @@
title
:
"创建时间"
,
title
:
"创建时间"
,
field
:
"cjsj"
,
field
:
"cjsj"
,
fieldType
:
"ftDateTime"
fieldType
:
"ftDateTime"
},
}
{
title
:
"维护人"
,
field
:
"whr"
},
{
title
:
"维护时间"
,
field
:
"whsj"
,
fieldType
:
"ftDateTime"
},
],
],
queryParams
:
[
queryParams
:
[
[{
[{
...
@@ -173,7 +163,7 @@
...
@@ -173,7 +163,7 @@
{
{
label
:
'容器'
,
label
:
'容器'
,
prop
:
'rqInfo'
,
prop
:
'rqInfo'
,
span
:
8
,
span
:
6
,
type
:
'input'
,
type
:
'input'
,
value
:
''
value
:
''
}
}
...
@@ -189,7 +179,7 @@
...
@@ -189,7 +179,7 @@
{
{
label
:
"状态"
,
label
:
"状态"
,
prop
:
"zt"
,
prop
:
"zt"
,
span
:
8
,
span
:
6
,
type
:
"RelSelect"
,
type
:
"RelSelect"
,
value
:
""
,
value
:
""
,
typeConfig
:
{
typeConfig
:
{
...
...
src/views/ccgl/rkgl/spk/top/index.vue
View file @
bf171c1f
...
@@ -86,23 +86,12 @@
...
@@ -86,23 +86,12 @@
{
{
title
:
"创建人"
,
title
:
"创建人"
,
field
:
"cjr"
,
field
:
"cjr"
,
hidden
:
true
},
},
{
{
title
:
"创建时间"
,
title
:
"创建时间"
,
field
:
"cjsj"
,
field
:
"cjsj"
,
fieldType
:
"ftDateTime"
,
fieldType
:
"ftDateTime"
,
hidden
:
true
},
{
title
:
"维护人"
,
field
:
"whr"
},
{
title
:
"维护时间"
,
field
:
"whsj"
,
fieldType
:
"ftDateTime"
}
}
],
],
queryParams
:
[
queryParams
:
[
...
...
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