|
设置了条码界面,都能正常显示的,但是预览和打印条码栏确显示不出来,是什么情况,我看演示案例都是正确的。
预览提示无法加载PDF
代码如下:
<?xml version="1.0" encoding="utf-8"?>
<div xmlns="http://www.w3.org/1999/xhtml" xid="window" class="window" component="$UI/system/components/justep/window/window"
design="device:pc">
<div component="$UI/system/components/justep/model/model" xid="model">
<div component="$UI/system/components/justep/reportData/reportData" xid="e1">
<source xid="default1">
<action id="default6" name="cardReportAction" type="action" columns="REMPLOYEEID,EMPLOYEENAME,RBIRTHDATE,RHIREDATE,RADDRESS,RCITY,RREGION,RCOUNTRY,RNOTES"/>
</source>
</div>
</div>
<div component="$UI/system/components/justep/toolBar/toolBar" class="x-toolbar form-inline x-toolbar-spliter"
xid="toolBar">
<a component="$UI/system/components/justep/button/button" class="btn btn-link btn-icon-left"
xid="button1">
<i xid="i1"/>
<span xid="span1"/>
</a>
<a component="$UI/system/components/justep/button/button" class="btn btn-link btn-icon-left"
xid="button2">
<i xid="i2"/>
<span xid="span2"/>
</a>
<a component="$UI/system/components/justep/button/button" class="btn btn-link btn-icon-left"
xid="button3">
<i xid="i3"/>
<span xid="span3"/>
</a>
<a component="$UI/system/components/justep/button/button" class="btn btn-link btn-icon-left"
xid="button4">
<i xid="i4"/>
<span xid="span4"/>
</a>
<a component="$UI/system/components/justep/button/button" class="btn btn-link btn-icon-left"
xid="button5">
<i xid="i5"/>
<span xid="span5"/>
</a>
<a component="$UI/system/components/justep/button/button" class="btn btn-link btn-icon-left"
xid="button6">
<i xid="i6"/>
<span xid="span6"/>
</a>
</div>
<div component="$UI/system/components/justep/report/report" src="report/cardReport.xml"
reportName="report" autoLoad="true" dataList="" class="x-report x-scroll-h" xid="report"/>
</div>
|
|