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
f13d81bf
Commit
f13d81bf
authored
Jul 03, 2024
by
周毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改界面显示
parent
032584a3
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
132 additions
and
172 deletions
+132
-172
index.vue
src/views/ccgl/rkgl/cjbhghk/top/wmsRkd/index.vue
+119
-123
add.vue
src/views/ccgl/zlgl/kccjd/top/add.vue
+11
-29
index.vue
src/views/ccgl/zlgl/kccjd/top/index.vue
+1
-1
xj.vue
src/views/ccgl/zlgl/kccjd/top/xj.vue
+1
-19
No files found.
src/views/ccgl/rkgl/cjbhghk/top/wmsRkd/index.vue
View file @
f13d81bf
<
template
>
<BasePage
:toolButtonConfig=
"
{
showExcel:false,
showPrint:false,
showField:true
}" ref="basePage" :power='power' class="min_full" :config="config">
<BasePage
:toolButtonConfig=
"
{
showExcel: false,
showPrint: false,
showField: true,
}"
ref="basePage"
:power="power"
class="min_full"
:config="config"
>
<template
#
dialog=
"ctx"
>
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
</
template
>
...
...
@@ -11,12 +17,11 @@
<!-- 嵌入默认页面工具栏的插槽 ctx.pagePage来操作默认页面 -->
<!--
<el-button
@
click=
"demo(ctx.basePage)"
size=
'mini'
type=
"primary"
>
示例按钮
</el-button>
-->
</
template
>
</BasePage>
</template>
<
script
>
export
default
{
export
default
{
data
()
{
return
{
power
:
{
...
...
@@ -28,103 +33,94 @@
workFlow
:
false
,
/* 表格 */
showSelection
:
false
,
saveSelected
:
false
saveSelected
:
false
,
},
config
:
{
/* 基本配置*/
url
:
' lxyl/zlgl/ukcjyd/queryJydForBhghk'
,
queryUrl
:
' lxyl/zlgl/ukcjyd/queryJydForBhghk'
,
url
:
"lxyl/zlgl/kccj/queryForHk"
,
queryUrl
:
"lxyl/zlgl/kccj/queryForHk"
,
tableTitle
:
[
{
title
:
"单号"
,
field
:
"djid"
,
width
:
140
width
:
140
,
},
{
title
:
"检验批号"
,
field
:
"j
yph"
,
width
:
140
field
:
"kcjydJ
yph"
,
width
:
140
,
},
{
title
:
"物料编码"
,
field
:
"wlxxCode"
,
width
:
140
width
:
140
,
},
{
title
:
"物料名称"
,
field
:
"wlxxName"
,
width
:
140
width
:
140
,
},
{
title
:
"检验批数量"
,
field
:
"jypsl"
,
width
:
90
field
:
"kcjydJypsl"
,
fieldType
:
"float"
,
width
:
90
,
},
{
title
:
"评估代码"
,
field
:
"p
gdm"
,
width
:
200
field
:
"kcjydP
gdm"
,
width
:
200
,
},
{
title
:
"过账时间"
,
field
:
"j
ypgzrq"
,
fieldType
:
'ftDate'
field
:
"kcjydJ
ypgzrq"
,
fieldType
:
"ftDate"
,
},
],
queryParams
:
[
[
{
label
:
'开始日期'
,
prop
:
'start'
,
label
:
"开始日期"
,
prop
:
"start"
,
span
:
6
,
type
:
'date'
,
value
:
''
type
:
"date"
,
value
:
""
,
},
{
label
:
'结束日期'
,
prop
:
'end'
,
label
:
"结束日期"
,
prop
:
"end"
,
span
:
6
,
type
:
'date'
,
value
:
''
type
:
"date"
,
value
:
""
,
},
{
label
:
'检验批号'
,
prop
:
'jyph'
,
label
:
"检验批号"
,
prop
:
"jyph"
,
span
:
6
,
type
:
'input'
,
value
:
''
type
:
"input"
,
value
:
""
,
},
{
label
:
'单据编号'
,
prop
:
'djid'
,
label
:
"单据编号"
,
prop
:
"djid"
,
span
:
6
,
type
:
'input'
,
value
:
''
}
]
type
:
"input"
,
value
:
""
,
},
],
],
/* 默认启停用 */
showqt
:
false
,
}
}
},
};
},
methods
:
{
/* 示例*/
// demo(basePage){
// }
},
components
:
{
}
}
components
:
{},
};
</
script
>
<
style
>
...
...
src/views/ccgl/zlgl/kccjd/top/add.vue
View file @
f13d81bf
...
...
@@ -50,26 +50,21 @@
url
:
'lxyl/zlgl/kccj/queryZkPackOrRq'
,
queryUrl
:
'lxyl/zlgl/kccj/queryZkPackOrRq'
,
tableTitle
:
[
{
title
:
"仓库"
,
field
:
"ckName"
,
width
:
140
},
{
title
:
"库位"
,
field
:
"kwCode"
,
width
:
140
},
{
title
:
"唯一码"
,
field
:
"packCode"
,
width
:
140
},
{
title
:
"容器"
,
field
:
"rqCode"
,
width
:
140
},
{
title
:
"唯一码"
,
field
:
"packCode"
,
width
:
120
},
{
title
:
"物料编码"
,
field
:
"wlxxCode"
,
...
...
@@ -81,9 +76,10 @@
width
:
140
},
{
title
:
"物料规格"
,
field
:
"wlxxGg"
,
width
:
140
title
:
"数量"
,
field
:
"kcsl"
,
fieldType
:
"float"
,
width
:
100
},
{
title
:
"制令号"
,
...
...
@@ -96,23 +92,9 @@
width
:
180
},
{
title
:
"货主"
,
field
:
"hzName"
,
width
:
140
},
{
title
:
"数量"
,
field
:
"sl"
,
title
:
"仓库"
,
field
:
"ckName"
,
width
:
140
},
{
title
:
"维护人"
,
field
:
"whr"
},
{
title
:
"维护时间"
,
field
:
"whsj"
,
fieldType
:
'ftDateTime'
}
],
queryParams
:
[
...
...
src/views/ccgl/zlgl/kccjd/top/index.vue
View file @
f13d81bf
...
...
@@ -111,7 +111,7 @@
methods
:
{
showAdd
(
ctx
)
{
ctx
.
DialogTitle
=
'新增'
ctx
.
DialogWidth
=
'
7
0vw'
ctx
.
DialogWidth
=
'
8
0vw'
ctx
.
showDialog
=
true
},
getRow
(
val
)
{
...
...
src/views/ccgl/zlgl/kccjd/top/xj.vue
View file @
f13d81bf
...
...
@@ -102,24 +102,6 @@
field
:
"rqCode"
,
width
:
140
},
{
title
:
"重检日期"
,
field
:
"cjrq"
,
width
:
140
,
fieldType
:
'ftDateTime'
},
{
title
:
"生产日期"
,
field
:
"scrq"
,
width
:
140
,
fieldType
:
'ftDateTime'
},
{
title
:
"失效日期"
,
field
:
"sxrq"
,
width
:
140
,
fieldType
:
'ftDateTime'
},
{
title
:
"合格标志"
,
field
:
"hgbz"
,
...
...
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