Commit 4bea66da authored by 徐州's avatar 徐州

192.168.1.193:8999新增zsbProxy,因为非税开的票是外网url

parent b1fa5704
......@@ -72,7 +72,7 @@
{field:'yjje',title:'金额',width:100},
{field:'pjdm',title:'票据代码',width:150},
{field:'dzph',title:'票据号码',width:150,formatter: function (value, row, index){
return "<a class='to_path' target='_black' href='" + row.pjUrl + "'>" + value + "<b></b></a>"
return "<a class='to_path' target='_black' href='http://192.168.1.193:8999/proxy?" + row.pjUrl + "'>" + value + "<b></b></a>"
}},
{field:'kpState',title:'开票状态',width:100,formatter: function (value, row, index){
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