purchase-order.ftl
5.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<html>
<body>
<table>
<colgroup>
<col style="width: 29.8mm;"/>
<col style="width: 22.4mm;"/>
<col style="width: 22.6mm;"/>
<col style="width: 22.4mm;"/>
<col style="width: 22.4mm;"/>
<col style="width: 22.4mm;"/>
<col style="width: 22.4mm;"/>
<col style="width: 22.4mm;"/>
<col style="width: 22.4mm;"/>
<col style="width: 22.4mm;"/>
<col style="width: 22.4mm;"/>
</colgroup>
<tbody>
<tr height="24" style="height:14.40pt;" class="firstRow">
<td class="et2" height="14" x:str="" style="border-width: 1px; border-style: solid;">
单据号
</td>
<td colspan="10" class="et3" style="border-width: 1px; border-style: solid;">${code!''}</td>
</tr>
<tr height="24" style="height:14.40pt;">
<td class="et2" height="14" x:str="" style="border-width: 1px; border-style: solid;">
仓库编号
</td>
<td colspan="2" class="et3" style="border-width: 1px; border-style: solid;">${scCode!''}</td>
<td class="et2" x:str="" style="border-width: 1px; border-style: solid;">
仓库名称
</td>
<td colspan="3" class="et3" style="border-width: 1px; border-style: solid;">${scName!''}</td>
<td colspan="2" class="et2" x:str="" style="border-width: 1px; border-style: solid;">
预计到货日期
</td>
<td colspan="2" class="et3" style="border-width: 1px; border-style: solid;">${expectArriveDate!''}</td>
</tr>
<tr height="24" style="height:14.40pt;">
<td class="et2" height="14" x:str="" style="border-width: 1px; border-style: solid;">
供应商编号
</td>
<td colspan="2" class="et3" style="border-width: 1px; border-style: solid;">${supplierCode!''}</td>
<td class="et2" x:str="" style="border-width: 1px; border-style: solid;">
供应商名称
</td>
<td colspan="3" class="et3" style="border-width: 1px; border-style: solid;">${supplierName!''}</td>
<td colspan="2" class="et2" x:str="" style="border-width: 1px; border-style: solid;">
采购员
</td>
<td colspan="2" class="et3" style="border-width: 1px; border-style: solid;">${purchaserName!''}</td>
</tr>
<tr height="24" style="height:14.40pt;">
<td class="et2" height="14" x:str="" style="border-width: 1px; border-style: solid;">
创建人
</td>
<td colspan="2" class="et3" style="border-width: 1px; border-style: solid;">${createBy!''}</td>
<td class="et2" height="14" x:str="" style="border-width: 1px; border-style: solid;">
创建时间
</td>
<td colspan="7" class="et3" style="border-width: 1px; border-style: solid;">${createTime!''}</td>
</tr>
<tr height="24" style="height:14.40pt;">
<td class="et2" height="14" x:str="" style="border-width: 1px; border-style: solid;">
审核人
</td>
<td colspan="2" class="et3" style="border-width: 1px; border-style: solid;">${approveBy!''}</td>
<td class="et2" height="14" x:str="" style="border-width: 1px; border-style: solid;">
审核时间
</td>
<td colspan="7" class="et3" style="border-width: 1px; border-style: solid;">${approveTime!''}</td>
</tr>
<tr height="24" style="height:14.40pt;">
<td class="et2" height="14" x:str="" style="border-width: 1px; border-style: solid;">
备注
</td>
<td colspan="10" class="et3" style="border-width: 1px; border-style: solid;">${description!''}</td>
</tr>
<tr height="24" style="height:14.40pt;">
<td class="et2" height="14" x:str="" style="border-width: 1px; border-style: solid;">
商品编号
</td>
<td colspan="3" class="et2" x:str="" style="border-width: 1px; border-style: solid;">
商品名称
</td>
<td colspan="2" class="et2" x:str="" style="border-width: 1px; border-style: solid;">
商品SKU编号
</td>
<td colspan="2" class="et2" x:str="" style="border-width: 1px; border-style: solid;">
商品简码
</td>
<td class="et2" x:str="" style="border-width: 1px; border-style: solid;">
采购价
</td>
<td class="et2" x:str="" style="border-width: 1px; border-style: solid;">
采购数量
</td>
<td class="et2" x:str="" style="border-width: 1px; border-style: solid;">
采购金额
</td>
</tr>
<#if details??>
<#list details as detail>
<tr height="24" style="height:14.40pt;">
<td class="et5" height="14" style="border-width: 1px; border-style: solid;">${detail.productCode!''}</td>
<td colspan="3" class="et6" style="border-width: 1px; border-style: solid; border-right-color: rgb(0, 0, 0);">${detail.productName!''}</td>
<td colspan="2" class="et6" style="border-width: 1px; border-style: solid; border-right-color: rgb(0, 0, 0);">${detail.skuCode!''}</td>
<td colspan="2" class="et6" style="border-width: 1px; border-style: solid; border-right-color: rgb(0, 0, 0);">${detail.externalCode!''}</td>
<td class="et5" style="border-width: 1px; border-style: solid;">${detail.purchasePrice!''}</td>
<td class="et5" style="border-width: 1px; border-style: solid;">${detail.purchaseNum!''}</td>
<td class="et5" style="border-width: 1px; border-style: solid;">${detail.purchaseAmount!''}</td>
</tr>
</#list>
</#if>
</tbody>
</table>
</body>
</html>