escide示例

<!--表格组件-->
<ec:table tableId="BatchOrdersTalbe" var="bo"
items="BatchOrders"
action="${pageContext.request.contextPath}/dueBatchOrders.do?method=finaceAuditBatch"
title="计价单" rowsDisplayed="20"
imagePath="${pageContext.request.contextPath}/images/*.gif"
width="100%">


<ec:row highlightRow="true">
<ec:column alias="TableID" alias="checkbox" property="id"
title="<input type='checkbox' name='sel1' οnclick='javascript:CheckAll(this);' title='全选/取消全选'>"
width="10px" filterable="false" sortable="false"
cell="com.nf.scp.cell.SelectedPresidentAccountCell" />
<ec:column property="id" alias="rowCount" title="No." cell="rowCount"
width="20px" filterable="false" sortable="false" />
<ec:column property="jname" title="期刊名称" />
<ec:column property="year" title="年份" />
<ec:column property="no" title="期次" />
<ec:column property="pname" title="承印厂名称" />
<ec:column property="publishCounts" title="印数" />
<ec:column property="taxRate" title="税率" />
<%--
<ec:column property="Status" title="审核状态" >
<script>
var Status = "${table.Status}";
var oper = "填写计价单";
if(Status=="0")Status = "否";
else {Status = "是";oper = "查看计价单";}
document.write(Status);
</script>
</ec:column>
--%>
<ec:column property="finaceApprove" title="财务审核">
<script>
var finaceApprove = "${bo.finaceApprove}";
if(finaceApprove=='1')
{
document.write('通过');
}else{
document.write('未通过');
}
</script>
</ec:column>

<ec:column property="produceApprove" title="生产审核">
<script>
var produceApprove = "${bo.produceApprove}";
if(produceApprove=='1')
{
document.write('通过');
}else{
document.write('未通过');
}
</script>
</ec:column>

<ec:column property="aname" title="录入者" />
<%--
<ec:column property="JID" alias="Operation" title="操作"
width="120px" filterable="false" sortable="false">
<img src="../images/16xedit2.gif">

</ec:column>
--%>
<ec:column property="id" title="操作"
width="120px" filterable="false" sortable="false">
<img src="../images/16xedit2.gif">
<a href='../ToPrintView3.do?id=${bo.id}'>查看</a>
</ec:column>
</ec:row>

</ec:table>
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值