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
2bc7a579
Commit
2bc7a579
authored
Mar 11, 2022
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
改界面
parent
1f7b37d6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
6 deletions
+27
-6
wosngzinfo.html
...ain/resources/templates/views/kmes/wosngz/wosngzinfo.html
+27
-6
No files found.
gavel/src/main/resources/templates/views/kmes/wosngz/wosngzinfo.html
View file @
2bc7a579
...
@@ -154,15 +154,36 @@
...
@@ -154,15 +154,36 @@
{
title
:
"规格型号"
,
field
:
"wlxxGg"
,
fieldType
:
"ftString"
,
width
:
200
},
{
title
:
"规格型号"
,
field
:
"wlxxGg"
,
fieldType
:
"ftString"
,
width
:
200
},
{
title
:
"数量"
,
field
:
"zpsl"
,
fieldType
:
"int"
}
{
title
:
"数量"
,
field
:
"zpsl"
,
fieldType
:
"int"
}
];
];
var
$hgbz
=
[
{
title
:
"是否合格"
,
field
:
"hgbz"
,
width
:
180
,
align
:
"center"
,
formatter
:
function
(
value
,
row
,
index
){
if
(
row
.
hzsl
==
"Y"
){
return
"合格"
;
}
else
{
return
"不合格"
;
}
}
}
];
HTTP
.
post
(
"kmes/wosngz/getGphymx"
,{
gpfkid
:
rowData
.
id
},
function
(
res
)
{
if
(
res
.
success
){
if
(
res
.
data
.
total
==
0
){
$zpList
.
datagrid
({
title
:
"详情"
,
columns
:[
new
$
.
common
.
formatterCol
(
$hgbz
)],
pagination
:
false
});
$zpList
.
datagrid
(
"loadData"
,[
rowData
])
}
else
{
$zpList
.
datagrid
({
$zpList
.
datagrid
({
title
:
"详情"
,
title
:
"详情"
,
columns
:[
new
$
.
common
.
formatterCol
(
$righColumnsZp
)],
columns
:[
new
$
.
common
.
formatterCol
(
$righColumnsZp
)],
pagination
:
false
pagination
:
false
});
});
HTTP
.
post
(
"kmes/wosngz/getGphymx"
,{
gpfkid
:
rowData
.
id
},
function
(
res
)
{
if
(
res
.
success
){
$zpList
.
datagrid
(
"loadData"
,
res
.
data
.
records
||
[])
$zpList
.
datagrid
(
"loadData"
,
res
.
data
.
records
||
[])
}
}
}
})
})
}
}
/*检验反馈*/
/*检验反馈*/
...
...
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