%@ page contentType="text/html;charset=UTF-8" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
<%@ taglib prefix="fns" uri="/WEB-INF/tlds/fns.tld" %>
<%@include file="../baseset.jsp" %>
<%@include file="../systemset.jsp" %>
<%@include file="../webPortalCommonSet.jsp" %>
>
|
| 工程租赁结算清单 |
${bean.sltDate}
|
|
| 序号 |
项目 |
工器具租赁费用 |
机械设备租赁费用 |
共计租赁费用 |
备注 |
| ${idx.index+1} |
${l.project.name} |
${l.typeMoney} |
${l.machineMoney} |
${l.lastMoney} |
|
|
共计 |
${bean.typeMoney} |
${bean.machineMoney} |
${bean.lastMoney} |
|
|
|
| 工器具、设备结算明细清单 |
| 序号 |
租赁单位 |
工程名称 |
机具名称 |
规格型号 |
资产 |
单位 |
数量 |
起租日期 |
退还日期 |
上次结算日期 |
天数 |
金额 |
| ${idx.index+1} |
${l.company.name} |
${l.project.name} |
${ma.type.parentName} |
${ma.type.name} |
${ma.type.isFixedAssets} |
${ma.type.unit} |
${ma.num} |
${ma.startDate} |
${ma.backDate} |
${ma.endDate} |
${ma.dayLen} |
${ma.subtotal} |
|
|
|