Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

423 строки
25 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Created with Jaspersoft Studio version 6.21.3.final using JasperReports Library version 6.21.3-4a3078d20785ebe464f18037d738d12fc98c13cf -->
  3. <jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="FGStockOutTraceabilityReport" pageWidth="842" pageHeight="595" orientation="Landscape" columnWidth="802" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="c40e235b-365d-48a0-a1b8-a8e0ece2cdd3">
  4. <property name="com.jaspersoft.studio.unit." value="pixel"/>
  5. <property name="com.jaspersoft.studio.unit.pageHeight" value="pixel"/>
  6. <property name="com.jaspersoft.studio.unit.pageWidth" value="pixel"/>
  7. <property name="com.jaspersoft.studio.unit.topMargin" value="pixel"/>
  8. <property name="com.jaspersoft.studio.unit.bottomMargin" value="pixel"/>
  9. <property name="com.jaspersoft.studio.unit.leftMargin" value="pixel"/>
  10. <property name="com.jaspersoft.studio.unit.rightMargin" value="pixel"/>
  11. <property name="com.jaspersoft.studio.unit.columnWidth" value="pixel"/>
  12. <property name="com.jaspersoft.studio.unit.columnSpacing" value="pixel"/>
  13. <subDataset name="Dataset1" uuid="dfaf2f9f-3937-4f84-9b1f-fd0ecf2f1ee9">
  14. <queryString>
  15. <![CDATA[]]>
  16. </queryString>
  17. </subDataset>
  18. <parameter name="stockSubCategory" class="java.lang.String">
  19. <defaultValueExpression><![CDATA["stockSubCategory"]]></defaultValueExpression>
  20. </parameter>
  21. <parameter name="date" class="java.lang.String">
  22. <defaultValueExpression><![CDATA["date"]]></defaultValueExpression>
  23. </parameter>
  24. <parameter name="stockCategory" class="java.lang.String">
  25. <defaultValueExpression><![CDATA["stockCategory"]]></defaultValueExpression>
  26. </parameter>
  27. <parameter name="reportDate" class="java.lang.String"/>
  28. <parameter name="reportTime" class="java.lang.String"/>
  29. <parameter name="deliveryPeriodStart" class="java.lang.String"/>
  30. <parameter name="deliveryPeriodEnd" class="java.lang.String"/>
  31. <parameter name="year" class="java.lang.String"/>
  32. <parameter name="itemNo" class="java.lang.String">
  33. <defaultValueExpression><![CDATA["itemCode"]]></defaultValueExpression>
  34. </parameter>
  35. <parameter name="lastOutDateStart" class="java.lang.String">
  36. <parameterDescription><![CDATA["lastOutDateStart"]]></parameterDescription>
  37. </parameter>
  38. <parameter name="lastOutDateEnd" class="java.lang.String">
  39. <parameterDescription><![CDATA["lastOutDateStart"]]></parameterDescription>
  40. </parameter>
  41. <queryString>
  42. <![CDATA[]]>
  43. </queryString>
  44. <field name="deliveryDate" class="java.lang.String"/>
  45. <field name="itemNo" class="java.lang.String">
  46. <property name="com.jaspersoft.studio.field.name" value="code"/>
  47. <property name="com.jaspersoft.studio.field.label" value="code"/>
  48. <property name="com.jaspersoft.studio.field.tree.path" value="items"/>
  49. <fieldDescription><![CDATA[]]></fieldDescription>
  50. </field>
  51. <field name="itemName" class="java.lang.String">
  52. <property name="com.jaspersoft.studio.field.name" value="name"/>
  53. <property name="com.jaspersoft.studio.field.label" value="name"/>
  54. <property name="com.jaspersoft.studio.field.tree.path" value="items"/>
  55. <fieldDescription><![CDATA[]]></fieldDescription>
  56. </field>
  57. <field name="unitOfMeasure" class="java.lang.String"/>
  58. <field name="dnNo" class="java.lang.String"/>
  59. <field name="customerId" class="java.lang.String"/>
  60. <field name="customerName" class="java.lang.String"/>
  61. <field name="qty" class="java.lang.String"/>
  62. <field name="qtyNumeric" class="java.math.BigDecimal"/>
  63. <field name="truckNo" class="java.lang.String"/>
  64. <field name="driver" class="java.lang.String"/>
  65. <field name="deliveryOrderNo" class="java.lang.String"/>
  66. <field name="stockSubCategory" class="java.lang.String"/>
  67. <variable name="totalDeliveredQtyPerDeliveryOrder" class="java.math.BigDecimal" resetType="Group" resetGroup="itemGroup" incrementType="Group" incrementGroup="itemGroup" calculation="First">
  68. <variableExpression><![CDATA[$F{qtyNumeric}]]></variableExpression>
  69. </variable>
  70. <group name="itemGroup">
  71. <groupExpression><![CDATA[$F{itemNo}]]></groupExpression>
  72. <groupHeader>
  73. <band height="40">
  74. <textField>
  75. <reportElement x="60" y="0" width="70" height="18" uuid="0817468e-35ff-45f0-b863-56dae97e9491">
  76. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  77. </reportElement>
  78. <textElement verticalAlignment="Top">
  79. <font fontName="微軟正黑體" size="10"/>
  80. </textElement>
  81. <textFieldExpression><![CDATA[$F{itemNo}]]></textFieldExpression>
  82. </textField>
  83. <textField>
  84. <reportElement x="200" y="0" width="210" height="18" uuid="d3aca20f-bd40-425e-86cf-20532a0ea21b">
  85. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  86. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  87. </reportElement>
  88. <textElement verticalAlignment="Middle">
  89. <font fontName="微軟正黑體" size="10"/>
  90. </textElement>
  91. <textFieldExpression><![CDATA[$F{itemName}]]></textFieldExpression>
  92. </textField>
  93. <staticText>
  94. <reportElement x="100" y="20" width="140" height="18" uuid="0f570907-538c-4d1e-a261-5e275f2c3fbe">
  95. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  96. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  97. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  98. </reportElement>
  99. <textElement textAlignment="Center" verticalAlignment="Middle">
  100. <font fontName="微軟正黑體" size="10"/>
  101. </textElement>
  102. <text><![CDATA[DN編號]]></text>
  103. </staticText>
  104. <staticText>
  105. <reportElement x="370" y="20" width="140" height="18" uuid="805d0e34-eda9-45a6-9490-83d2282db99b">
  106. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  107. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  108. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  109. </reportElement>
  110. <textElement textAlignment="Center" verticalAlignment="Middle">
  111. <font fontName="微軟正黑體" size="10"/>
  112. </textElement>
  113. <text><![CDATA[門店名稱]]></text>
  114. </staticText>
  115. <staticText>
  116. <reportElement x="590" y="20" width="100" height="18" uuid="a9c9239d-6640-4196-9ce4-5be81522a99b">
  117. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  118. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  119. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  120. </reportElement>
  121. <textElement textAlignment="Center" verticalAlignment="Middle">
  122. <font fontName="微軟正黑體" size="10"/>
  123. </textElement>
  124. <text><![CDATA[單位]]></text>
  125. </staticText>
  126. <staticText>
  127. <reportElement x="8" y="20" width="92" height="18" uuid="eb3506cf-6d61-4f70-901f-9576df17e66c">
  128. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  129. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  130. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  131. </reportElement>
  132. <textElement textAlignment="Left" verticalAlignment="Middle">
  133. <font fontName="微軟正黑體" size="10"/>
  134. </textElement>
  135. <text><![CDATA[送貨日期]]></text>
  136. </staticText>
  137. <staticText>
  138. <reportElement x="690" y="20" width="100" height="18" uuid="0f680edd-048d-4ee1-8a00-2ec33eaf2c88">
  139. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  140. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  141. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  142. </reportElement>
  143. <textElement textAlignment="Center" verticalAlignment="Middle">
  144. <font fontName="微軟正黑體" size="10"/>
  145. </textElement>
  146. <text><![CDATA[貨車]]></text>
  147. </staticText>
  148. <staticText>
  149. <reportElement x="510" y="20" width="80" height="18" uuid="aa069323-43b9-448c-840e-97054ad358ef">
  150. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  151. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  152. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  153. </reportElement>
  154. <textElement textAlignment="Center" verticalAlignment="Middle">
  155. <font fontName="微軟正黑體" size="10"/>
  156. </textElement>
  157. <text><![CDATA[數量]]></text>
  158. </staticText>
  159. <staticText>
  160. <reportElement x="8" y="0" width="52" height="18" uuid="8aeef34c-491b-4cc6-b755-cf9a14d2b7d2">
  161. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  162. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  163. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  164. </reportElement>
  165. <textElement textAlignment="Left" verticalAlignment="Middle">
  166. <font fontName="微軟正黑體" size="10"/>
  167. </textElement>
  168. <text><![CDATA[貨品編號:]]></text>
  169. </staticText>
  170. <staticText>
  171. <reportElement x="150" y="0" width="50" height="18" uuid="56a7a3e2-3e7b-4b4f-b30e-745066d75795">
  172. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  173. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  174. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  175. </reportElement>
  176. <textElement textAlignment="Left" verticalAlignment="Middle">
  177. <font fontName="微軟正黑體" size="10"/>
  178. </textElement>
  179. <text><![CDATA[貨品名稱:]]></text>
  180. </staticText>
  181. <staticText>
  182. <reportElement x="240" y="20" width="130" height="18" uuid="d8d2ecce-255a-46a5-9ded-949df09192de">
  183. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  184. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  185. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  186. </reportElement>
  187. <textElement textAlignment="Center" verticalAlignment="Middle">
  188. <font fontName="微軟正黑體" size="10"/>
  189. </textElement>
  190. <text><![CDATA[送貨訂單編號]]></text>
  191. </staticText>
  192. </band>
  193. </groupHeader>
  194. <groupFooter>
  195. <band height="24">
  196. <staticText>
  197. <reportElement x="432" y="0" width="78" height="19" uuid="17df3070-773d-4bac-8045-6b59d8673bb4"/>
  198. <textElement textAlignment="Right" verticalAlignment="Middle">
  199. <font fontName="微軟正黑體" size="10" isBold="true"/>
  200. </textElement>
  201. <text><![CDATA[每單交貨總數:]]></text>
  202. </staticText>
  203. <textField>
  204. <reportElement x="510" y="0" width="80" height="19" uuid="939e4c5b-176c-4154-aabd-bf06c2a0e594"/>
  205. <textElement textAlignment="Right" verticalAlignment="Middle">
  206. <font fontName="微軟正黑體" size="10" isBold="true"/>
  207. </textElement>
  208. <textFieldExpression><![CDATA[$F{qtyNumeric} != null ? $F{qtyNumeric}.toString() : "0.00"]]></textFieldExpression>
  209. </textField>
  210. <line>
  211. <reportElement x="0" y="23" width="799" height="1" uuid="a7505f85-e928-4098-b9ba-644111766b84">
  212. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  213. </reportElement>
  214. </line>
  215. <line>
  216. <reportElement x="0" y="19" width="799" height="1" uuid="69c9e68d-5a48-4284-b977-d12984bde9bc">
  217. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  218. </reportElement>
  219. </line>
  220. </band>
  221. </groupFooter>
  222. </group>
  223. <pageHeader>
  224. <band height="80" splitType="Stretch">
  225. <line>
  226. <reportElement x="-1" y="78" width="800" height="1" uuid="4d95bc98-ab81-4302-901a-4a3a34f11ba9">
  227. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  228. </reportElement>
  229. </line>
  230. <textField evaluationTime="Report">
  231. <reportElement x="760" y="0" width="30" height="23" uuid="cfdec3a5-cc0f-421a-85ab-0eb49f96b7df">
  232. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  233. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  234. </reportElement>
  235. <textElement textAlignment="Center" verticalAlignment="Middle"/>
  236. <textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
  237. </textField>
  238. <staticText>
  239. <reportElement x="670" y="0" width="40" height="23" uuid="25f66e24-ad42-4ff6-ac86-ac1d1c6f3b03">
  240. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  241. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  242. </reportElement>
  243. <textElement textAlignment="Center" verticalAlignment="Middle">
  244. <font fontName="微軟正黑體" size="12"/>
  245. </textElement>
  246. <text><![CDATA[頁數]]></text>
  247. </staticText>
  248. <staticText>
  249. <reportElement x="740" y="0" width="20" height="23" uuid="e0a5035b-8a7c-49c0-b012-baf4325774b7">
  250. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  251. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  252. </reportElement>
  253. <textElement textAlignment="Center" verticalAlignment="Middle">
  254. <font fontName="微軟正黑體" size="12"/>
  255. </textElement>
  256. <text><![CDATA[/]]></text>
  257. </staticText>
  258. <textField>
  259. <reportElement x="710" y="0" width="30" height="23" uuid="997d0e6e-4e9a-4027-91b6-a2bdf02971fa">
  260. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  261. </reportElement>
  262. <textElement textAlignment="Center" verticalAlignment="Middle"/>
  263. <textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
  264. </textField>
  265. <staticText>
  266. <reportElement x="8" y="30" width="90" height="23" uuid="5f860195-7684-4674-bcba-5e3af52a55da">
  267. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  268. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  269. </reportElement>
  270. <textElement textAlignment="Left" verticalAlignment="Middle">
  271. <font fontName="微軟正黑體" size="12" isBold="true"/>
  272. </textElement>
  273. <text><![CDATA[報告日期:]]></text>
  274. </staticText>
  275. <textField>
  276. <reportElement x="711" y="53" width="79" height="23" uuid="b1bba504-8ae4-4985-909c-e598c2e6001b"/>
  277. <textElement textAlignment="Left" verticalAlignment="Middle">
  278. <font fontName="微軟正黑體" size="12" isBold="true"/>
  279. </textElement>
  280. <textFieldExpression><![CDATA[$P{year}]]></textFieldExpression>
  281. </textField>
  282. <staticText>
  283. <reportElement x="640" y="30" width="71" height="23" uuid="0986cf8b-0ade-490d-bcb5-f2b1aceaab15">
  284. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  285. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  286. </reportElement>
  287. <textElement textAlignment="Right" verticalAlignment="Middle">
  288. <font fontName="微軟正黑體" size="12" isBold="true"/>
  289. </textElement>
  290. <text><![CDATA[報告時間:]]></text>
  291. </staticText>
  292. <staticText>
  293. <reportElement x="640" y="53" width="71" height="23" uuid="3e31701d-067e-46eb-b691-a88829562c15">
  294. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  295. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  296. </reportElement>
  297. <textElement textAlignment="Right" verticalAlignment="Middle">
  298. <font fontName="微軟正黑體" size="12" isBold="true"/>
  299. </textElement>
  300. <text><![CDATA[年份:]]></text>
  301. </staticText>
  302. <textField>
  303. <reportElement x="711" y="30" width="79" height="23" uuid="89bfffda-987c-4c76-bd0e-cfdb63d8bd0e"/>
  304. <textElement textAlignment="Left" verticalAlignment="Middle">
  305. <font fontName="微軟正黑體" size="12" isBold="true"/>
  306. </textElement>
  307. <textFieldExpression><![CDATA[$P{reportTime}]]></textFieldExpression>
  308. </textField>
  309. <textField>
  310. <reportElement x="98" y="30" width="190" height="23" uuid="f89e2dd2-10de-4ec1-af98-4b8dfb4aac4c"/>
  311. <textElement verticalAlignment="Middle">
  312. <font fontName="微軟正黑體" size="12" isBold="true"/>
  313. </textElement>
  314. <textFieldExpression><![CDATA[$P{reportDate}]]></textFieldExpression>
  315. </textField>
  316. <staticText>
  317. <reportElement x="300" y="0" width="210" height="23" uuid="e34c7a3e-ea38-4b1b-bbdc-cfe4a5f969de">
  318. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  319. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  320. </reportElement>
  321. <textElement textAlignment="Center" verticalAlignment="Middle">
  322. <font fontName="微軟正黑體" size="16" isBold="true"/>
  323. </textElement>
  324. <text><![CDATA[成品出倉報告]]></text>
  325. </staticText>
  326. <textField>
  327. <reportElement x="98" y="53" width="336" height="23" uuid="f855785e-5316-4c6c-a612-556f58dff006">
  328. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  329. </reportElement>
  330. <textElement textAlignment="Left" verticalAlignment="Middle">
  331. <font fontName="微軟正黑體" size="12" isBold="true"/>
  332. </textElement>
  333. <textFieldExpression><![CDATA[$P{lastOutDateStart} + " 到 " + $P{lastOutDateEnd}]]></textFieldExpression>
  334. </textField>
  335. <staticText>
  336. <reportElement x="8" y="53" width="90" height="23" uuid="1543eecf-9964-43b0-9103-e885209265e4">
  337. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  338. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  339. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  340. </reportElement>
  341. <textElement textAlignment="Left" verticalAlignment="Middle">
  342. <font fontName="微軟正黑體" size="12" isBold="true"/>
  343. </textElement>
  344. <text><![CDATA[成品出倉日期:]]></text>
  345. </staticText>
  346. </band>
  347. </pageHeader>
  348. <detail>
  349. <band height="18" splitType="Stretch">
  350. <textField>
  351. <reportElement x="8" y="0" width="92" height="18" uuid="7bb350a8-a127-4a47-aa7a-c86119864db9">
  352. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  353. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  354. </reportElement>
  355. <textElement textAlignment="Left" verticalAlignment="Middle">
  356. <font fontName="微軟正黑體" size="10"/>
  357. </textElement>
  358. <textFieldExpression><![CDATA[$F{deliveryDate}]]></textFieldExpression>
  359. </textField>
  360. <textField>
  361. <reportElement x="100" y="0" width="140" height="18" uuid="4b76d458-5318-402d-9828-c8e7d5a2197a">
  362. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  363. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  364. </reportElement>
  365. <textElement textAlignment="Left" verticalAlignment="Middle">
  366. <font fontName="微軟正黑體" size="10"/>
  367. </textElement>
  368. <textFieldExpression><![CDATA[$F{dnNo}]]></textFieldExpression>
  369. </textField>
  370. <textField>
  371. <reportElement x="370" y="0" width="140" height="18" uuid="f239f480-ae9f-45f3-a03e-562eab10c304">
  372. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  373. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  374. </reportElement>
  375. <textElement textAlignment="Left" verticalAlignment="Middle">
  376. <font fontName="微軟正黑體" size="10"/>
  377. </textElement>
  378. <textFieldExpression><![CDATA[$F{customerName}]]></textFieldExpression>
  379. </textField>
  380. <textField>
  381. <reportElement x="510" y="0" width="80" height="18" uuid="143501a2-6a00-4fe2-84c4-2689ad68cbc4">
  382. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  383. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  384. </reportElement>
  385. <textElement textAlignment="Right" verticalAlignment="Middle">
  386. <font fontName="微軟正黑體" size="10"/>
  387. </textElement>
  388. <textFieldExpression><![CDATA[$F{qty}]]></textFieldExpression>
  389. </textField>
  390. <textField>
  391. <reportElement x="590" y="0" width="100" height="18" uuid="1d124434-b3f7-48dd-89c2-29ea10c28941">
  392. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  393. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  394. </reportElement>
  395. <textElement textAlignment="Right" verticalAlignment="Middle">
  396. <font fontName="微軟正黑體" size="10"/>
  397. </textElement>
  398. <textFieldExpression><![CDATA[$F{unitOfMeasure}]]></textFieldExpression>
  399. </textField>
  400. <textField>
  401. <reportElement x="690" y="0" width="100" height="18" uuid="62c1bc61-05ac-450f-9385-75f2f1cba9fd">
  402. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  403. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  404. </reportElement>
  405. <textElement textAlignment="Center" verticalAlignment="Middle">
  406. <font fontName="微軟正黑體" size="10"/>
  407. </textElement>
  408. <textFieldExpression><![CDATA[$F{truckNo}]]></textFieldExpression>
  409. </textField>
  410. <textField>
  411. <reportElement x="240" y="0" width="130" height="18" uuid="8d42562f-843e-43e7-bb4a-5bf08f9adc89">
  412. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  413. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  414. </reportElement>
  415. <textElement verticalAlignment="Top">
  416. <font fontName="微軟正黑體" size="10"/>
  417. </textElement>
  418. <textFieldExpression><![CDATA[$F{deliveryOrderNo}]]></textFieldExpression>
  419. </textField>
  420. </band>
  421. </detail>
  422. </jasperReport>