Commit 746cdacc authored by 徐州's avatar 徐州
parents 238f60e3 28fe0159
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,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 href='" + row.pjUrl + "'>" + value + "<b></b></a>" return "<a 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