PurQuotation.kdrs-form 50 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <DocRoot xmlns:c="http://www.kingdee.com/Common" xmlns:f="http://www.kingdee.com/Form" xmlns:t="http://www.kingdee.com/Table" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="4.0">
  3. <DocInfo>
  4. <c:Created>Sun Jul 26 21:19:09 CST 2009</c:Created>
  5. <c:Company>kingdee.com</c:Company>
  6. <c:LastModified>Thu Sep 06 14:15:21 CST 2012</c:LastModified>
  7. <c:Author>null</c:Author>
  8. </DocInfo>
  9. <DataSources version="2.0">
  10. <c:DataSource id="PurQuotationQuery.bos-query">
  11. <c:Reference />
  12. <c:Params />
  13. </c:DataSource>
  14. </DataSources>
  15. <DataObjects version="1.0">
  16. <DataObject name="PurQuotationQuery.bos-query" alias.zh_CN="采购报价单" alias="#1">
  17. <CommonQuery name="PurQuotationQuery.bos-query" alias.zh_CN="采购报价单" alias="#1">
  18. <Outputs>
  19. <Columns>
  20. <Column name="id" alias.zh_CN="ID" alias="#1" dataType="binary" expr="[PurQuotationQuery].[id]" order="0" />
  21. <Column name="number" alias.zh_CN="采购报价单号" alias="#1" dataType="string" expr="[PurQuotationQuery].[number]" order="0" />
  22. <Column name="bizDate" alias.zh_CN="报价日期" alias="#1" dataType="datetime" expr="[PurQuotationQuery].[bizDate]" order="0" />
  23. <Column name="baseStatus" alias.zh_CN="单据状态" alias="#1" dataType="null" expr="[PurQuotationQuery].[baseStatus]" order="0" />
  24. <Column name="supplier.id" alias.zh_CN="ID" alias="#1" dataType="binary" expr="[PurQuotationQuery].[supplier.id]" order="0" />
  25. <Column name="supplier.name" alias.zh_CN="供应商" alias="#1" dataType="string" expr="[PurQuotationQuery].[supplier.name]" order="0" />
  26. <Column name="purchaseOrgUnit.id" alias.zh_CN="ID" alias="#1" dataType="binary" expr="[PurQuotationQuery].[purchaseOrgUnit.id]" order="0" />
  27. <Column name="purchaseOrgUnit.name" alias.zh_CN="采购组织" alias="#1" dataType="string" expr="[PurQuotationQuery].[purchaseOrgUnit.name]" order="0" />
  28. <Column name="purchaseGroup.id" alias.zh_CN="ID" alias="#1" dataType="binary" expr="[PurQuotationQuery].[purchaseGroup.id]" order="0" />
  29. <Column name="purchaseGroup.name" alias.zh_CN="采购组" alias="#1" dataType="string" expr="[PurQuotationQuery].[purchaseGroup.name]" order="0" />
  30. <Column name="purchasePerson.id" alias.zh_CN="ID" alias="#1" dataType="binary" expr="[PurQuotationQuery].[purchasePerson.id]" order="0" />
  31. <Column name="purchasePerson.name" alias.zh_CN="采购员" alias="#1" dataType="string" expr="[PurQuotationQuery].[purchasePerson.name]" order="0" />
  32. <Column name="currency.id" alias.zh_CN="ID" alias="#1" dataType="binary" expr="[PurQuotationQuery].[currency.id]" order="0" />
  33. <Column name="currency.name" alias.zh_CN="币别" alias="#1" dataType="string" expr="[PurQuotationQuery].[currency.name]" order="0" />
  34. <Column name="exchangeRate" alias.zh_CN="汇率" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[exchangeRate]" order="0" />
  35. <Column name="disibleDate" alias.zh_CN="报价截止日期" alias="#1" dataType="datetime" expr="[PurQuotationQuery].[disibleDate]" order="0" />
  36. <Column name="entry.id" alias.zh_CN="ID" alias="#1" dataType="binary" expr="[PurQuotationQuery].[entry.id]" order="0" />
  37. <Column name="entries.seq" alias.zh_CN="单据分录序列号" alias="#1" dataType="integer" expr="[PurQuotationQuery].[entries.seq]" order="0" />
  38. <Column name="material.id" alias.zh_CN="ID" alias="#1" dataType="binary" expr="[PurQuotationQuery].[material.id]" order="0" />
  39. <Column name="material.number" alias.zh_CN="物料编码" alias="#1" dataType="string" expr="[PurQuotationQuery].[material.number]" order="0" />
  40. <Column name="material.name" alias.zh_CN="物料名称" alias="#1" dataType="string" expr="[PurQuotationQuery].[material.name]" order="0" />
  41. <Column name="unit.id" alias.zh_CN="ID" alias="#1" dataType="binary" expr="[PurQuotationQuery].[unit.id]" order="0" />
  42. <Column name="unit.name" alias.zh_CN="计量单位" alias="#1" dataType="string" expr="[PurQuotationQuery].[unit.name]" order="0" />
  43. <Column name="entries.qtyFrom" alias.zh_CN="数量从" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[entries.qtyFrom]" order="0" />
  44. <Column name="entries.qtyTo" alias.zh_CN="数量到" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[entries.qtyTo]" order="0" />
  45. <Column name="entries.price" alias.zh_CN="单价" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[entries.price]" order="0" />
  46. <Column name="entries.taxRate" alias.zh_CN="税率" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[entries.taxRate]" order="0" />
  47. <Column name="entries.taxPrice" alias.zh_CN="含税单价" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[entries.taxPrice]" order="0" />
  48. <Column name="entries.discount" alias.zh_CN="折扣" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[entries.discount]" order="0" />
  49. <Column name="entries.actualTaxPrice" alias.zh_CN="实际含税单价" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[entries.actualTaxPrice]" order="0" />
  50. <Column name="entries.remark" alias.zh_CN="分录备注" alias="#1" dataType="string" expr="[PurQuotationQuery].[entries.remark]" order="0" />
  51. <Column name="creator.name" alias.zh_CN="制单人" alias="#1" dataType="string" expr="[PurQuotationQuery].[creator.name]" order="0" />
  52. <Column name="modifier.name" alias.zh_CN="修改人" alias="#1" dataType="string" expr="[PurQuotationQuery].[modifier.name]" order="0" />
  53. <Column name="auditor.name" alias.zh_CN="审核人" alias="#1" dataType="string" expr="[PurQuotationQuery].[auditor.name]" order="0" />
  54. <Column name="createTime" alias.zh_CN="制单日期" alias="#1" dataType="datetime" expr="[PurQuotationQuery].[createTime]" order="0" />
  55. <Column name="modifyTime" alias.zh_CN="修改日期" alias="#1" dataType="datetime" expr="[PurQuotationQuery].[modifyTime]" order="0" />
  56. <Column name="auditTime" alias.zh_CN="审核日期" alias="#1" dataType="datetime" expr="[PurQuotationQuery].[auditTime]" order="0" />
  57. <Column name="purQuotationPlanID" alias.zh_CN="采购询价计划单号" alias="#1" dataType="string" expr="[PurQuotationQuery].[purQuotationPlanID]" order="0" />
  58. <Column name="paymentType" alias.zh_CN="付款方式" alias="#1" dataType="string" expr="[PurQuotationQuery].[paymentType]" order="0" />
  59. <Column name="paymentCondition" alias.zh_CN="付款条件" alias="#1" dataType="string" expr="[PurQuotationQuery].[paymentCondition]" order="0" />
  60. <Column name="unEffectiveTime" alias.zh_CN="失效日期" alias="#1" dataType="datetime" expr="[PurQuotationQuery].[unEffectiveTime]" order="0" />
  61. <Column name="quoteType" alias.zh_CN="报价方式" alias="#1" dataType="null" expr="[PurQuotationQuery].[quoteType]" order="0" />
  62. <Column name="entries.rowType" alias.zh_CN="行类型" alias="#1" dataType="string" expr="[PurQuotationQuery].[entries.rowType]" order="0" />
  63. <Column name="entries.materialGroup" alias.zh_CN="物料组" alias="#1" dataType="string" expr="[PurQuotationQuery].[entries.materialGroup]" order="0" />
  64. <Column name="entries.amount" alias.zh_CN="数量" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[entries.amount]" order="0" />
  65. <Column name="entries.packagingExp" alias.zh_CN="包装费" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[entries.packagingExp]" order="0" />
  66. <Column name="entries.carriage" alias.zh_CN="运费" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[entries.carriage]" order="0" />
  67. <Column name="entries.incidentalExpenses" alias.zh_CN="杂费" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[entries.incidentalExpenses]" order="0" />
  68. <Column name="enabledDate" alias.zh_CN="生效日期" alias="#1" dataType="datetime" expr="[PurQuotationQuery].[enabledDate]" order="0" />
  69. <Column name="entries.consignmentAddress" alias.zh_CN="交货地址" alias="#1" dataType="string" expr="[PurQuotationQuery].[entries.consignmentAddress]" order="0" />
  70. <Column name="entries.purAdvanceDate" alias.zh_CN="采购提前期" alias="#1" dataType="integer" expr="[PurQuotationQuery].[entries.purAdvanceDate]" order="0" />
  71. <Column name="material.model" alias.zh_CN="规格型号" alias="#1" dataType="string" expr="[PurQuotationQuery].[material.model]" order="0" />
  72. <Column name="description" alias.zh_CN="备注" alias="#1" dataType="string" expr="[PurQuotationQuery].[description]" order="0" />
  73. <Column name="entries.comsignmentType" alias.zh_CN="交货方式" alias="#1" dataType="null" expr="[PurQuotationQuery].[entries.comsignmentType]" order="0" />
  74. <Column name="entries.comsignmentDate" alias.zh_CN="交货日期" alias="#1" dataType="datetime" expr="[PurQuotationQuery].[entries.comsignmentDate]" order="0" />
  75. <Column name="actualPrice" alias.zh_CN="实际单价" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[actualPrice]" order="0" />
  76. <Column name="entries.insureQualityDate" alias.zh_CN="保质期" alias="#1" dataType="integer" expr="[PurQuotationQuery].[entries.insureQualityDate]" order="0" />
  77. <Column name="discountType" alias.zh_CN="折扣方式" alias="#1" dataType="null" expr="[PurQuotationQuery].[discountType]" order="0" />
  78. <Column name="period" dataType="integer" expr="[PurQuotationQuery].[period]" order="0" />
  79. <Column name="revenue" alias.zh_CN="是否含税" alias="#1" dataType="boolean" expr="[PurQuotationQuery].[revenue]" order="0" />
  80. </Columns>
  81. </Outputs>
  82. <Query version="1.0" type="bos.query">
  83. <Columns>
  84. <Column name="id" alias.zh_CN="ID" alias="#1" dataType="binary" expr="[PurQuotationQuery].[id]" />
  85. <Column name="number" alias.zh_CN="采购报价单号" alias="#1" dataType="string" expr="[PurQuotationQuery].[number]" />
  86. <Column name="bizDate" alias.zh_CN="报价日期" alias="#1" dataType="datetime" expr="[PurQuotationQuery].[bizDate]" />
  87. <Column name="baseStatus" alias.zh_CN="单据状态" alias="#1" dataType="null" expr="[PurQuotationQuery].[baseStatus]" />
  88. <Column name="supplier.id" alias.zh_CN="ID" alias="#1" dataType="binary" expr="[PurQuotationQuery].[supplier.id]" />
  89. <Column name="supplier.name" alias.zh_CN="供应商" alias="#1" dataType="string" expr="[PurQuotationQuery].[supplier.name]" />
  90. <Column name="purchaseOrgUnit.id" alias.zh_CN="ID" alias="#1" dataType="binary" expr="[PurQuotationQuery].[purchaseOrgUnit.id]" />
  91. <Column name="purchaseOrgUnit.name" alias.zh_CN="采购组织" alias="#1" dataType="string" expr="[PurQuotationQuery].[purchaseOrgUnit.name]" />
  92. <Column name="purchaseGroup.id" alias.zh_CN="ID" alias="#1" dataType="binary" expr="[PurQuotationQuery].[purchaseGroup.id]" />
  93. <Column name="purchaseGroup.name" alias.zh_CN="采购组" alias="#1" dataType="string" expr="[PurQuotationQuery].[purchaseGroup.name]" />
  94. <Column name="purchasePerson.id" alias.zh_CN="ID" alias="#1" dataType="binary" expr="[PurQuotationQuery].[purchasePerson.id]" />
  95. <Column name="purchasePerson.name" alias.zh_CN="采购员" alias="#1" dataType="string" expr="[PurQuotationQuery].[purchasePerson.name]" />
  96. <Column name="currency.id" alias.zh_CN="ID" alias="#1" dataType="binary" expr="[PurQuotationQuery].[currency.id]" />
  97. <Column name="currency.name" alias.zh_CN="币别" alias="#1" dataType="string" expr="[PurQuotationQuery].[currency.name]" />
  98. <Column name="exchangeRate" alias.zh_CN="汇率" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[exchangeRate]" />
  99. <Column name="disibleDate" alias.zh_CN="报价截止日期" alias="#1" dataType="datetime" expr="[PurQuotationQuery].[disibleDate]" />
  100. <Column name="entry.id" alias.zh_CN="ID" alias="#1" dataType="binary" expr="[PurQuotationQuery].[entry.id]" />
  101. <Column name="entries.seq" alias.zh_CN="单据分录序列号" alias="#1" dataType="integer" expr="[PurQuotationQuery].[entries.seq]" />
  102. <Column name="material.id" alias.zh_CN="ID" alias="#1" dataType="binary" expr="[PurQuotationQuery].[material.id]" />
  103. <Column name="material.number" alias.zh_CN="物料编码" alias="#1" dataType="string" expr="[PurQuotationQuery].[material.number]" />
  104. <Column name="material.name" alias.zh_CN="物料名称" alias="#1" dataType="string" expr="[PurQuotationQuery].[material.name]" />
  105. <Column name="unit.id" alias.zh_CN="ID" alias="#1" dataType="binary" expr="[PurQuotationQuery].[unit.id]" />
  106. <Column name="unit.name" alias.zh_CN="计量单位" alias="#1" dataType="string" expr="[PurQuotationQuery].[unit.name]" />
  107. <Column name="entries.qtyFrom" alias.zh_CN="数量从" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[entries.qtyFrom]" />
  108. <Column name="entries.qtyTo" alias.zh_CN="数量到" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[entries.qtyTo]" />
  109. <Column name="entries.price" alias.zh_CN="单价" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[entries.price]" />
  110. <Column name="entries.taxRate" alias.zh_CN="税率" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[entries.taxRate]" />
  111. <Column name="entries.taxPrice" alias.zh_CN="含税单价" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[entries.taxPrice]" />
  112. <Column name="entries.discount" alias.zh_CN="折扣" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[entries.discount]" />
  113. <Column name="entries.actualTaxPrice" alias.zh_CN="实际含税单价" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[entries.actualTaxPrice]" />
  114. <Column name="entries.remark" alias.zh_CN="分录备注" alias="#1" dataType="string" expr="[PurQuotationQuery].[entries.remark]" />
  115. <Column name="creator.name" alias.zh_CN="制单人" alias="#1" dataType="string" expr="[PurQuotationQuery].[creator.name]" />
  116. <Column name="modifier.name" alias.zh_CN="修改人" alias="#1" dataType="string" expr="[PurQuotationQuery].[modifier.name]" />
  117. <Column name="auditor.name" alias.zh_CN="审核人" alias="#1" dataType="string" expr="[PurQuotationQuery].[auditor.name]" />
  118. <Column name="createTime" alias.zh_CN="制单日期" alias="#1" dataType="datetime" expr="[PurQuotationQuery].[createTime]" />
  119. <Column name="modifyTime" alias.zh_CN="修改日期" alias="#1" dataType="datetime" expr="[PurQuotationQuery].[modifyTime]" />
  120. <Column name="auditTime" alias.zh_CN="审核日期" alias="#1" dataType="datetime" expr="[PurQuotationQuery].[auditTime]" />
  121. <Column name="purQuotationPlanID" alias.zh_CN="采购询价计划单号" alias="#1" dataType="string" expr="[PurQuotationQuery].[purQuotationPlanID]" />
  122. <Column name="paymentType" alias.zh_CN="付款方式" alias="#1" dataType="string" expr="[PurQuotationQuery].[paymentType]" />
  123. <Column name="paymentCondition" alias.zh_CN="付款条件" alias="#1" dataType="string" expr="[PurQuotationQuery].[paymentCondition]" />
  124. <Column name="unEffectiveTime" alias.zh_CN="失效日期" alias="#1" dataType="datetime" expr="[PurQuotationQuery].[unEffectiveTime]" />
  125. <Column name="quoteType" alias.zh_CN="报价方式" alias="#1" dataType="null" expr="[PurQuotationQuery].[quoteType]" />
  126. <Column name="entries.rowType" alias.zh_CN="行类型" alias="#1" dataType="string" expr="[PurQuotationQuery].[entries.rowType]" />
  127. <Column name="entries.materialGroup" alias.zh_CN="物料组" alias="#1" dataType="string" expr="[PurQuotationQuery].[entries.materialGroup]" />
  128. <Column name="entries.amount" alias.zh_CN="数量" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[entries.amount]" />
  129. <Column name="entries.packagingExp" alias.zh_CN="包装费" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[entries.packagingExp]" />
  130. <Column name="entries.carriage" alias.zh_CN="运费" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[entries.carriage]" />
  131. <Column name="entries.incidentalExpenses" alias.zh_CN="杂费" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[entries.incidentalExpenses]" />
  132. <Column name="enabledDate" alias.zh_CN="生效日期" alias="#1" dataType="datetime" expr="[PurQuotationQuery].[enabledDate]" />
  133. <Column name="entries.consignmentAddress" alias.zh_CN="交货地址" alias="#1" dataType="string" expr="[PurQuotationQuery].[entries.consignmentAddress]" />
  134. <Column name="entries.purAdvanceDate" alias.zh_CN="采购提前期" alias="#1" dataType="integer" expr="[PurQuotationQuery].[entries.purAdvanceDate]" />
  135. <Column name="material.model" alias.zh_CN="规格型号" alias="#1" dataType="string" expr="[PurQuotationQuery].[material.model]" />
  136. <Column name="description" alias.zh_CN="备注" alias="#1" dataType="string" expr="[PurQuotationQuery].[description]" />
  137. <Column name="entries.comsignmentType" alias.zh_CN="交货方式" alias="#1" dataType="null" expr="[PurQuotationQuery].[entries.comsignmentType]" />
  138. <Column name="entries.comsignmentDate" alias.zh_CN="交货日期" alias="#1" dataType="datetime" expr="[PurQuotationQuery].[entries.comsignmentDate]" />
  139. <Column name="actualPrice" alias.zh_CN="实际单价" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[actualPrice]" />
  140. <Column name="entries.insureQualityDate" alias.zh_CN="保质期" alias="#1" dataType="integer" expr="[PurQuotationQuery].[entries.insureQualityDate]" />
  141. <Column name="discountType" alias.zh_CN="折扣方式" alias="#1" dataType="null" expr="[PurQuotationQuery].[discountType]" />
  142. <Column name="period" dataType="integer" expr="[PurQuotationQuery].[period]" />
  143. <Column name="revenue" alias.zh_CN="是否含税" alias="#1" dataType="boolean" expr="[PurQuotationQuery].[revenue]" />
  144. </Columns>
  145. <Tables />
  146. <Joins />
  147. <Orders />
  148. <Filter />
  149. <Content><![CDATA[PurQuotationQuery.bos-query]]></Content>
  150. </Query>
  151. <EXT />
  152. </CommonQuery>
  153. </DataObject>
  154. </DataObjects>
  155. <Styles version="1.0">
  156. <c:Style id="3">
  157. <c:Borders>
  158. <c:Border position="left" lineStyle="NullLine" />
  159. <c:Border position="top" lineStyle="NullLine" />
  160. <c:Border position="right" lineStyle="NullLine" />
  161. <c:Border position="bottom" lineStyle="NullLine" />
  162. </c:Borders>
  163. <c:Interior color="#ffffff" pattern="Solid" patternColor="#000000" />
  164. </c:Style>
  165. <c:Style id="2">
  166. <c:Font color="#000000" />
  167. <c:Borders>
  168. <c:Border position="left" lineStyle="Single" penStyle="Solid" color="#000000" />
  169. <c:Border position="top" lineStyle="Single" penStyle="Solid" color="#000000" />
  170. <c:Border position="right" lineStyle="Single" penStyle="Solid" color="#000000" />
  171. <c:Border position="bottom" lineStyle="Single" penStyle="Solid" color="#000000" />
  172. </c:Borders>
  173. <c:Interior color="#ffffff" pattern="Solid" patternColor="#000000" />
  174. </c:Style>
  175. <c:Style id="1">
  176. <c:Font fontName="宋体" size="18" color="#000000" bold="true" underline="false" italic="false" strikethrough="false" weight="400.0" />
  177. <c:Borders>
  178. <c:Border position="left" lineStyle="Single" penStyle="Solid" color="#000000" />
  179. <c:Border position="top" lineStyle="Single" penStyle="Solid" color="#000000" />
  180. <c:Border position="right" lineStyle="Single" penStyle="Solid" color="#000000" />
  181. <c:Border position="bottom" lineStyle="Single" penStyle="Solid" color="#000000" />
  182. <c:Border position="diagonalleft" lineStyle="NullLine" />
  183. <c:Border position="diagonalright" lineStyle="NullLine" />
  184. </c:Borders>
  185. <c:Interior color="#ffffff" pattern="Solid" patternColor="#000000" />
  186. <c:Alignment horizontal="center" vertical="middle" wrapText="false" rotate="0" shrink="false" lineSpace="0.0" padding="1,1,1,1" clip="true" />
  187. <c:Protection hidden="false" locked="false" />
  188. </c:Style>
  189. <c:Style id="0">
  190. <c:Interior color="#ffffff" pattern="Solid" patternColor="#000000" />
  191. </c:Style>
  192. <c:Style id="4">
  193. <c:Borders>
  194. <c:Border position="left" lineStyle="Single" penStyle="Dot" />
  195. <c:Border position="top" lineStyle="Single" penStyle="Dot" />
  196. <c:Border position="right" lineStyle="Single" penStyle="Dot" />
  197. <c:Border position="bottom" lineStyle="Single" penStyle="Dot" />
  198. </c:Borders>
  199. </c:Style>
  200. </Styles>
  201. <Headers />
  202. <Footers />
  203. <Form id="form1" alias="PurQuotation.kdrs-form" version="3.1">
  204. <f:Page id="page1" alias="页1" styleID="0" repeat="-1" dataSourceID="PurQuotationQuery.bos-query">
  205. <f:DesignedPage paperSize="iso-a4" objWidth="2590" objHeight="1600" widthLimitless="false" heightLimitless="false" />
  206. <f:Cell id="text1" alias="文本1" styleID="1" left="[page1.left]" right="[text1.left]+2590.0" top="[page1.top]" bottom="[text1.top]+137.0" type="constant">
  207. <f:DesignedCell leftLocationType="relative" leftRelativeObjID="page1" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="text1" rightRelativeBorder="left" rightRelativeOffset="2590" topLocationType="relative" topRelativeObjID="page1" topRelativeBorder="top" topRelativeOffset="0" bottomLocationType="relative" bottomRelativeObjID="text1" bottomRelativeBorder="top" bottomRelativeOffset="137" locked="false" />
  208. <f:Data type="string">采购报价单</f:Data>
  209. </f:Cell>
  210. <f:Cell id="text2" alias="文本2" styleID="2" left="[page1.left]" right="[text2.left]+275.0" top="[page1.top]+138.0" bottom="[text2.top]+106.0" type="constant">
  211. <f:DesignedCell leftLocationType="relative" leftRelativeObjID="page1" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="text2" rightRelativeBorder="left" rightRelativeOffset="275" topLocationType="relative" topRelativeObjID="page1" topRelativeBorder="top" topRelativeOffset="138" bottomLocationType="relative" bottomRelativeObjID="text2" bottomRelativeBorder="top" bottomRelativeOffset="106" locked="false" />
  212. <f:Data type="string">报价单号:</f:Data>
  213. </f:Cell>
  214. <f:Cell id="field1" alias="字段1" styleID="2" left="[page1.left]+275.0" right="[field1.left]+395.0" top="[page1.top]+138.0" bottom="[field1.top]+106.0" type="field">
  215. <f:DesignedCell text="采购报价单号" leftLocationType="relative" leftRelativeObjID="page1" leftRelativeBorder="left" leftRelativeOffset="275" rightLocationType="relative" rightRelativeObjID="field1" rightRelativeBorder="left" rightRelativeOffset="395" topLocationType="relative" topRelativeObjID="page1" topRelativeBorder="top" topRelativeOffset="138" bottomLocationType="relative" bottomRelativeObjID="field1" bottomRelativeBorder="top" bottomRelativeOffset="106" locked="false" />
  216. <f:Data type="string">number</f:Data>
  217. </f:Cell>
  218. <f:Cell id="text3" alias="文本3" styleID="2" left="[page1.left]+670.0" right="[text3.left]+297.0" top="[page1.top]+138.0" bottom="[text3.top]+106.0" type="constant">
  219. <f:DesignedCell leftLocationType="relative" leftRelativeObjID="page1" leftRelativeBorder="left" leftRelativeOffset="670" rightLocationType="relative" rightRelativeObjID="text3" rightRelativeBorder="left" rightRelativeOffset="297" topLocationType="relative" topRelativeObjID="page1" topRelativeBorder="top" topRelativeOffset="138" bottomLocationType="relative" bottomRelativeObjID="text3" bottomRelativeBorder="top" bottomRelativeOffset="106" locked="false" />
  220. <f:Data type="string">报价日期:</f:Data>
  221. </f:Cell>
  222. <f:Cell id="field2" alias="字段2" styleID="2" left="[page1.left]+967.0" right="[field2.left]+363.0" top="[page1.top]+138.0" bottom="[field2.top]+106.0" type="field">
  223. <f:DesignedCell text="报价日期" leftLocationType="relative" leftRelativeObjID="page1" leftRelativeBorder="left" leftRelativeOffset="967" rightLocationType="relative" rightRelativeObjID="field2" rightRelativeBorder="left" rightRelativeOffset="363" topLocationType="relative" topRelativeObjID="page1" topRelativeBorder="top" topRelativeOffset="138" bottomLocationType="relative" bottomRelativeObjID="field2" bottomRelativeBorder="top" bottomRelativeOffset="106" locked="false" />
  224. <f:Data type="string">bizDate</f:Data>
  225. </f:Cell>
  226. <f:Cell id="text4" alias="文本4" styleID="2" left="[page1.left]+1331.0" right="[text4.left]+262.0" top="[page1.top]+138.0" bottom="[text4.top]+106.0" type="constant">
  227. <f:DesignedCell leftLocationType="relative" leftRelativeObjID="page1" leftRelativeBorder="left" leftRelativeOffset="1331" rightLocationType="relative" rightRelativeObjID="text4" rightRelativeBorder="left" rightRelativeOffset="262" topLocationType="relative" topRelativeObjID="page1" topRelativeBorder="top" topRelativeOffset="138" bottomLocationType="relative" bottomRelativeObjID="text4" bottomRelativeBorder="top" bottomRelativeOffset="106" locked="false" />
  228. <f:Data type="string">供应商:</f:Data>
  229. </f:Cell>
  230. <f:Cell id="field3" alias="字段3" styleID="2" left="[page1.left]+1592.0" right="[field3.left]+377.0" top="[page1.top]+138.0" bottom="[field3.top]+106.0" type="field">
  231. <f:DesignedCell text="供应商" leftLocationType="relative" leftRelativeObjID="page1" leftRelativeBorder="left" leftRelativeOffset="1592" rightLocationType="relative" rightRelativeObjID="field3" rightRelativeBorder="left" rightRelativeOffset="377" topLocationType="relative" topRelativeObjID="page1" topRelativeBorder="top" topRelativeOffset="138" bottomLocationType="relative" bottomRelativeObjID="field3" bottomRelativeBorder="top" bottomRelativeOffset="106" locked="false" />
  232. <f:Data type="string">supplier.name</f:Data>
  233. </f:Cell>
  234. <f:Cell id="text5" alias="文本5" styleID="2" left="[page1.left]+1969.0" right="[text5.left]+305.0" top="[page1.top]+138.0" bottom="[text5.top]+106.0" type="constant">
  235. <f:DesignedCell leftLocationType="relative" leftRelativeObjID="page1" leftRelativeBorder="left" leftRelativeOffset="1969" rightLocationType="relative" rightRelativeObjID="text5" rightRelativeBorder="left" rightRelativeOffset="305" topLocationType="relative" topRelativeObjID="page1" topRelativeBorder="top" topRelativeOffset="138" bottomLocationType="relative" bottomRelativeObjID="text5" bottomRelativeBorder="top" bottomRelativeOffset="106" locked="false" />
  236. <f:Data type="string">采购组织:</f:Data>
  237. </f:Cell>
  238. <f:Cell id="field4" alias="字段4" styleID="2" left="[page1.left]+2272.0" right="[field4.left]+318.0" top="[page1.top]+138.0" bottom="[field4.top]+106.0" type="field">
  239. <f:DesignedCell text="采购组织" leftLocationType="relative" leftRelativeObjID="page1" leftRelativeBorder="left" leftRelativeOffset="2272" rightLocationType="relative" rightRelativeObjID="field4" rightRelativeBorder="left" rightRelativeOffset="318" topLocationType="relative" topRelativeObjID="page1" topRelativeBorder="top" topRelativeOffset="138" bottomLocationType="relative" bottomRelativeObjID="field4" bottomRelativeBorder="top" bottomRelativeOffset="106" locked="false" />
  240. <f:Data type="string">purchaseOrgUnit.name</f:Data>
  241. </f:Cell>
  242. <f:Cell id="text9" alias="文本9" styleID="2" left="[page1.left]+1330.0" right="[text9.left]+262.0" top="[page1.top]+243.0" bottom="[text9.top]+106.0" type="constant">
  243. <f:DesignedCell leftLocationType="relative" leftRelativeObjID="page1" leftRelativeBorder="left" leftRelativeOffset="1330" rightLocationType="relative" rightRelativeObjID="text9" rightRelativeBorder="left" rightRelativeOffset="262" topLocationType="relative" topRelativeObjID="page1" topRelativeBorder="top" topRelativeOffset="243" bottomLocationType="relative" bottomRelativeObjID="text9" bottomRelativeBorder="top" bottomRelativeOffset="106" locked="false" />
  244. <f:Data type="string">币别:</f:Data>
  245. </f:Cell>
  246. <f:Cell id="field8" alias="字段8" styleID="2" left="[page1.left]+1593.0" right="[field8.left]+376.0" top="[page1.top]+243.0" bottom="[field8.top]+106.0" type="field">
  247. <f:DesignedCell text="币别" leftLocationType="relative" leftRelativeObjID="page1" leftRelativeBorder="left" leftRelativeOffset="1593" rightLocationType="relative" rightRelativeObjID="field8" rightRelativeBorder="left" rightRelativeOffset="376" topLocationType="relative" topRelativeObjID="page1" topRelativeBorder="top" topRelativeOffset="243" bottomLocationType="relative" bottomRelativeObjID="field8" bottomRelativeBorder="top" bottomRelativeOffset="106" locked="false" />
  248. <f:Data type="string">currency.name</f:Data>
  249. </f:Cell>
  250. <f:Cell id="text6" alias="文本6" styleID="2" left="[page1.left]" right="[text6.left]+276.0" top="[page1.top]+244.0" bottom="[text6.top]+106.0" type="constant">
  251. <f:DesignedCell leftLocationType="relative" leftRelativeObjID="page1" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="text6" rightRelativeBorder="left" rightRelativeOffset="276" topLocationType="relative" topRelativeObjID="page1" topRelativeBorder="top" topRelativeOffset="244" bottomLocationType="relative" bottomRelativeObjID="text6" bottomRelativeBorder="top" bottomRelativeOffset="106" locked="false" />
  252. <f:Data type="string">采购询价计划单号:</f:Data>
  253. </f:Cell>
  254. <f:Cell id="field6" alias="字段6" styleID="2" left="[page1.left]+275.0" right="[field6.left]+395.0" top="[page1.top]+244.0" bottom="[field6.top]+106.0" type="field">
  255. <f:DesignedCell text="采购询价计划单号" leftLocationType="relative" leftRelativeObjID="page1" leftRelativeBorder="left" leftRelativeOffset="275" rightLocationType="relative" rightRelativeObjID="field6" rightRelativeBorder="left" rightRelativeOffset="395" topLocationType="relative" topRelativeObjID="page1" topRelativeBorder="top" topRelativeOffset="244" bottomLocationType="relative" bottomRelativeObjID="field6" bottomRelativeBorder="top" bottomRelativeOffset="106" locked="false" />
  256. <f:Data type="string">purQuotationPlanID</f:Data>
  257. </f:Cell>
  258. <f:Cell id="text7" alias="文本7" styleID="2" left="[page1.left]+671.0" right="[text7.left]+297.0" top="[page1.top]+244.0" bottom="[text7.top]+106.0" type="constant">
  259. <f:DesignedCell leftLocationType="relative" leftRelativeObjID="page1" leftRelativeBorder="left" leftRelativeOffset="671" rightLocationType="relative" rightRelativeObjID="text7" rightRelativeBorder="left" rightRelativeOffset="297" topLocationType="relative" topRelativeObjID="page1" topRelativeBorder="top" topRelativeOffset="244" bottomLocationType="relative" bottomRelativeObjID="text7" bottomRelativeBorder="top" bottomRelativeOffset="106" locked="false" />
  260. <f:Data type="string">报价截止日期:</f:Data>
  261. </f:Cell>
  262. <f:Cell id="field5" alias="字段5" styleID="2" left="[page1.left]+967.0" right="[field5.left]+363.0" top="[page1.top]+244.0" bottom="[field5.top]+106.0" type="field" format="yyyy-m-d h:mm:ss;@">
  263. <f:DesignedCell text="报价截止日期" leftLocationType="relative" leftRelativeObjID="page1" leftRelativeBorder="left" leftRelativeOffset="967" rightLocationType="relative" rightRelativeObjID="field5" rightRelativeBorder="left" rightRelativeOffset="363" topLocationType="relative" topRelativeObjID="page1" topRelativeBorder="top" topRelativeOffset="244" bottomLocationType="relative" bottomRelativeObjID="field5" bottomRelativeBorder="top" bottomRelativeOffset="106" locked="false" />
  264. <f:Data type="string">disibleDate</f:Data>
  265. </f:Cell>
  266. <f:Cell id="text8" alias="文本8" styleID="2" left="[page1.left]+1967.0" right="[text8.left]+305.0" top="[page1.top]+244.0" bottom="[text8.top]+106.0" type="constant">
  267. <f:DesignedCell leftLocationType="relative" leftRelativeObjID="page1" leftRelativeBorder="left" leftRelativeOffset="1967" rightLocationType="relative" rightRelativeObjID="text8" rightRelativeBorder="left" rightRelativeOffset="305" topLocationType="relative" topRelativeObjID="page1" topRelativeBorder="top" topRelativeOffset="244" bottomLocationType="relative" bottomRelativeObjID="text8" bottomRelativeBorder="top" bottomRelativeOffset="106" locked="false" />
  268. <f:Data type="string">付款方式:</f:Data>
  269. </f:Cell>
  270. <f:Cell id="field7" alias="字段7" styleID="2" left="[page1.left]+2272.0" right="[field7.left]+318.0" top="[page1.top]+244.0" bottom="[field7.top]+106.0" type="field">
  271. <f:DesignedCell text="付款方式" leftLocationType="relative" leftRelativeObjID="page1" leftRelativeBorder="left" leftRelativeOffset="2272" rightLocationType="relative" rightRelativeObjID="field7" rightRelativeBorder="left" rightRelativeOffset="318" topLocationType="relative" topRelativeObjID="page1" topRelativeBorder="top" topRelativeOffset="244" bottomLocationType="relative" bottomRelativeObjID="field7" bottomRelativeBorder="top" bottomRelativeOffset="106" locked="false" />
  272. <f:Data type="string">paymentType</f:Data>
  273. </f:Cell>
  274. <f:Table id="table2" alias="网格容器2" styleID="3" left="[page1.left]" right="[table2.left]+2590.0" top="[page1.top]+371.0" bottom="[table2.top]+106.0">
  275. <f:DesignedTable layout="auto" leftLocationType="relative" leftRelativeObjID="page1" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="table2" rightRelativeBorder="left" rightRelativeOffset="2590" topLocationType="relative" topRelativeObjID="page1" topRelativeBorder="top" topRelativeOffset="371" bottomLocationType="relative" bottomRelativeObjID="table2" bottomRelativeBorder="top" bottomRelativeOffset="106" locked="false" />
  276. <f:Rows>
  277. <f:Row />
  278. </f:Rows>
  279. <f:Columns>
  280. <f:Column />
  281. <f:Column />
  282. <f:Column />
  283. <f:Column />
  284. <f:Column />
  285. <f:Column />
  286. <f:Column />
  287. <f:Column />
  288. <f:Column />
  289. <f:Column />
  290. <f:Column />
  291. <f:Column />
  292. <f:Column />
  293. <f:Column />
  294. <f:Column />
  295. <f:Column />
  296. <f:Column />
  297. </f:Columns>
  298. <f:Body>
  299. <f:Cell id="text10" alias="文本10" styleID="2" left="1" right="1" top="1" bottom="1" type="constant">
  300. <f:DesignedCell locked="false" />
  301. <f:Data type="string">行号</f:Data>
  302. </f:Cell>
  303. <f:Cell id="text11" alias="文本11" styleID="2" left="2" right="2" top="1" bottom="1" type="constant">
  304. <f:DesignedCell locked="false" />
  305. <f:Data type="string">行类型</f:Data>
  306. </f:Cell>
  307. <f:Cell id="text12" alias="文本12" styleID="2" left="3" right="3" top="1" bottom="1" type="constant">
  308. <f:DesignedCell locked="false" />
  309. <f:Data type="string">物料组</f:Data>
  310. </f:Cell>
  311. <f:Cell id="text26" alias="文本26" styleID="2" left="4" right="4" top="1" bottom="1" type="constant">
  312. <f:DesignedCell locked="false" />
  313. <f:Data type="string">物料编码</f:Data>
  314. </f:Cell>
  315. <f:Cell id="text13" alias="文本13" styleID="2" left="5" right="5" top="1" bottom="1" type="constant">
  316. <f:DesignedCell locked="false" />
  317. <f:Data type="string">物料名称</f:Data>
  318. </f:Cell>
  319. <f:Cell id="text14" alias="文本14" styleID="2" left="6" right="6" top="1" bottom="1" type="constant">
  320. <f:DesignedCell locked="false" />
  321. <f:Data type="string">数量</f:Data>
  322. </f:Cell>
  323. <f:Cell id="text15" alias="文本15" styleID="2" left="7" right="7" top="1" bottom="1" type="constant">
  324. <f:DesignedCell locked="false" />
  325. <f:Data type="string">数量从</f:Data>
  326. </f:Cell>
  327. <f:Cell id="text16" alias="文本16" styleID="2" left="8" right="8" top="1" bottom="1" type="constant">
  328. <f:DesignedCell locked="false" />
  329. <f:Data type="string">数量到</f:Data>
  330. </f:Cell>
  331. <f:Cell id="text17" alias="文本17" styleID="2" left="9" right="9" top="1" bottom="1" type="constant">
  332. <f:DesignedCell locked="false" />
  333. <f:Data type="string">单价</f:Data>
  334. </f:Cell>
  335. <f:Cell id="text18" alias="文本18" styleID="2" left="10" right="10" top="1" bottom="1" type="constant">
  336. <f:DesignedCell locked="false" />
  337. <f:Data type="string">税率</f:Data>
  338. </f:Cell>
  339. <f:Cell id="text19" alias="文本19" styleID="2" left="11" right="11" top="1" bottom="1" type="constant">
  340. <f:DesignedCell locked="false" />
  341. <f:Data type="string">含税单价</f:Data>
  342. </f:Cell>
  343. <f:Cell id="text20" alias="文本20" styleID="2" left="12" right="12" top="1" bottom="1" type="constant">
  344. <f:DesignedCell locked="false" />
  345. <f:Data type="string">折扣</f:Data>
  346. </f:Cell>
  347. <f:Cell id="text21" alias="文本21" styleID="2" left="13" right="13" top="1" bottom="1" type="constant">
  348. <f:DesignedCell locked="false" />
  349. <f:Data type="string">实际含税单价</f:Data>
  350. </f:Cell>
  351. <f:Cell id="text25" alias="文本25" styleID="2" left="14" right="14" top="1" bottom="1" type="constant">
  352. <f:DesignedCell locked="false" />
  353. <f:Data type="string">实际单价</f:Data>
  354. </f:Cell>
  355. <f:Cell id="text22" alias="文本22" styleID="2" left="15" right="15" top="1" bottom="1" type="constant">
  356. <f:DesignedCell locked="false" />
  357. <f:Data type="string">运费</f:Data>
  358. </f:Cell>
  359. <f:Cell id="text23" alias="文本23" styleID="2" left="16" right="16" top="1" bottom="1" type="constant">
  360. <f:DesignedCell locked="false" />
  361. <f:Data type="string">包装费</f:Data>
  362. </f:Cell>
  363. <f:Cell id="text24" alias="文本24" styleID="2" left="17" right="17" top="1" bottom="1" type="constant">
  364. <f:DesignedCell locked="false" />
  365. <f:Data type="string">采购提前期</f:Data>
  366. </f:Cell>
  367. </f:Body>
  368. </f:Table>
  369. <f:Area id="loop1" alias="循环区1" styleID="4" left="[page1.left]" right="[loop1.left]+2590.0" top="[page1.top]+477.0" bottom="[loop1.top]+620.0" nextAreaID="loop1">
  370. <f:DesignedArea leftLocationType="relative" leftRelativeObjID="page1" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="loop1" rightRelativeBorder="left" rightRelativeOffset="2590" topLocationType="relative" topRelativeObjID="page1" topRelativeBorder="top" topRelativeOffset="477" bottomLocationType="relative" bottomRelativeObjID="loop1" bottomRelativeBorder="top" bottomRelativeOffset="620" locked="false" />
  371. <f:Table id="table1" alias="网格容器1" styleID="3" left="[loop1.left]" right="[table1.left]+2590.0" top="[loop1.top]" bottom="[table1.top]+108.0" dataSourceID="PurQuotationQuery.bos-query">
  372. <f:DesignedTable layout="auto" leftLocationType="relative" leftRelativeObjID="loop1" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="table1" rightRelativeBorder="left" rightRelativeOffset="2590" topLocationType="relative" topRelativeObjID="loop1" topRelativeBorder="top" topRelativeOffset="0" bottomLocationType="relative" bottomRelativeObjID="table1" bottomRelativeBorder="top" bottomRelativeOffset="108" locked="false" />
  373. <f:Rows>
  374. <f:Row />
  375. </f:Rows>
  376. <f:Columns>
  377. <f:Column />
  378. <f:Column />
  379. <f:Column />
  380. <f:Column />
  381. <f:Column />
  382. <f:Column />
  383. <f:Column />
  384. <f:Column />
  385. <f:Column />
  386. <f:Column />
  387. <f:Column />
  388. <f:Column />
  389. <f:Column />
  390. <f:Column />
  391. <f:Column />
  392. <f:Column />
  393. <f:Column />
  394. </f:Columns>
  395. <f:Body>
  396. <f:Cell id="field13" alias="字段13" styleID="2" left="1" right="1" top="1" bottom="1" type="field">
  397. <f:DesignedCell text="单据分录序列号" locked="false" />
  398. <f:Data type="string">entries.seq</f:Data>
  399. </f:Cell>
  400. <f:Cell id="field9" alias="字段9" styleID="2" left="2" right="2" top="1" bottom="1" type="field">
  401. <f:DesignedCell text="行类型" locked="false" />
  402. <f:Data type="string">entries.rowType</f:Data>
  403. </f:Cell>
  404. <f:Cell id="field10" alias="字段10" styleID="2" left="3" right="3" top="1" bottom="1" type="field">
  405. <f:DesignedCell text="物料组" locked="false" />
  406. <f:Data type="string">entries.materialGroup</f:Data>
  407. </f:Cell>
  408. <f:Cell id="field25" alias="字段25" styleID="2" left="4" right="4" top="1" bottom="1" type="field">
  409. <f:DesignedCell text="物料编码" locked="false" />
  410. <f:Data type="string">material.number</f:Data>
  411. </f:Cell>
  412. <f:Cell id="field12" alias="字段12" styleID="2" left="5" right="5" top="1" bottom="1" type="field">
  413. <f:DesignedCell text="物料名称" locked="false" />
  414. <f:Data type="string">material.name</f:Data>
  415. </f:Cell>
  416. <f:Cell id="field11" alias="字段11" styleID="2" left="6" right="6" top="1" bottom="1" type="field">
  417. <f:DesignedCell text="数量" locked="false" />
  418. <f:Data type="string">entries.amount</f:Data>
  419. </f:Cell>
  420. <f:Cell id="field14" alias="字段14" styleID="2" left="7" right="7" top="1" bottom="1" type="field">
  421. <f:DesignedCell text="数量从" locked="false" />
  422. <f:Data type="string">entries.qtyFrom</f:Data>
  423. </f:Cell>
  424. <f:Cell id="field15" alias="字段15" styleID="2" left="8" right="8" top="1" bottom="1" type="field">
  425. <f:DesignedCell text="数量到" locked="false" />
  426. <f:Data type="string">entries.qtyTo</f:Data>
  427. </f:Cell>
  428. <f:Cell id="field16" alias="字段16" styleID="2" left="9" right="9" top="1" bottom="1" type="field">
  429. <f:DesignedCell text="单价" locked="false" />
  430. <f:Data type="string">entries.price</f:Data>
  431. </f:Cell>
  432. <f:Cell id="field18" alias="字段18" styleID="2" left="10" right="10" top="1" bottom="1" type="field">
  433. <f:DesignedCell text="税率" locked="false" />
  434. <f:Data type="string">entries.taxRate</f:Data>
  435. </f:Cell>
  436. <f:Cell id="field17" alias="字段17" styleID="2" left="11" right="11" top="1" bottom="1" type="field">
  437. <f:DesignedCell text="含税单价" locked="false" />
  438. <f:Data type="string">entries.taxPrice</f:Data>
  439. </f:Cell>
  440. <f:Cell id="field19" alias="字段19" styleID="2" left="12" right="12" top="1" bottom="1" type="field">
  441. <f:DesignedCell text="折扣" locked="false" />
  442. <f:Data type="string">entries.discount</f:Data>
  443. </f:Cell>
  444. <f:Cell id="field20" alias="字段20" styleID="2" left="13" right="13" top="1" bottom="1" type="field">
  445. <f:DesignedCell text="实际含税单价" locked="false" />
  446. <f:Data type="string">entries.actualTaxPrice</f:Data>
  447. </f:Cell>
  448. <f:Cell id="field22" alias="字段22" styleID="2" left="14" right="14" top="1" bottom="1" type="field">
  449. <f:DesignedCell text="实际单价" locked="false" />
  450. <f:Data type="string">actualPrice</f:Data>
  451. </f:Cell>
  452. <f:Cell id="field24" alias="字段24" styleID="2" left="15" right="15" top="1" bottom="1" type="field">
  453. <f:DesignedCell text="运费" locked="false" />
  454. <f:Data type="string">entries.carriage</f:Data>
  455. </f:Cell>
  456. <f:Cell id="field23" alias="字段23" styleID="2" left="16" right="16" top="1" bottom="1" type="field">
  457. <f:DesignedCell text="包装费" locked="false" />
  458. <f:Data type="string">entries.packagingExp</f:Data>
  459. </f:Cell>
  460. <f:Cell id="field21" alias="字段21" styleID="2" left="17" right="17" top="1" bottom="1" type="field">
  461. <f:DesignedCell text="采购提前期" locked="false" />
  462. <f:Data type="string">entries.purAdvanceDate</f:Data>
  463. </f:Cell>
  464. </f:Body>
  465. </f:Table>
  466. </f:Area>
  467. </f:Page>
  468. </Form>
  469. <PrintInfo>
  470. <c:PageSetup>
  471. <c:PageMargin left="190" right="190" top="250" bottom="250" header="80" footer="80" />
  472. <c:Orientation>LANDSCAPE</c:Orientation>
  473. <c:PaperSizeName>iso-a4</c:PaperSizeName>
  474. <c:Header height="80" margin="80" />
  475. <c:Footer height="80" margin="80" />
  476. </c:PageSetup>
  477. <c:PrinterSetup />
  478. </PrintInfo>
  479. </DocRoot>