Commit 790bffde authored by 李苏's avatar 李苏 💬

去除部分展示

parent 96bc9d00
......@@ -88,18 +88,18 @@
else if(index==1){
$wogeContainer.html("");
$wogeContainer.append(" <div style=\"width: 70%;display: inline-block;height: 100%\">" +
" <div style=\"width: 100%;height: 100%\" id=\"jyList\"></div>" +
" <div style=\"width: 0%;height: 100%\" id=\"jyList\"></div>" +
" </div>" +
" <div style=\"width: 30%;float:right;height: 100%;\">" +
" <div style=\"width: 100%;height: 70%\" id=\"jybhgList\"></div>" +
" <div style=\"width: 100%;height: 30%;border: 1px solid #D3D3D3\" >" +
" <div class=\"\" style=\"width: 50%;height: 100%;display: inline-block;position: relative\">" +
" <div style=\"width: 100%;float:right;height: 100%;\">" +
" <div style=\"width: 100%;height: 0%\" id=\"jybhgList\"></div>" +
// " <div style=\"width: 100%;height: 100%;border: 1px solid #D3D3D3;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>" +
" <div class=\"mx-dataTable hb-text\" style=\"margin-top: 60px;bottom: 0;border: none;text-align: center\">" +
" 合格" +
" </div>" +
" <div>" +
" </div>" +
// " </div>" +
" </div>" +
" <div class=\"\" style=\"width: 50%;height: 100%;float: right;position: relative\">" +
" <label style=\"text-align: left;font-weight: 700;\">备注</label>" +
......@@ -207,18 +207,21 @@
{title: "不合格现象", field: "bhgxxName",width:200},
{title: "不合格原因", field: "bhgyyName", width: 280}
];
$zpList.datagrid({
title:"检验项目",
columns:[new $.common.formatterCol($righColumnsZp)],
pagination:false,
rownumbers:true
});
$topList.datagrid({
title:"不合格详情",
columns:[new $.common.formatterCol($topColumns)],
pagination:false,
rownumbers:true
});
console.log('隐藏')
$zpList.hide()
$topList.hide()
// $zpList.datagrid({
// title:"检验项目",
// columns:[new $.common.formatterCol($righColumnsZp)],
// pagination:false,
// rownumbers:true
// });
// $topList.datagrid({
// title:"不合格详情",
// columns:[new $.common.formatterCol($topColumns)],
// pagination:false,
// rownumbers:true
// });
HTTP.post("kmes/wosngz/getJyjgVO",{gpfkid:rowData.id},function (res) {
if(res.success){
var voList=res.data.records;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment