var orgCode=$("td[id^=B7-]").text();
报表中存在显示名称和实际值,通过var orgCode=$("td[id^=B7-]").text();
方法只能拿到单元格的显示值,拿不到实际值ID。请问实际值ID该怎么获取
用js获取哈!
_g().getCellValue(0,0,0)
https://help.fanruan.com/finereport10.0/doc-view-4008.html
在单元格旁边加一个隐藏列,放实际值,然后用JS偏移一列进行取值