Commit 9fc5fd56 by wangling

20191106---wangling---修改查看验证失败详情展示框

parent bde3fcfe
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
width: 24px; width: 24px;
height: 24px; height: 24px;
overflow: hidden; overflow: hidden;
background: url(../BlueCss/images/admin_icons/minh.png) 0 0 no-repeat; background: url(../img/minh.png) 0 0 no-repeat;
cursor: pointer; cursor: pointer;
} }
#windown-close2 { #windown-close2 {
...@@ -58,14 +58,14 @@ ...@@ -58,14 +58,14 @@
width: 24px; width: 24px;
height: 24px; height: 24px;
overflow: hidden; overflow: hidden;
background: url(../BlueCss/images/admin_icons/minh.png) 0 0 no-repeat; background: url(../img/minh.png) 0 0 no-repeat;
cursor: pointer; cursor: pointer;
} }
#windown-content-border { #windown-content-border {
position: relative; position: relative;
top: -1px; top: -1px;
border: 1px solid #A6C9E1; border: 1px solid #A6C9E1;
padding: 10px 10 10px 10px; padding: 10px 10px 10px 10px;
/** /**
background: url(http://leotheme.cn/wp-content/themes/Dreamy/images/bg.png) 0 -380px repeat-x; background: url(http://leotheme.cn/wp-content/themes/Dreamy/images/bg.png) 0 -380px repeat-x;
**/ **/
......
...@@ -17,10 +17,10 @@ ...@@ -17,10 +17,10 @@
//simpleWindown("例子","text:例子","500","400","true","3000","0","exa") //simpleWindown("例子","text:例子","500","400","true","3000","0","exa")
//------------------------------------------------------------------------ //------------------------------------------------------------------------
var showWindown = true; var showWindown = true;
var templateSrc = "/XZXXZYXT/css/BlueCss"; //设置loading.gif路径 var templateSrc = "/xzxt-control/sjsblog/css/images"; //设置loading.gif路径
function tipsWindown(title,content,width,height,drag,time,showbg,cssName,xtlx) { function tipsWindown(title,content,width,height,drag,time,showbg,cssName,xtlx) {
$("#windown-box").remove(); //请除内容 $("#windown-box").remove(); //请除内容
var width; //设置最大窗口宽度 var width; //设置最大窗口宽度w3
var height; //设置最大窗口高度 var height; //设置最大窗口高度
if(xtlx!="03"){ if(xtlx!="03"){
width = width>= 1920?this.width=1920:this.width=width; //设置最大窗口宽度 width = width>= 1920?this.width=1920:this.width=width; //设置最大窗口宽度
......
...@@ -107,7 +107,7 @@ ...@@ -107,7 +107,7 @@
<th>数据包编号</th> <th>数据包编号</th>
<th>业务信息代码</th> <th>业务信息代码</th>
<th>录入时间</th> <th>录入时间</th>
<th>错误详情</th> <th>失败原因</th>
</tr> </tr>
</thead> </thead>
...@@ -136,7 +136,7 @@ ...@@ -136,7 +136,7 @@
{data: "sjbbh",width:'20%',render: function(data, type, row, meta) {return nulltostr(data);}}, {data: "sjbbh",width:'20%',render: function(data, type, row, meta) {return nulltostr(data);}},
{data: "ywxxdm",width:'20%',render: function(data, type, row, meta) {return nulltostr(data);}}, {data: "ywxxdm",width:'20%',render: function(data, type, row, meta) {return nulltostr(data);}},
{data: "lrsj",width:'20%',render: function(data, type, row, meta) {if(data){data=data.substring(0,19);}return nulltostr(data);}}, {data: "lrsj",width:'20%',render: function(data, type, row, meta) {if(data){data=data.substring(0,19);}return nulltostr(data);}},
{data: "",width:'20%',render: function(data, type, row, meta) {return nulltostr2("<div class='ellipsis-td' style='' title='查看详情' onclick='getSjbError(\""+row.sjbbh+"\")'>点击查看</div>");}} {data: "",width:'20%',render: function(data, type, row, meta) {return nulltostr2("<div class='ellipsis-td' style='color:#0413c7;' title='查看详情' onclick='getSjbError(\""+row.sjbbh+"\")'>查看详情</div>");}}
]; ];
var data = {}; var data = {};
data["sjbbh"] = $("#sjbbh").val(); data["sjbbh"] = $("#sjbbh").val();
......
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