25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

FGStockOutTraceabilityReport.jrxml 20 KiB

1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
1 일 전
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Created with Jaspersoft Studio version 6.17.0.final using JasperReports Library version 6.17.0-6d93193241dd8cc42629e188b94f9e0bc5722efd -->
  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="SemiFGProductionAnalysisReport" pageWidth="842" pageHeight="595" orientation="Landscape" columnWidth="802" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="a2a84586-3f53-476e-9c1f-6b13ad75908a">
  4. <property name="com.jaspersoft.studio.data.sql.tables" value=""/>
  5. <property name="com.jaspersoft.studio.data.defaultdataadapter" value="One Empty Record"/>
  6. <parameter name="stockSubCategory" class="java.lang.String">
  7. <defaultValueExpression><![CDATA["stockSubCategory"]]></defaultValueExpression>
  8. </parameter>
  9. <parameter name="date" class="java.lang.String">
  10. <defaultValueExpression><![CDATA["date"]]></defaultValueExpression>
  11. </parameter>
  12. <parameter name="stockCategory" class="java.lang.String">
  13. <defaultValueExpression><![CDATA["stockCategory"]]></defaultValueExpression>
  14. </parameter>
  15. <parameter name="itemNo" class="java.lang.String">
  16. <defaultValueExpression><![CDATA["itemCode"]]></defaultValueExpression>
  17. </parameter>
  18. <parameter name="reportDate" class="java.lang.String"/>
  19. <parameter name="reportTime" class="java.lang.String"/>
  20. <parameter name="deliveryPeriodStart" class="java.lang.String"/>
  21. <parameter name="deliveryPeriodEnd" class="java.lang.String"/>
  22. <parameter name="lastOutDateStart" class="java.lang.String">
  23. <parameterDescription><![CDATA["lastOutDateStart"]]></parameterDescription>
  24. </parameter>
  25. <parameter name="lastOutDateEnd" class="java.lang.String">
  26. <parameterDescription><![CDATA["lastOutDateStart"]]></parameterDescription>
  27. </parameter>
  28. <queryString language="SQL">
  29. <![CDATA[]]>
  30. </queryString>
  31. <field name="itemNo" class="java.lang.String">
  32. <property name="com.jaspersoft.studio.field.name" value="code"/>
  33. <property name="com.jaspersoft.studio.field.label" value="code"/>
  34. <property name="com.jaspersoft.studio.field.tree.path" value="items"/>
  35. <fieldDescription><![CDATA[]]></fieldDescription>
  36. </field>
  37. <field name="itemName" class="java.lang.String">
  38. <property name="com.jaspersoft.studio.field.name" value="name"/>
  39. <property name="com.jaspersoft.studio.field.label" value="name"/>
  40. <property name="com.jaspersoft.studio.field.tree.path" value="items"/>
  41. <fieldDescription><![CDATA[]]></fieldDescription>
  42. </field>
  43. <field name="stockSubCategory" class="java.lang.Long">
  44. <property name="com.jaspersoft.studio.field.name" value="categoryId"/>
  45. <property name="com.jaspersoft.studio.field.label" value="categoryId"/>
  46. <property name="com.jaspersoft.studio.field.tree.path" value="items"/>
  47. <fieldDescription><![CDATA[]]></fieldDescription>
  48. </field>
  49. <field name="unitOfMeasure" class="java.lang.String"/>
  50. <field name="stockReqNo" class="java.lang.String"/>
  51. <field name="lotNo" class="java.lang.String"/>
  52. <field name="expiryDate" class="java.lang.String"/>
  53. <field name="stockOutQty" class="java.lang.String"/>
  54. <field name="fgPickOrderNo" class="java.lang.String"/>
  55. <field name="handler" class="java.lang.String"/>
  56. <field name="storeLocation" class="java.lang.String"/>
  57. <field name="pickRemark" class="java.lang.String"/>
  58. <field name="deliveryOrderNo" class="java.lang.String"/>
  59. <field name="totalStockOutQty" class="java.lang.String"/>
  60. <group name="Group1">
  61. <groupExpression><![CDATA[$F{itemNo}]]></groupExpression>
  62. <groupHeader>
  63. <band height="44">
  64. <staticText>
  65. <reportElement x="640" y="4" width="41" height="18" uuid="56e4c1a6-6cea-4a96-9786-4ef15ec86108">
  66. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  67. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  68. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  69. </reportElement>
  70. <textElement textAlignment="Center" verticalAlignment="Middle">
  71. <font fontName="微軟正黑體" size="10"/>
  72. </textElement>
  73. <text><![CDATA[單位:]]></text>
  74. </staticText>
  75. <textField textAdjust="StretchHeight">
  76. <reportElement x="681" y="4" width="119" height="18" uuid="803e2090-9724-4931-9d47-a59ca88bf3b3">
  77. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  78. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  79. </reportElement>
  80. <textElement verticalAlignment="Middle">
  81. <font fontName="微軟正黑體" size="10"/>
  82. </textElement>
  83. <textFieldExpression><![CDATA[$F{unitOfMeasure}]]></textFieldExpression>
  84. </textField>
  85. <textField textAdjust="StretchHeight">
  86. <reportElement x="160" y="4" width="480" height="18" uuid="0d04b8dd-a7dc-4a99-a43c-4cc44381362d">
  87. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  88. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  89. </reportElement>
  90. <textElement verticalAlignment="Middle">
  91. <font fontName="微軟正黑體" size="10"/>
  92. </textElement>
  93. <textFieldExpression><![CDATA[$F{itemName}]]></textFieldExpression>
  94. </textField>
  95. <staticText>
  96. <reportElement x="110" y="4" width="50" height="18" uuid="abce60ab-269f-4957-862e-0b8ac1c5ee71">
  97. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  98. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  99. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  100. </reportElement>
  101. <textElement textAlignment="Center" verticalAlignment="Middle">
  102. <font fontName="微軟正黑體" size="10"/>
  103. </textElement>
  104. <text><![CDATA[貨品名稱:]]></text>
  105. </staticText>
  106. <staticText>
  107. <reportElement x="0" y="4" width="50" height="18" uuid="2307a460-b0d0-4ad2-87e5-261638ff4020">
  108. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  109. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  110. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  111. </reportElement>
  112. <textElement textAlignment="Center" verticalAlignment="Middle">
  113. <font fontName="微軟正黑體" size="10"/>
  114. </textElement>
  115. <text><![CDATA[貨品編號:]]></text>
  116. </staticText>
  117. <textField textAdjust="StretchHeight">
  118. <reportElement x="50" y="4" width="60" height="18" uuid="ad155e90-c05b-4b7f-983b-129904eb2061">
  119. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  120. </reportElement>
  121. <textElement verticalAlignment="Middle">
  122. <font fontName="微軟正黑體" size="10"/>
  123. </textElement>
  124. <textFieldExpression><![CDATA[$F{itemNo}]]></textFieldExpression>
  125. </textField>
  126. <staticText>
  127. <reportElement x="620" y="24" width="180" height="18" uuid="0f155dfc-0aff-4935-aa8f-54b4f01af51e">
  128. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  129. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  130. </reportElement>
  131. <textElement textAlignment="Left" verticalAlignment="Middle">
  132. <font fontName="微軟正黑體" size="10"/>
  133. </textElement>
  134. <text><![CDATA[提料備注]]></text>
  135. </staticText>
  136. <staticText>
  137. <reportElement x="320" y="24" width="80" height="18" uuid="a2e0f22f-b299-4712-84f7-7ba3b54b1d1c">
  138. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  139. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  140. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  141. </reportElement>
  142. <textElement textAlignment="Center" verticalAlignment="Middle">
  143. <font fontName="微軟正黑體" size="10"/>
  144. </textElement>
  145. <text><![CDATA[到期日]]></text>
  146. </staticText>
  147. <staticText>
  148. <reportElement x="0" y="24" width="120" height="18" uuid="5db44150-7e52-40dc-9fab-fe174d818c61">
  149. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  150. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  151. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  152. </reportElement>
  153. <textElement textAlignment="Left" verticalAlignment="Middle">
  154. <font fontName="微軟正黑體" size="10"/>
  155. </textElement>
  156. <text><![CDATA[送貨訂單編號]]></text>
  157. </staticText>
  158. <staticText>
  159. <reportElement x="120" y="24" width="100" height="18" uuid="ccda69a3-43de-413b-b53c-1b572e92fcf8">
  160. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  161. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  162. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  163. </reportElement>
  164. <textElement textAlignment="Left" verticalAlignment="Middle">
  165. <font fontName="微軟正黑體" size="10"/>
  166. </textElement>
  167. <text><![CDATA[提料單編號]]></text>
  168. </staticText>
  169. <staticText>
  170. <reportElement x="220" y="24" width="100" height="18" uuid="03fc341e-7026-4f5e-b975-264097a7aeda">
  171. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  172. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  173. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  174. </reportElement>
  175. <textElement textAlignment="Left" verticalAlignment="Middle">
  176. <font fontName="微軟正黑體" size="10"/>
  177. </textElement>
  178. <text><![CDATA[批號]]></text>
  179. </staticText>
  180. <staticText>
  181. <reportElement x="508" y="24" width="112" height="18" uuid="b20762b2-25ab-4fde-a693-a8b32776d866">
  182. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  183. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  184. </reportElement>
  185. <textElement textAlignment="Center" verticalAlignment="Middle">
  186. <font fontName="微軟正黑體" size="10"/>
  187. </textElement>
  188. <text><![CDATA[店鋪位置]]></text>
  189. </staticText>
  190. <staticText>
  191. <reportElement x="400" y="24" width="59" height="18" uuid="7950d513-4660-445b-9b18-08e062b66f30">
  192. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  193. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  194. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  195. </reportElement>
  196. <textElement textAlignment="Center" verticalAlignment="Middle">
  197. <font fontName="微軟正黑體" size="10"/>
  198. </textElement>
  199. <text><![CDATA[出貨數量]]></text>
  200. </staticText>
  201. <staticText>
  202. <reportElement x="459" y="24" width="49" height="18" uuid="21d9afe9-fd02-4896-a478-60967afc50f4">
  203. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  204. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  205. </reportElement>
  206. <textElement textAlignment="Center" verticalAlignment="Middle">
  207. <font fontName="微軟正黑體" size="10"/>
  208. </textElement>
  209. <text><![CDATA[提料人]]></text>
  210. </staticText>
  211. </band>
  212. </groupHeader>
  213. <groupFooter>
  214. <band height="23">
  215. <staticText>
  216. <reportElement x="210" y="0" width="190" height="18" uuid="73188a51-3255-443c-9fee-4f3b527072c4">
  217. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  218. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  219. </reportElement>
  220. <textElement textAlignment="Right" verticalAlignment="Top">
  221. <font fontName="微軟正黑體" size="10"/>
  222. </textElement>
  223. <text><![CDATA[總出倉量:]]></text>
  224. </staticText>
  225. <textField>
  226. <reportElement x="400" y="0" width="59" height="18" uuid="e4734789-5213-4934-80fe-6d72f3c38f23"/>
  227. <textElement textAlignment="Right" verticalAlignment="Top">
  228. <font fontName="微軟正黑體"/>
  229. </textElement>
  230. <textFieldExpression><![CDATA[$F{totalStockOutQty}]]></textFieldExpression>
  231. </textField>
  232. <line>
  233. <reportElement x="0" y="22" width="799" height="1" uuid="0c68b8f8-be58-420f-8c93-56f8f2c58181">
  234. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  235. </reportElement>
  236. </line>
  237. <line>
  238. <reportElement x="0" y="18" width="799" height="1" uuid="5062429c-e3ff-4997-8047-25ae858dbd79">
  239. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  240. </reportElement>
  241. </line>
  242. <line>
  243. <reportElement x="0" y="0" width="800" height="1" uuid="8ee25725-096b-4d76-9c7a-c0a41fbe6dbb">
  244. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  245. </reportElement>
  246. </line>
  247. </band>
  248. </groupFooter>
  249. </group>
  250. <background>
  251. <band splitType="Stretch"/>
  252. </background>
  253. <pageHeader>
  254. <band height="80">
  255. <textField evaluationTime="Report">
  256. <reportElement x="780" y="2" width="20" height="18" uuid="8ebe39b1-11cd-4058-a4c5-a32de40e2235">
  257. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  258. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  259. </reportElement>
  260. <textElement textAlignment="Center" verticalAlignment="Middle">
  261. <font fontName="微軟正黑體"/>
  262. </textElement>
  263. <textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
  264. </textField>
  265. <staticText>
  266. <reportElement x="700" y="2" width="40" height="18" uuid="72b82b4b-6d4d-4b58-860a-1d5fcdc5b1ca">
  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="Center" verticalAlignment="Middle">
  271. <font fontName="微軟正黑體" size="12"/>
  272. </textElement>
  273. <text><![CDATA[頁數]]></text>
  274. </staticText>
  275. <textField>
  276. <reportElement x="740" y="2" width="20" height="18" uuid="e00bc834-695d-4b57-a95b-b6628d45ae9b">
  277. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  278. </reportElement>
  279. <textElement textAlignment="Center" verticalAlignment="Middle">
  280. <font fontName="微軟正黑體"/>
  281. </textElement>
  282. <textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
  283. </textField>
  284. <staticText>
  285. <reportElement x="760" y="2" width="20" height="18" uuid="de9992f2-b449-46a5-a38b-d5af9dc2754f">
  286. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  287. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  288. </reportElement>
  289. <textElement textAlignment="Center" verticalAlignment="Middle">
  290. <font fontName="微軟正黑體" size="12"/>
  291. </textElement>
  292. <text><![CDATA[/]]></text>
  293. </staticText>
  294. <line>
  295. <reportElement x="0" y="79" width="799" height="1" uuid="8d4d2060-74a7-486f-9647-d0f12e817e0a">
  296. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  297. </reportElement>
  298. </line>
  299. <line>
  300. <reportElement x="0" y="75" width="799" height="1" uuid="bf9e8b27-bbc8-4e9a-92e6-0874549f6d29">
  301. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  302. </reportElement>
  303. </line>
  304. <staticText>
  305. <reportElement x="0" y="25" width="110" height="23" uuid="e57917d9-23c2-45fe-9d23-a799b975755a">
  306. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  307. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  308. </reportElement>
  309. <textElement textAlignment="Left" verticalAlignment="Middle">
  310. <font fontName="微軟正黑體" size="16" isBold="true"/>
  311. </textElement>
  312. <text><![CDATA[報告日期:]]></text>
  313. </staticText>
  314. <textField>
  315. <reportElement x="110" y="25" width="190" height="23" uuid="867346a2-5f97-425c-a9b9-34fa8ce513d0"/>
  316. <textElement verticalAlignment="Middle">
  317. <font fontName="微軟正黑體" size="16" isBold="true"/>
  318. </textElement>
  319. <textFieldExpression><![CDATA[$P{reportDate}]]></textFieldExpression>
  320. </textField>
  321. <textField>
  322. <reportElement x="570" y="25" width="228" height="23" uuid="65cfb017-1dfb-4a15-a21a-6fb2399de1b0"/>
  323. <textElement verticalAlignment="Middle">
  324. <font fontName="微軟正黑體" size="16" isBold="true"/>
  325. </textElement>
  326. <textFieldExpression><![CDATA[$P{reportTime}]]></textFieldExpression>
  327. </textField>
  328. <staticText>
  329. <reportElement x="480" y="25" width="90" height="23" uuid="d5b2cd04-3c71-4d7d-90ef-9e4cd38918af">
  330. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  331. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  332. </reportElement>
  333. <textElement textAlignment="Left" verticalAlignment="Middle">
  334. <font fontName="微軟正黑體" size="16" isBold="true"/>
  335. </textElement>
  336. <text><![CDATA[報告時間:]]></text>
  337. </staticText>
  338. <staticText>
  339. <reportElement x="275" y="0" width="253" height="23" uuid="2b4bdbda-a606-455e-b4c7-f59ada12dcf4">
  340. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  341. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  342. </reportElement>
  343. <textElement textAlignment="Center" verticalAlignment="Middle">
  344. <font fontName="微軟正黑體" size="16" isBold="true"/>
  345. </textElement>
  346. <text><![CDATA[成品出倉追蹤報告]]></text>
  347. </staticText>
  348. <staticText>
  349. <reportElement x="0" y="49" width="110" height="23" uuid="297107ea-5827-41bc-83a0-8d966b714e0f">
  350. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  351. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  352. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  353. </reportElement>
  354. <textElement textAlignment="Left" verticalAlignment="Top">
  355. <font fontName="微軟正黑體" size="16" isBold="true"/>
  356. </textElement>
  357. <text><![CDATA[最後出倉日期:]]></text>
  358. </staticText>
  359. <textField>
  360. <reportElement x="110" y="49" width="560" height="23" uuid="76ed89e6-9e70-4cc3-9d38-ff5dc24cd094"/>
  361. <textElement textAlignment="Left" verticalAlignment="Top">
  362. <font fontName="微軟正黑體" size="16" isBold="true"/>
  363. </textElement>
  364. <textFieldExpression><![CDATA[$P{lastOutDateStart} + " 到 " + $P{lastOutDateEnd}]]></textFieldExpression>
  365. </textField>
  366. </band>
  367. </pageHeader>
  368. <detail>
  369. <band height="17" splitType="Stretch">
  370. <textField textAdjust="StretchHeight">
  371. <reportElement x="0" y="0" width="120" height="17" uuid="78ffaf9e-52c3-4d50-94ac-73f826d2448a">
  372. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  373. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  374. </reportElement>
  375. <textElement verticalAlignment="Top">
  376. <font fontName="微軟正黑體" size="10"/>
  377. </textElement>
  378. <textFieldExpression><![CDATA[$F{deliveryOrderNo}]]></textFieldExpression>
  379. </textField>
  380. <textField textAdjust="StretchHeight">
  381. <reportElement x="120" y="0" width="100" height="17" uuid="939193b3-e573-4e5d-af6c-da58910f03a1"/>
  382. <textElement verticalAlignment="Top">
  383. <font fontName="微軟正黑體"/>
  384. </textElement>
  385. <textFieldExpression><![CDATA[$F{stockReqNo}]]></textFieldExpression>
  386. </textField>
  387. <textField textAdjust="StretchHeight">
  388. <reportElement x="220" y="0" width="100" height="17" uuid="92aae78d-2b61-4e61-9b18-574a9a7d515c"/>
  389. <textElement verticalAlignment="Top">
  390. <font fontName="微軟正黑體"/>
  391. </textElement>
  392. <textFieldExpression><![CDATA[$F{lotNo}]]></textFieldExpression>
  393. </textField>
  394. <textField textAdjust="StretchHeight">
  395. <reportElement x="320" y="0" width="80" height="17" uuid="696e6d6c-101c-4e4e-b0c8-b3aabefb78ab"/>
  396. <textElement textAlignment="Center" verticalAlignment="Top">
  397. <font fontName="微軟正黑體"/>
  398. </textElement>
  399. <textFieldExpression><![CDATA[$F{expiryDate}]]></textFieldExpression>
  400. </textField>
  401. <textField textAdjust="StretchHeight">
  402. <reportElement x="400" y="0" width="59" height="17" uuid="45523cc4-2b5b-4a1b-8bfc-db16158a92dc"/>
  403. <textElement textAlignment="Right" verticalAlignment="Top">
  404. <font fontName="微軟正黑體"/>
  405. </textElement>
  406. <textFieldExpression><![CDATA[$F{stockOutQty}]]></textFieldExpression>
  407. </textField>
  408. <textField textAdjust="StretchHeight">
  409. <reportElement x="459" y="0" width="49" height="17" uuid="6384ebfc-6d01-404a-bea1-73d4e4ac5fc3"/>
  410. <textElement textAlignment="Center" verticalAlignment="Top">
  411. <font fontName="微軟正黑體"/>
  412. </textElement>
  413. <textFieldExpression><![CDATA[$F{handler}]]></textFieldExpression>
  414. </textField>
  415. <textField textAdjust="StretchHeight">
  416. <reportElement x="508" y="0" width="112" height="17" uuid="bb1402fd-a96e-4345-b48c-7aeeeadbf57d"/>
  417. <textElement textAlignment="Center" verticalAlignment="Top">
  418. <font fontName="微軟正黑體"/>
  419. </textElement>
  420. <textFieldExpression><![CDATA[$F{storeLocation}]]></textFieldExpression>
  421. </textField>
  422. <textField>
  423. <reportElement x="620" y="0" width="180" height="17" uuid="35b41bee-4246-4cc7-ab30-4966c185a73b"/>
  424. <textElement verticalAlignment="Top">
  425. <font fontName="微軟正黑體"/>
  426. </textElement>
  427. <textFieldExpression><![CDATA[$F{pickRemark}]]></textFieldExpression>
  428. </textField>
  429. </band>
  430. </detail>
  431. </jasperReport>