数据列的取到的值浮动变色

Posted 街角的守望者

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了数据列的取到的值浮动变色相关的知识,希望对你有一定的参考价值。

{field:‘productcode‘,sortable:true,title:‘<span style="width:100%;text-align:center">出厂编号</span>‘,width:100,align:‘left‘,
           formatter:function(value,row){
                  if(value==undefined){
                  }else{
                  var content = ‘<a href="javascript:void(0)" onclick="xyfzscq(\‘‘+value+‘\‘)">‘ + value + ‘</a>‘;
                          return content;
                  }
                    }
                },

 

 

function xyfzscq(value){
  <%-- window.open("<%=rootPath%>/icis/sup/sess/shebecanshuiInfoQuery.jsp?code=‘+value","_blank","top=100,left=100,width=700,height=500,menubar=yes,scrollbars=no,toolbar=yes,status=yes"); --%>
  var html="<%=rootPath%>/icis/sup/sess/shebecanshuiInfoQuery.jsp?code="+value+"&sjcc="+Math.random();
  window.open(html,"","height=400px,width=980px,status=yes,toolbar=no,menubar=no,location=no,top=90px,left=300px,scrollbars=yes");
 }

以上是关于数据列的取到的值浮动变色的主要内容,如果未能解决你的问题,请参考以下文章

浮动和渐变色,定位position,元素的层叠顺序

在JSP中,取到的String类型的值怎么转换成int类型插入数据库

pb datawindow 如何按条件整行变色?

elment表格多选变色 vue Element-ui 表格多选 修改选中行背景色

vue实现点击变色再次点击变回来

Android——实现渐变色水波纹效果源码