Commit f5f6602f authored by houyu's avatar houyu

样式

parent 28fe0159
<%@page language="java" pageEncoding="UTF-8" isELIgnored="false"%> <%@page language="java" pageEncoding="UTF-8" isELIgnored="false"%>
<%@include file="/common/header.jsp"%> <%@include file="/common/header.jsp"%>
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<style>
.to_path{
color: blue;
text-decoration: revert !important;
}
</style>
<title>非税借口同步信息管理</title> <title>非税借口同步信息管理</title>
<%@include file="/common/jsLib.jsp"%> <%@include file="/common/jsLib.jsp"%>
<script> <script>
...@@ -58,7 +65,7 @@ ...@@ -58,7 +65,7 @@
{field:'yjje',title:'金额',width:100}, {field:'yjje',title:'金额',width:100},
{field:'pjdm',title:'票据代码',width:100}, {field:'pjdm',title:'票据代码',width:100},
{field:'dzph',title:'票据号码',width:100,formatter: function (value, row, index){ {field:'dzph',title:'票据号码',width:100,formatter: function (value, row, index){
return "<a target='_black' href='" + row.pjUrl + "'>" + value + "<b></b></a>" return "<a class='to_path' target='_black' href='" + row.pjUrl + "'>" + value + "<b></b></a>"
}}, }},
{field:'isKp',title:'开票状态',width:100,formatter: function (value, row, index){ {field:'isKp',title:'开票状态',width:100,formatter: function (value, row, index){
if (value == 0) return "未开票"; if (value == 0) return "未开票";
......
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