payment_apply_content.xml 6.94 KB
Newer Older
stone's avatar
stone committed
1 2 3 4 5 6 7
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<doc  pageSize="A4" header="1.5" footer="1.75"  top="3.18" bottom="3.18" left="5.32" right="5.32" docGridType="lines" docGridLinePitch="312" pgSzW="15000" pgSzH="16838" pgSzCode="9">
	<settings characterSpacingControl="compressPunctuation" drawingGridHorizontalSpacing="105" drawingGridVerticalSpacing="156" displayHorizontalDrawingGridEvery="0"
			  displayVerticalDrawingGridEvery="2">

	</settings>
	<body>
8
		<p align="center" line="100">
stone's avatar
stone committed
9
			<t bold="true" fontFamily="宋体" fontSize="20" fontColor="000000" >付款请求书</t>
stone's avatar
stone committed
10
		</p>
11
		<p line="200" >
stone's avatar
stone committed
12
			<t fontFamily="宋体" fontSize="10" fontColor="000000" >宏菱融资租赁(上海)有限公司:
stone's avatar
stone committed
13 14
			</t>
		</p>
stone's avatar
stone committed
15 16
		<p indFirstLine="1" line="100" >
			<t fontFamily="宋体" fontSize="10" fontColor="000000" >非常感谢贵司长期以来的支持与帮助!</t>
stone's avatar
stone committed
17
		</p>
stone's avatar
stone committed
18 19
		<p indFirstLine="1" line="100" >
			<t fontFamily="宋体" fontSize="10" fontColor="000000" >我司在${model.getObject('/model/static_data_date/record/@req_date')!''}向贵司销售${model.getObject('/model/static_data/record/@total_number')!''}台机器,具体委托明细如下:</t>
stone's avatar
stone committed
20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
		</p>
		<!--插入表单数据-->
		<tbl indLeft="1" border="true">
			<!--
                    height: 行高(单位厘米,默认0.67)
                -->
			<tr>
				<!--
                        width:列宽(单位厘米)
                        span:夸列数
                        fill: 填充颜色
                        vMerge: 上下合并(restart,continue)
                        vAlign: 垂直布局(默认center)
                    -->
				<tc width="2">
					<!--
                            type:类型(top,bottom,left,right)
                            color:颜色 默认黑色
                            style: 边框style,默认single
                        -->
					<border type="bottom" color="000000" style="single"/>
					<p  align="left">
stone's avatar
stone committed
42
						<t  fontFamily="宋体" fontSize="10" fontColor="000000">序号</t>
stone's avatar
stone committed
43 44 45 46
					</p>
				</tc>
				<tc width="5">
					<p align="left">
stone's avatar
stone committed
47
						<t  fontFamily="宋体" fontSize="10" fontColor="000000">买卖合同号</t>
stone's avatar
stone committed
48 49 50 51
					</p>
				</tc>
				<tc width="2">
					<p align="left">
stone's avatar
stone committed
52
						<t  fontFamily="宋体" fontSize="10" fontColor="000000">机型</t>
stone's avatar
stone committed
53 54 55 56
					</p>
				</tc>
				<tc width="2">
					<p align="left">
stone's avatar
stone committed
57
						<t  fontFamily="宋体" fontSize="10" fontColor="000000">机号</t>
stone's avatar
stone committed
58 59 60 61
					</p>
				</tc>
				<tc width="6">
					<p align="left">
stone's avatar
stone committed
62
						<t  fontFamily="宋体" fontSize="10" fontColor="000000">付款预定日期</t>
stone's avatar
stone committed
63 64 65 66
					</p>
				</tc>
				<tc width="4">
					<p align="left">
stone's avatar
stone committed
67
						<t  fontFamily="宋体" fontSize="10" fontColor="000000">合同金额</t>
stone's avatar
stone committed
68 69 70 71
					</p>
				</tc>
				<tc width="6">
					<p align="left">
stone's avatar
stone committed
72
						<t  fontFamily="宋体" fontSize="10" fontColor="000000">委托付款金额</t>
stone's avatar
stone committed
73 74 75 76
					</p>
				</tc>
				<tc width="6">
					<p align="left">
stone's avatar
stone committed
77
						<t  fontFamily="宋体" fontSize="10" fontColor="000000">应付我司金额</t>
stone's avatar
stone committed
78 79 80 81
					</p>
				</tc>
				<tc width="4">
					<p align="left">
stone's avatar
stone committed
82
						<t  fontFamily="宋体" fontSize="10" fontColor="000000">客户名称</t>
stone's avatar
stone committed
83 84 85 86
					</p>
				</tc>
				<tc width="8">
					<p align="left">
stone's avatar
stone committed
87
						<t  fontFamily="宋体" fontSize="10" fontColor="000000">我司应付${model.getObject('/model/bank_info/record/@vender_name')!''}金额</t>
stone's avatar
stone committed
88 89 90 91
					</p>
				</tc>
				<tc width="5">
					<p align="left">
stone's avatar
stone committed
92
						<t  fontFamily="宋体" fontSize="10" fontColor="000000">付款日期</t>
