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
790bffde
Commit
790bffde
authored
Mar 16, 2022
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去除部分展示
parent
96bc9d00
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
18 deletions
+21
-18
wosngzinfo.html
...ain/resources/templates/views/kmes/wosngz/wosngzinfo.html
+21
-18
No files found.
gavel/src/main/resources/templates/views/kmes/wosngz/wosngzinfo.html
View file @
790bffde
...
@@ -88,18 +88,18 @@
...
@@ -88,18 +88,18 @@
else
if
(
index
==
1
){
else
if
(
index
==
1
){
$wogeContainer
.
html
(
""
);
$wogeContainer
.
html
(
""
);
$wogeContainer
.
append
(
" <div style=
\"
width: 70%;display: inline-block;height: 100%
\"
>"
+
$wogeContainer
.
append
(
" <div style=
\"
width: 70%;display: inline-block;height: 100%
\"
>"
+
" <div style=
\"
width:
10
0%;height: 100%
\"
id=
\"
jyList
\"
></div>"
+
" <div style=
\"
width: 0%;height: 100%
\"
id=
\"
jyList
\"
></div>"
+
" </div>"
+
" </div>"
+
" <div style=
\"
width:
3
0%;float:right;height: 100%;
\"
>"
+
" <div style=
\"
width:
10
0%;float:right;height: 100%;
\"
>"
+
" <div style=
\"
width: 100%;height:
7
0%
\"
id=
\"
jybhgList
\"
></div>"
+
" <div style=
\"
width: 100%;height: 0%
\"
id=
\"
jybhgList
\"
></div>"
+
" <div style=
\"
width: 100%;height: 30%;border: 1px solid #D3D3D3
\"
>"
+
// "
<
div
style
=
\
"width: 100%;height: 100%;border: 1px solid #D3D3D3;position: relative
\"
>"
+
" <div class=
\"\"
style=
\"
width: 50%;height:
100%;display: inline-block;position: relative
\"
>"
+
" <div class=
\"\"
style=
\"
width: 50%;height:
50%;border: 1px solid #D3D3D3;;display: inline-block;position: absolute; top:50%;left:50%;transform:translate(-50%,-50%);
\"
>"
+
" <label style=
\"
text-align: left;font-weight: 700;
\"
>反馈结果</label>"
+
" <label style=
\"
text-align: left;font-weight: 700;
\"
>反馈结果</label>"
+
" <div class=
\"
mx-dataTable hb-text
\"
style=
\"
margin-top: 60px;bottom: 0;border: none;text-align: center
\"
>"
+
" <div class=
\"
mx-dataTable hb-text
\"
style=
\"
margin-top: 60px;bottom: 0;border: none;text-align: center
\"
>"
+
" 合格"
+
" 合格"
+
" </div>"
+
" </div>"
+
" <div>"
+
" <div>"
+
" </div>"
+
//
"
<
/div>"
+
" </div>"
+
" </div>"
+
" <div class=
\"\"
style=
\"
width: 50%;height: 100%;float: right;position: relative
\"
>"
+
" <div class=
\"\"
style=
\"
width: 50%;height: 100%;float: right;position: relative
\"
>"
+
" <label style=
\"
text-align: left;font-weight: 700;
\"
>备注</label>"
+
" <label style=
\"
text-align: left;font-weight: 700;
\"
>备注</label>"
+
...
@@ -207,18 +207,21 @@
...
@@ -207,18 +207,21 @@
{
title
:
"不合格现象"
,
field
:
"bhgxxName"
,
width
:
200
},
{
title
:
"不合格现象"
,
field
:
"bhgxxName"
,
width
:
200
},
{
title
:
"不合格原因"
,
field
:
"bhgyyName"
,
width
:
280
}
{
title
:
"不合格原因"
,
field
:
"bhgyyName"
,
width
:
280
}
];
];
$zpList
.
datagrid
({
console
.
log
(
'隐藏'
)
title
:
"检验项目"
,
$zpList
.
hide
()
columns
:[
new
$
.
common
.
formatterCol
(
$righColumnsZp
)],
$topList
.
hide
()
pagination
:
false
,
// $zpList.datagrid({
rownumbers
:
true
// title:"检验项目",
});
// columns:[new $.common.formatterCol($righColumnsZp)],
$topList
.
datagrid
({
// pagination:false,
title
:
"不合格详情"
,
// rownumbers:true
columns
:[
new
$
.
common
.
formatterCol
(
$topColumns
)],
// });
pagination
:
false
,
// $topList.datagrid({
rownumbers
:
true
// title:"不合格详情",
});
// columns:[new $.common.formatterCol($topColumns)],
// pagination:false,
// rownumbers:true
// });
HTTP
.
post
(
"kmes/wosngz/getJyjgVO"
,{
gpfkid
:
rowData
.
id
},
function
(
res
)
{
HTTP
.
post
(
"kmes/wosngz/getJyjgVO"
,{
gpfkid
:
rowData
.
id
},
function
(
res
)
{
if
(
res
.
success
){
if
(
res
.
success
){
var
voList
=
res
.
data
.
records
;
var
voList
=
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