Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
K
kwell-mes
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
gavelinfo
kwell-mes
Commits
93bce632
Commit
93bce632
authored
Mar 08, 2022
by
zhoumaotao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面调整
parent
f62d0591
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
gpfkmxcx.html
.../main/resources/templates/views/kmes/gpfkcx/gpfkmxcx.html
+3
-3
index.html
...src/main/resources/templates/views/kmes/gpfkcx/index.html
+1
-1
No files found.
gavel/src/main/resources/templates/views/kmes/gpfkcx/gpfkmxcx.html
View file @
93bce632
...
...
@@ -15,16 +15,16 @@
var
$dialog
=
$div
.
parent
(),
params
=
$dialog
.
dialog
(
"options"
).
queryParams
,
queryUrl
=
'kmes/gpfkcx/query/detail'
;
var
columns
=
[
{
title
:
"条码"
,
field
:
"wlsnid"
,
fieldType
:
"ftString"
,
width
:
180
},
{
title
:
"物料编码"
,
field
:
"wlxxCode"
,
width
:
1
2
0
},
{
title
:
"物料编码"
,
field
:
"wlxxCode"
,
width
:
1
4
0
},
{
title
:
"物料名称"
,
field
:
"wlxxName"
,
width
:
140
},
{
title
:
"装配数量"
,
field
:
"zpsl"
,
fieldType
:
"int"
},
{
title
:
"拆卸数量"
,
field
:
"cxsl"
,
fieldType
:
"int"
},
/* {title: "拆卸数量", field: "cxsl", fieldType: "int"},*/
{
title
:
"反馈人"
,
field
:
"fkr"
,
fieldType
:
"ftString"
},
{
title
:
"反馈时间"
,
field
:
"fksj"
,
fieldType
:
"ftDateTime"
}
];
$fieldView
.
datagrid
({
/* fitColumns:true,*/
fitColumns
:
true
,
columns
:[
new
$
.
common
.
formatterCol
(
columns
)],
pagination
:
false
});
...
...
gavel/src/main/resources/templates/views/kmes/gpfkcx/index.html
View file @
93bce632
...
...
@@ -171,7 +171,7 @@ $(function () {
var
href
=
'kmes/gpfkcx/gpfkmxcx'
;
gas
.
Dialog
({
width
:
960
,
height
:
36
0
,
height
:
40
0
,
title
:
'查看反馈明细'
,
modal
:
true
,
href
:
href
,
...
...
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