stone's avatar
stone committed
93 94 95 96 97 98
					</p>
				</tc>
			</tr>
			<!--循环获取数据-->
	   <#if model.getObject("/model/payment_details").getChilds()??>
			<#list model.getObject('/model/payment_details').getChilds() as detail_item_l>
stone's avatar
stone committed
99
			<tr height="0.2">
stone's avatar
stone committed
100
				<tc width="4">
stone's avatar
stone committed
101
					<p align="center"><t fontSize="10" fontFamily="宋体">${detail_item_l.getString('rownum')!''}</t></p>
stone's avatar
stone committed
102 103
				</tc>
				<tc width="4">
stone's avatar
stone committed
104
					<p align="center"><t fontSize="10" fontFamily="宋体">${detail_item_l.getString('contract_number')!''}</t></p>
stone's avatar
stone committed
105 106
				</tc>
				<tc width="4">
stone's avatar
stone committed
107
					<p align="center"><t fontSize="10" fontFamily="宋体">${detail_item_l.getString('pattern')!''}</t></p>
stone's avatar
stone committed
108 109 110
				</tc>

				<tc width="4">
stone's avatar
stone committed
111
					<p align="center"><t fontSize="10" fontFamily="宋体">${detail_item_l.getString('machine_number')!''}</t></p>
stone's avatar
stone committed
112 113 114
				</tc>

				<tc width="4">
stone's avatar
stone committed
115
					<p align="center"><t fontSize="10" fontFamily="宋体">${detail_item_l.getString('apply_pay_date')!''}</t></p>
stone's avatar
stone committed
116 117 118
				</tc>

				<tc width="4">
stone's avatar
stone committed
119
					<p align="center"><t fontSize="10" fontFamily="宋体">${detail_item_l.getString('lease_item_amount_print')!''}</t></p>
stone's avatar
stone committed
120 121 122
				</tc>

				<tc width="4">
stone's avatar
stone committed
123
					<p align="center"><t fontSize="10" fontFamily="宋体">${detail_item_l.getString('amount_vender_print')!''}</t></p>
stone's avatar
stone committed
124 125 126
				</tc>

				<tc width="4">
stone's avatar
stone committed
127
					<p align="center"><t fontSize="10" fontFamily="宋体">${detail_item_l.getString('amount_agent_print')!''}</t></p>
stone's avatar
stone committed
128 129 130
				</tc>

				<tc width="4">
stone's avatar
stone committed
131
					<p align="center"><t fontSize="10" fontFamily="宋体">${detail_item_l.getString('bp_id_tenant_n')!''}</t></p>
stone's avatar
stone committed
132 133 134
				</tc>

				<tc width="4">
stone's avatar
stone committed
135
					<p align="center"><t fontSize="10" fontFamily="宋体">${detail_item_l.getString('other_payment2_print')!''}</t></p>
stone's avatar
stone committed
136 137 138
				</tc>

				<tc width="4">
stone's avatar
stone committed
139
					<p align="center"><t fontSize="10" fontFamily="宋体"></t></p>
stone's avatar
stone committed
140 141 142 143 144 145 146
				</tc>
			</tr>
		    </#list>
		</#if>

       </tbl>

147 148
<!--		<p indFirstLine="1" line="200" >-->
<!--			<t fontFamily="宋体" fontSize="12" fontColor="000000" >开户名:${model.getObject('/model/bank_info/record/@agent_account_name')!''}			                         开户名:${model.getObject('/model/bank_info/record/@vender_account_name')!''}	</t>-->
149
<!--		</p>-->
150 151
<!--		<p indFirstLine="1" line="200" >-->
<!--			<t fontFamily="宋体" fontSize="12" fontColor="000000" >开户行:${model.getObject('/model/bank_info/record/@agent_bank_name')!''}			                                 开户行:${model.getObject('/model/bank_info/record/@vender_bank_name')!''}	</t>-->
152
<!--		</p>-->
153 154
<!--		<p indFirstLine="1" line="200">-->
<!--			<t fontFamily="宋体" fontSize="12" fontColor="000000" >账号:${model.getObject('/model/bank_info/record/@agent_bank_num')!''}				                              账号:${model.getObject('/model/bank_info/record/@vender_bank_num')!''}</t>-->
155
<!--		</p>-->
156 157
<!--		<p indFirstLine="1" line="200" >-->
<!--			<t fontFamily="宋体" fontSize="12" fontColor="000000" >委托收款人确认金额无误				                     委托公司名称:${model.getObject('/model/bank_info/record/@agent_name')!''}</t>-->
158
<!--		</p>-->
159 160
<!--		<p  indFirstLine="1" line="200" >-->
<!--			<t fontFamily="宋体" fontSize="12" fontColor="000000" >收款人:${model.getObject('/model/bank_info/record/@vender_name')!''}				     申请日期:${model.getObject('/model/bank_info/record/@current_date')!''}</t>-->
161
<!--		</p>-->
162 163
<!--		<p indFirstLine="9" line="200">-->
<!--			<t fontFamily="宋体" fontSize="12" fontColor="000000">                                                               确认日期:</t>-->
164
<!--		</p>-->
165 166
<!--        <p orientation="landscape">-->
<!--		</p>-->
stone's avatar
stone committed
167 168
	</body>
</doc>