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
9a517c5c
Commit
9a517c5c
authored
Jul 19, 2024
by
周毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改页面显示
parent
1effe561
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
53 additions
and
19 deletions
+53
-19
index.vue
src/views/ccgl/ckgl/ckd/top/index.vue
+4
-2
ckdmx.vue
src/views/ccgl/ckgl/dbckd/ckdmx.vue
+12
-11
ckqd.vue
src/views/ccgl/ckgl/dbckd/ckqd.vue
+11
-1
index.vue
src/views/ccgl/ckgl/dbckd/top/index.vue
+13
-2
kc.vue
src/views/ccgl/ckgl/dbckd/top/kc.vue
+1
-1
index.vue
src/views/ccgl/kngl/rqtz/index.vue
+10
-0
index.vue
src/views/ccgl/rkgl/rkd/top/index.vue
+2
-2
No files found.
src/views/ccgl/ckgl/ckd/top/index.vue
View file @
9a517c5c
...
@@ -106,12 +106,14 @@
...
@@ -106,12 +106,14 @@
},
},
{
{
title
:
"维护人"
,
title
:
"维护人"
,
field
:
"whr"
field
:
"whr"
,
hidden
:
true
},
},
{
{
title
:
"维护时间"
,
title
:
"维护时间"
,
field
:
"whsj"
,
field
:
"whsj"
,
fieldType
:
'ftDateTime'
fieldType
:
'ftDateTime'
,
hidden
:
true
},
},
{
{
title
:
"创建人"
,
title
:
"创建人"
,
...
...
src/views/ccgl/ckgl/dbckd/ckdmx.vue
View file @
9a517c5c
...
@@ -42,7 +42,18 @@
...
@@ -42,7 +42,18 @@
/* 基本配置*/
/* 基本配置*/
url
:
'lxyl/ckgl/dbck'
,
url
:
'lxyl/ckgl/dbck'
,
queryUrl
:
'lxyl/ckgl/dbck/query/detail'
,
queryUrl
:
'lxyl/ckgl/dbck/query/detail'
,
tableTitle
:
[{
tableTitle
:
[
{
title
:
"状态"
,
field
:
"zt"
,
width
:
100
,
"transform"
:
{
"url"
:
"lxyl/ckgl/dbck/init/zt"
,
"label"
:
"name"
,
"value"
:
"id"
}
},
{
title
:
"物料编码"
,
title
:
"物料编码"
,
field
:
"wlxxCode"
,
field
:
"wlxxCode"
,
fieldType
:
"upper"
,
fieldType
:
"upper"
,
...
@@ -84,16 +95,6 @@
...
@@ -84,16 +95,6 @@
field
:
"cksl"
,
field
:
"cksl"
,
width
:
100
,
width
:
100
,
},
},
{
title
:
"状态"
,
field
:
"zt"
,
width
:
100
,
"transform"
:
{
"url"
:
"lxyl/ckgl/dbck/init/zt"
,
"label"
:
"name"
,
"value"
:
"id"
}
},
{
{
title
:
"来源单号"
,
title
:
"来源单号"
,
field
:
"lydjid"
,
field
:
"lydjid"
,
...
...
src/views/ccgl/ckgl/dbckd/ckqd.vue
View file @
9a517c5c
...
@@ -43,7 +43,17 @@
...
@@ -43,7 +43,17 @@
url
:
'lxyl/ckgl/dbck/query/dbckqd'
,
url
:
'lxyl/ckgl/dbck/query/dbckqd'
,
queryUrl
:
'lxyl/ckgl/dbck/query/dbckqd'
,
queryUrl
:
'lxyl/ckgl/dbck/query/dbckqd'
,
tableTitle
:
[
tableTitle
:
[
{
{
title
:
"状态"
,
field
:
"zt"
,
width
:
100
,
"transform"
:
{
"url"
:
"lxyl/ckgl/dbck/init/zt"
,
"label"
:
"name"
,
"value"
:
"id"
}
},
{
title
:
"库位"
,
title
:
"库位"
,
field
:
"kwCode"
,
field
:
"kwCode"
,
width
:
100
,
width
:
100
,
...
...
src/views/ccgl/ckgl/dbckd/top/index.vue
View file @
9a517c5c
...
@@ -98,13 +98,24 @@
...
@@ -98,13 +98,24 @@
},
},
{
{
title
:
"维护人"
,
title
:
"维护人"
,
field
:
"whr"
field
:
"whr"
,
hidden
:
true
},
},
{
{
title
:
"维护时间"
,
title
:
"维护时间"
,
field
:
"whsj"
,
field
:
"whsj"
,
fieldType
:
"ftDateTime"
fieldType
:
"ftDateTime"
,
hidden
:
true
},
{
title
:
"创建人"
,
field
:
"cjr"
},
},
{
title
:
"创建时间"
,
field
:
"cjsj"
,
fieldType
:
"ftDateTime"
}
],
],
queryParams
:
[
queryParams
:
[
[{
[{
...
...
src/views/ccgl/ckgl/dbckd/top/kc.vue
View file @
9a517c5c
...
@@ -163,7 +163,7 @@
...
@@ -163,7 +163,7 @@
"type"
:
"RelSelect"
,
"type"
:
"RelSelect"
,
"value"
:
""
,
"value"
:
""
,
"typeConfig"
:
{
"typeConfig"
:
{
"src"
:
"
jcsj/common/ck/queryC
kid"
,
"src"
:
"
lxyl/jcsj/uck/ck/queryCjc
kid"
,
"match"
:
{
"match"
:
{
"value"
:
"id"
,
"value"
:
"id"
,
"label"
:
"name"
"label"
:
"name"
...
...
src/views/ccgl/kngl/rqtz/index.vue
View file @
9a517c5c
...
@@ -52,11 +52,21 @@
...
@@ -52,11 +52,21 @@
field
:
"rqCode"
,
field
:
"rqCode"
,
width
:
100
width
:
100
},
},
{
title
:
"库位"
,
field
:
"kwCode"
,
width
:
100
},
{
{
title
:
"目标容器"
,
title
:
"目标容器"
,
field
:
"mbrqCode"
,
field
:
"mbrqCode"
,
width
:
100
width
:
100
},
},
{
title
:
"目标库位"
,
field
:
"mbkwCode"
,
width
:
100
},
{
{
title
:
"物料编码"
,
title
:
"物料编码"
,
field
:
"wlxxCode"
,
field
:
"wlxxCode"
,
...
...
src/views/ccgl/rkgl/rkd/top/index.vue
View file @
9a517c5c
...
@@ -187,11 +187,11 @@ export default {
...
@@ -187,11 +187,11 @@ export default {
},
},
{
{
title
:
"创建人"
,
title
:
"创建人"
,
field
:
"
wh
r"
,
field
:
"
cj
r"
,
},
},
{
{
title
:
"创建时间"
,
title
:
"创建时间"
,
field
:
"
wh
sj"
,
field
:
"
cj
sj"
,
fieldType
:
"ftDateTime"
,
fieldType
:
"ftDateTime"
,
}
}
],
],
...
...
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