123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480 |
- <?xml version="1.0" encoding="UTF-8"?>
- <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">
- <DocInfo>
- <c:Created>Sun Jul 26 21:19:09 CST 2009</c:Created>
- <c:Company>kingdee.com</c:Company>
- <c:LastModified>Thu Sep 06 14:15:21 CST 2012</c:LastModified>
- <c:Author>null</c:Author>
- </DocInfo>
- <DataSources version="2.0">
- <c:DataSource id="PurQuotationQuery.bos-query">
- <c:Reference />
- <c:Params />
- </c:DataSource>
- </DataSources>
- <DataObjects version="1.0">
- <DataObject name="PurQuotationQuery.bos-query" alias.zh_CN="采购报价单" alias="#1">
- <CommonQuery name="PurQuotationQuery.bos-query" alias.zh_CN="采购报价单" alias="#1">
- <Outputs>
- <Columns>
- <Column name="id" alias.zh_CN="ID" alias="#1" dataType="binary" expr="[PurQuotationQuery].[id]" order="0" />
- <Column name="number" alias.zh_CN="采购报价单号" alias="#1" dataType="string" expr="[PurQuotationQuery].[number]" order="0" />
- <Column name="bizDate" alias.zh_CN="报价日期" alias="#1" dataType="datetime" expr="[PurQuotationQuery].[bizDate]" order="0" />
- <Column name="baseStatus" alias.zh_CN="单据状态" alias="#1" dataType="null" expr="[PurQuotationQuery].[baseStatus]" order="0" />
- <Column name="supplier.id" alias.zh_CN="ID" alias="#1" dataType="binary" expr="[PurQuotationQuery].[supplier.id]" order="0" />
- <Column name="supplier.name" alias.zh_CN="供应商" alias="#1" dataType="string" expr="[PurQuotationQuery].[supplier.name]" order="0" />
- <Column name="purchaseOrgUnit.id" alias.zh_CN="ID" alias="#1" dataType="binary" expr="[PurQuotationQuery].[purchaseOrgUnit.id]" order="0" />
- <Column name="purchaseOrgUnit.name" alias.zh_CN="采购组织" alias="#1" dataType="string" expr="[PurQuotationQuery].[purchaseOrgUnit.name]" order="0" />
- <Column name="purchaseGroup.id" alias.zh_CN="ID" alias="#1" dataType="binary" expr="[PurQuotationQuery].[purchaseGroup.id]" order="0" />
- <Column name="purchaseGroup.name" alias.zh_CN="采购组" alias="#1" dataType="string" expr="[PurQuotationQuery].[purchaseGroup.name]" order="0" />
- <Column name="purchasePerson.id" alias.zh_CN="ID" alias="#1" dataType="binary" expr="[PurQuotationQuery].[purchasePerson.id]" order="0" />
- <Column name="purchasePerson.name" alias.zh_CN="采购员" alias="#1" dataType="string" expr="[PurQuotationQuery].[purchasePerson.name]" order="0" />
- <Column name="currency.id" alias.zh_CN="ID" alias="#1" dataType="binary" expr="[PurQuotationQuery].[currency.id]" order="0" />
- <Column name="currency.name" alias.zh_CN="币别" alias="#1" dataType="string" expr="[PurQuotationQuery].[currency.name]" order="0" />
- <Column name="exchangeRate" alias.zh_CN="汇率" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[exchangeRate]" order="0" />
- <Column name="disibleDate" alias.zh_CN="报价截止日期" alias="#1" dataType="datetime" expr="[PurQuotationQuery].[disibleDate]" order="0" />
- <Column name="entry.id" alias.zh_CN="ID" alias="#1" dataType="binary" expr="[PurQuotationQuery].[entry.id]" order="0" />
- <Column name="entries.seq" alias.zh_CN="单据分录序列号" alias="#1" dataType="integer" expr="[PurQuotationQuery].[entries.seq]" order="0" />
- <Column name="material.id" alias.zh_CN="ID" alias="#1" dataType="binary" expr="[PurQuotationQuery].[material.id]" order="0" />
- <Column name="material.number" alias.zh_CN="物料编码" alias="#1" dataType="string" expr="[PurQuotationQuery].[material.number]" order="0" />
- <Column name="material.name" alias.zh_CN="物料名称" alias="#1" dataType="string" expr="[PurQuotationQuery].[material.name]" order="0" />
- <Column name="unit.id" alias.zh_CN="ID" alias="#1" dataType="binary" expr="[PurQuotationQuery].[unit.id]" order="0" />
- <Column name="unit.name" alias.zh_CN="计量单位" alias="#1" dataType="string" expr="[PurQuotationQuery].[unit.name]" order="0" />
- <Column name="entries.qtyFrom" alias.zh_CN="数量从" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[entries.qtyFrom]" order="0" />
- <Column name="entries.qtyTo" alias.zh_CN="数量到" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[entries.qtyTo]" order="0" />
- <Column name="entries.price" alias.zh_CN="单价" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[entries.price]" order="0" />
- <Column name="entries.taxRate" alias.zh_CN="税率" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[entries.taxRate]" order="0" />
- <Column name="entries.taxPrice" alias.zh_CN="含税单价" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[entries.taxPrice]" order="0" />
- <Column name="entries.discount" alias.zh_CN="折扣" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[entries.discount]" order="0" />
- <Column name="entries.actualTaxPrice" alias.zh_CN="实际含税单价" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[entries.actualTaxPrice]" order="0" />
- <Column name="entries.remark" alias.zh_CN="分录备注" alias="#1" dataType="string" expr="[PurQuotationQuery].[entries.remark]" order="0" />
- <Column name="creator.name" alias.zh_CN="制单人" alias="#1" dataType="string" expr="[PurQuotationQuery].[creator.name]" order="0" />
- <Column name="modifier.name" alias.zh_CN="修改人" alias="#1" dataType="string" expr="[PurQuotationQuery].[modifier.name]" order="0" />
- <Column name="auditor.name" alias.zh_CN="审核人" alias="#1" dataType="string" expr="[PurQuotationQuery].[auditor.name]" order="0" />
- <Column name="createTime" alias.zh_CN="制单日期" alias="#1" dataType="datetime" expr="[PurQuotationQuery].[createTime]" order="0" />
- <Column name="modifyTime" alias.zh_CN="修改日期" alias="#1" dataType="datetime" expr="[PurQuotationQuery].[modifyTime]" order="0" />
- <Column name="auditTime" alias.zh_CN="审核日期" alias="#1" dataType="datetime" expr="[PurQuotationQuery].[auditTime]" order="0" />
- <Column name="purQuotationPlanID" alias.zh_CN="采购询价计划单号" alias="#1" dataType="string" expr="[PurQuotationQuery].[purQuotationPlanID]" order="0" />
- <Column name="paymentType" alias.zh_CN="付款方式" alias="#1" dataType="string" expr="[PurQuotationQuery].[paymentType]" order="0" />
- <Column name="paymentCondition" alias.zh_CN="付款条件" alias="#1" dataType="string" expr="[PurQuotationQuery].[paymentCondition]" order="0" />
- <Column name="unEffectiveTime" alias.zh_CN="失效日期" alias="#1" dataType="datetime" expr="[PurQuotationQuery].[unEffectiveTime]" order="0" />
- <Column name="quoteType" alias.zh_CN="报价方式" alias="#1" dataType="null" expr="[PurQuotationQuery].[quoteType]" order="0" />
- <Column name="entries.rowType" alias.zh_CN="行类型" alias="#1" dataType="string" expr="[PurQuotationQuery].[entries.rowType]" order="0" />
- <Column name="entries.materialGroup" alias.zh_CN="物料组" alias="#1" dataType="string" expr="[PurQuotationQuery].[entries.materialGroup]" order="0" />
- <Column name="entries.amount" alias.zh_CN="数量" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[entries.amount]" order="0" />
- <Column name="entries.packagingExp" alias.zh_CN="包装费" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[entries.packagingExp]" order="0" />
- <Column name="entries.carriage" alias.zh_CN="运费" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[entries.carriage]" order="0" />
- <Column name="entries.incidentalExpenses" alias.zh_CN="杂费" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[entries.incidentalExpenses]" order="0" />
- <Column name="enabledDate" alias.zh_CN="生效日期" alias="#1" dataType="datetime" expr="[PurQuotationQuery].[enabledDate]" order="0" />
- <Column name="entries.consignmentAddress" alias.zh_CN="交货地址" alias="#1" dataType="string" expr="[PurQuotationQuery].[entries.consignmentAddress]" order="0" />
- <Column name="entries.purAdvanceDate" alias.zh_CN="采购提前期" alias="#1" dataType="integer" expr="[PurQuotationQuery].[entries.purAdvanceDate]" order="0" />
- <Column name="material.model" alias.zh_CN="规格型号" alias="#1" dataType="string" expr="[PurQuotationQuery].[material.model]" order="0" />
- <Column name="description" alias.zh_CN="备注" alias="#1" dataType="string" expr="[PurQuotationQuery].[description]" order="0" />
- <Column name="entries.comsignmentType" alias.zh_CN="交货方式" alias="#1" dataType="null" expr="[PurQuotationQuery].[entries.comsignmentType]" order="0" />
- <Column name="entries.comsignmentDate" alias.zh_CN="交货日期" alias="#1" dataType="datetime" expr="[PurQuotationQuery].[entries.comsignmentDate]" order="0" />
- <Column name="actualPrice" alias.zh_CN="实际单价" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[actualPrice]" order="0" />
- <Column name="entries.insureQualityDate" alias.zh_CN="保质期" alias="#1" dataType="integer" expr="[PurQuotationQuery].[entries.insureQualityDate]" order="0" />
- <Column name="discountType" alias.zh_CN="折扣方式" alias="#1" dataType="null" expr="[PurQuotationQuery].[discountType]" order="0" />
- <Column name="period" dataType="integer" expr="[PurQuotationQuery].[period]" order="0" />
- <Column name="revenue" alias.zh_CN="是否含税" alias="#1" dataType="boolean" expr="[PurQuotationQuery].[revenue]" order="0" />
- </Columns>
- </Outputs>
- <Query version="1.0" type="bos.query">
- <Columns>
- <Column name="id" alias.zh_CN="ID" alias="#1" dataType="binary" expr="[PurQuotationQuery].[id]" />
- <Column name="number" alias.zh_CN="采购报价单号" alias="#1" dataType="string" expr="[PurQuotationQuery].[number]" />
- <Column name="bizDate" alias.zh_CN="报价日期" alias="#1" dataType="datetime" expr="[PurQuotationQuery].[bizDate]" />
- <Column name="baseStatus" alias.zh_CN="单据状态" alias="#1" dataType="null" expr="[PurQuotationQuery].[baseStatus]" />
- <Column name="supplier.id" alias.zh_CN="ID" alias="#1" dataType="binary" expr="[PurQuotationQuery].[supplier.id]" />
- <Column name="supplier.name" alias.zh_CN="供应商" alias="#1" dataType="string" expr="[PurQuotationQuery].[supplier.name]" />
- <Column name="purchaseOrgUnit.id" alias.zh_CN="ID" alias="#1" dataType="binary" expr="[PurQuotationQuery].[purchaseOrgUnit.id]" />
- <Column name="purchaseOrgUnit.name" alias.zh_CN="采购组织" alias="#1" dataType="string" expr="[PurQuotationQuery].[purchaseOrgUnit.name]" />
- <Column name="purchaseGroup.id" alias.zh_CN="ID" alias="#1" dataType="binary" expr="[PurQuotationQuery].[purchaseGroup.id]" />
- <Column name="purchaseGroup.name" alias.zh_CN="采购组" alias="#1" dataType="string" expr="[PurQuotationQuery].[purchaseGroup.name]" />
- <Column name="purchasePerson.id" alias.zh_CN="ID" alias="#1" dataType="binary" expr="[PurQuotationQuery].[purchasePerson.id]" />
- <Column name="purchasePerson.name" alias.zh_CN="采购员" alias="#1" dataType="string" expr="[PurQuotationQuery].[purchasePerson.name]" />
- <Column name="currency.id" alias.zh_CN="ID" alias="#1" dataType="binary" expr="[PurQuotationQuery].[currency.id]" />
- <Column name="currency.name" alias.zh_CN="币别" alias="#1" dataType="string" expr="[PurQuotationQuery].[currency.name]" />
- <Column name="exchangeRate" alias.zh_CN="汇率" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[exchangeRate]" />
- <Column name="disibleDate" alias.zh_CN="报价截止日期" alias="#1" dataType="datetime" expr="[PurQuotationQuery].[disibleDate]" />
- <Column name="entry.id" alias.zh_CN="ID" alias="#1" dataType="binary" expr="[PurQuotationQuery].[entry.id]" />
- <Column name="entries.seq" alias.zh_CN="单据分录序列号" alias="#1" dataType="integer" expr="[PurQuotationQuery].[entries.seq]" />
- <Column name="material.id" alias.zh_CN="ID" alias="#1" dataType="binary" expr="[PurQuotationQuery].[material.id]" />
- <Column name="material.number" alias.zh_CN="物料编码" alias="#1" dataType="string" expr="[PurQuotationQuery].[material.number]" />
- <Column name="material.name" alias.zh_CN="物料名称" alias="#1" dataType="string" expr="[PurQuotationQuery].[material.name]" />
- <Column name="unit.id" alias.zh_CN="ID" alias="#1" dataType="binary" expr="[PurQuotationQuery].[unit.id]" />
- <Column name="unit.name" alias.zh_CN="计量单位" alias="#1" dataType="string" expr="[PurQuotationQuery].[unit.name]" />
- <Column name="entries.qtyFrom" alias.zh_CN="数量从" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[entries.qtyFrom]" />
- <Column name="entries.qtyTo" alias.zh_CN="数量到" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[entries.qtyTo]" />
- <Column name="entries.price" alias.zh_CN="单价" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[entries.price]" />
- <Column name="entries.taxRate" alias.zh_CN="税率" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[entries.taxRate]" />
- <Column name="entries.taxPrice" alias.zh_CN="含税单价" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[entries.taxPrice]" />
- <Column name="entries.discount" alias.zh_CN="折扣" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[entries.discount]" />
- <Column name="entries.actualTaxPrice" alias.zh_CN="实际含税单价" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[entries.actualTaxPrice]" />
- <Column name="entries.remark" alias.zh_CN="分录备注" alias="#1" dataType="string" expr="[PurQuotationQuery].[entries.remark]" />
- <Column name="creator.name" alias.zh_CN="制单人" alias="#1" dataType="string" expr="[PurQuotationQuery].[creator.name]" />
- <Column name="modifier.name" alias.zh_CN="修改人" alias="#1" dataType="string" expr="[PurQuotationQuery].[modifier.name]" />
- <Column name="auditor.name" alias.zh_CN="审核人" alias="#1" dataType="string" expr="[PurQuotationQuery].[auditor.name]" />
- <Column name="createTime" alias.zh_CN="制单日期" alias="#1" dataType="datetime" expr="[PurQuotationQuery].[createTime]" />
- <Column name="modifyTime" alias.zh_CN="修改日期" alias="#1" dataType="datetime" expr="[PurQuotationQuery].[modifyTime]" />
- <Column name="auditTime" alias.zh_CN="审核日期" alias="#1" dataType="datetime" expr="[PurQuotationQuery].[auditTime]" />
- <Column name="purQuotationPlanID" alias.zh_CN="采购询价计划单号" alias="#1" dataType="string" expr="[PurQuotationQuery].[purQuotationPlanID]" />
- <Column name="paymentType" alias.zh_CN="付款方式" alias="#1" dataType="string" expr="[PurQuotationQuery].[paymentType]" />
- <Column name="paymentCondition" alias.zh_CN="付款条件" alias="#1" dataType="string" expr="[PurQuotationQuery].[paymentCondition]" />
- <Column name="unEffectiveTime" alias.zh_CN="失效日期" alias="#1" dataType="datetime" expr="[PurQuotationQuery].[unEffectiveTime]" />
- <Column name="quoteType" alias.zh_CN="报价方式" alias="#1" dataType="null" expr="[PurQuotationQuery].[quoteType]" />
- <Column name="entries.rowType" alias.zh_CN="行类型" alias="#1" dataType="string" expr="[PurQuotationQuery].[entries.rowType]" />
- <Column name="entries.materialGroup" alias.zh_CN="物料组" alias="#1" dataType="string" expr="[PurQuotationQuery].[entries.materialGroup]" />
- <Column name="entries.amount" alias.zh_CN="数量" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[entries.amount]" />
- <Column name="entries.packagingExp" alias.zh_CN="包装费" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[entries.packagingExp]" />
- <Column name="entries.carriage" alias.zh_CN="运费" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[entries.carriage]" />
- <Column name="entries.incidentalExpenses" alias.zh_CN="杂费" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[entries.incidentalExpenses]" />
- <Column name="enabledDate" alias.zh_CN="生效日期" alias="#1" dataType="datetime" expr="[PurQuotationQuery].[enabledDate]" />
- <Column name="entries.consignmentAddress" alias.zh_CN="交货地址" alias="#1" dataType="string" expr="[PurQuotationQuery].[entries.consignmentAddress]" />
- <Column name="entries.purAdvanceDate" alias.zh_CN="采购提前期" alias="#1" dataType="integer" expr="[PurQuotationQuery].[entries.purAdvanceDate]" />
- <Column name="material.model" alias.zh_CN="规格型号" alias="#1" dataType="string" expr="[PurQuotationQuery].[material.model]" />
- <Column name="description" alias.zh_CN="备注" alias="#1" dataType="string" expr="[PurQuotationQuery].[description]" />
- <Column name="entries.comsignmentType" alias.zh_CN="交货方式" alias="#1" dataType="null" expr="[PurQuotationQuery].[entries.comsignmentType]" />
- <Column name="entries.comsignmentDate" alias.zh_CN="交货日期" alias="#1" dataType="datetime" expr="[PurQuotationQuery].[entries.comsignmentDate]" />
- <Column name="actualPrice" alias.zh_CN="实际单价" alias="#1" dataType="decimal" expr="[PurQuotationQuery].[actualPrice]" />
- <Column name="entries.insureQualityDate" alias.zh_CN="保质期" alias="#1" dataType="integer" expr="[PurQuotationQuery].[entries.insureQualityDate]" />
- <Column name="discountType" alias.zh_CN="折扣方式" alias="#1" dataType="null" expr="[PurQuotationQuery].[discountType]" />
- <Column name="period" dataType="integer" expr="[PurQuotationQuery].[period]" />
- <Column name="revenue" alias.zh_CN="是否含税" alias="#1" dataType="boolean" expr="[PurQuotationQuery].[revenue]" />
- </Columns>
- <Tables />
- <Joins />
- <Orders />
- <Filter />
- <Content><![CDATA[PurQuotationQuery.bos-query]]></Content>
- </Query>
- <EXT />
- </CommonQuery>
- </DataObject>
- </DataObjects>
- <Styles version="1.0">
- <c:Style id="3">
- <c:Borders>
- <c:Border position="left" lineStyle="NullLine" />
- <c:Border position="top" lineStyle="NullLine" />
- <c:Border position="right" lineStyle="NullLine" />
- <c:Border position="bottom" lineStyle="NullLine" />
- </c:Borders>
- <c:Interior color="#ffffff" pattern="Solid" patternColor="#000000" />
- </c:Style>
- <c:Style id="2">
- <c:Font color="#000000" />
- <c:Borders>
- <c:Border position="left" lineStyle="Single" penStyle="Solid" color="#000000" />
- <c:Border position="top" lineStyle="Single" penStyle="Solid" color="#000000" />
- <c:Border position="right" lineStyle="Single" penStyle="Solid" color="#000000" />
- <c:Border position="bottom" lineStyle="Single" penStyle="Solid" color="#000000" />
- </c:Borders>
- <c:Interior color="#ffffff" pattern="Solid" patternColor="#000000" />
- </c:Style>
- <c:Style id="1">
- <c:Font fontName="宋体" size="18" color="#000000" bold="true" underline="false" italic="false" strikethrough="false" weight="400.0" />
- <c:Borders>
- <c:Border position="left" lineStyle="Single" penStyle="Solid" color="#000000" />
- <c:Border position="top" lineStyle="Single" penStyle="Solid" color="#000000" />
- <c:Border position="right" lineStyle="Single" penStyle="Solid" color="#000000" />
- <c:Border position="bottom" lineStyle="Single" penStyle="Solid" color="#000000" />
- <c:Border position="diagonalleft" lineStyle="NullLine" />
- <c:Border position="diagonalright" lineStyle="NullLine" />
- </c:Borders>
- <c:Interior color="#ffffff" pattern="Solid" patternColor="#000000" />
- <c:Alignment horizontal="center" vertical="middle" wrapText="false" rotate="0" shrink="false" lineSpace="0.0" padding="1,1,1,1" clip="true" />
- <c:Protection hidden="false" locked="false" />
- </c:Style>
- <c:Style id="0">
- <c:Interior color="#ffffff" pattern="Solid" patternColor="#000000" />
- </c:Style>
- <c:Style id="4">
- <c:Borders>
- <c:Border position="left" lineStyle="Single" penStyle="Dot" />
- <c:Border position="top" lineStyle="Single" penStyle="Dot" />
- <c:Border position="right" lineStyle="Single" penStyle="Dot" />
- <c:Border position="bottom" lineStyle="Single" penStyle="Dot" />
- </c:Borders>
- </c:Style>
- </Styles>
- <Headers />
- <Footers />
- <Form id="form1" alias="PurQuotation.kdrs-form" version="3.1">
- <f:Page id="page1" alias="页1" styleID="0" repeat="-1" dataSourceID="PurQuotationQuery.bos-query">
- <f:DesignedPage paperSize="iso-a4" objWidth="2590" objHeight="1600" widthLimitless="false" heightLimitless="false" />
- <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">
- <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" />
- <f:Data type="string">采购报价单</f:Data>
- </f:Cell>
- <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">
- <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" />
- <f:Data type="string">报价单号:</f:Data>
- </f:Cell>
- <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">
- <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" />
- <f:Data type="string">number</f:Data>
- </f:Cell>
- <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">
- <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" />
- <f:Data type="string">报价日期:</f:Data>
- </f:Cell>
- <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">
- <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" />
- <f:Data type="string">bizDate</f:Data>
- </f:Cell>
- <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">
- <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" />
- <f:Data type="string">供应商:</f:Data>
- </f:Cell>
- <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">
- <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" />
- <f:Data type="string">supplier.name</f:Data>
- </f:Cell>
- <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">
- <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" />
- <f:Data type="string">采购组织:</f:Data>
- </f:Cell>
- <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">
- <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" />
- <f:Data type="string">purchaseOrgUnit.name</f:Data>
- </f:Cell>
- <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">
- <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" />
- <f:Data type="string">币别:</f:Data>
- </f:Cell>
- <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">
- <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" />
- <f:Data type="string">currency.name</f:Data>
- </f:Cell>
- <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">
- <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" />
- <f:Data type="string">采购询价计划单号:</f:Data>
- </f:Cell>
- <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">
- <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" />
- <f:Data type="string">purQuotationPlanID</f:Data>
- </f:Cell>
- <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">
- <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" />
- <f:Data type="string">报价截止日期:</f:Data>
- </f:Cell>
- <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;@">
- <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" />
- <f:Data type="string">disibleDate</f:Data>
- </f:Cell>
- <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">
- <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" />
- <f:Data type="string">付款方式:</f:Data>
- </f:Cell>
- <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">
- <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" />
- <f:Data type="string">paymentType</f:Data>
- </f:Cell>
- <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">
- <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" />
- <f:Rows>
- <f:Row />
- </f:Rows>
- <f:Columns>
- <f:Column />
- <f:Column />
- <f:Column />
- <f:Column />
- <f:Column />
- <f:Column />
- <f:Column />
- <f:Column />
- <f:Column />
- <f:Column />
- <f:Column />
- <f:Column />
- <f:Column />
- <f:Column />
- <f:Column />
- <f:Column />
- <f:Column />
- </f:Columns>
- <f:Body>
- <f:Cell id="text10" alias="文本10" styleID="2" left="1" right="1" top="1" bottom="1" type="constant">
- <f:DesignedCell locked="false" />
- <f:Data type="string">行号</f:Data>
- </f:Cell>
- <f:Cell id="text11" alias="文本11" styleID="2" left="2" right="2" top="1" bottom="1" type="constant">
- <f:DesignedCell locked="false" />
- <f:Data type="string">行类型</f:Data>
- </f:Cell>
- <f:Cell id="text12" alias="文本12" styleID="2" left="3" right="3" top="1" bottom="1" type="constant">
- <f:DesignedCell locked="false" />
- <f:Data type="string">物料组</f:Data>
- </f:Cell>
- <f:Cell id="text26" alias="文本26" styleID="2" left="4" right="4" top="1" bottom="1" type="constant">
- <f:DesignedCell locked="false" />
- <f:Data type="string">物料编码</f:Data>
- </f:Cell>
- <f:Cell id="text13" alias="文本13" styleID="2" left="5" right="5" top="1" bottom="1" type="constant">
- <f:DesignedCell locked="false" />
- <f:Data type="string">物料名称</f:Data>
- </f:Cell>
- <f:Cell id="text14" alias="文本14" styleID="2" left="6" right="6" top="1" bottom="1" type="constant">
- <f:DesignedCell locked="false" />
- <f:Data type="string">数量</f:Data>
- </f:Cell>
- <f:Cell id="text15" alias="文本15" styleID="2" left="7" right="7" top="1" bottom="1" type="constant">
- <f:DesignedCell locked="false" />
- <f:Data type="string">数量从</f:Data>
- </f:Cell>
- <f:Cell id="text16" alias="文本16" styleID="2" left="8" right="8" top="1" bottom="1" type="constant">
- <f:DesignedCell locked="false" />
- <f:Data type="string">数量到</f:Data>
- </f:Cell>
- <f:Cell id="text17" alias="文本17" styleID="2" left="9" right="9" top="1" bottom="1" type="constant">
- <f:DesignedCell locked="false" />
- <f:Data type="string">单价</f:Data>
- </f:Cell>
- <f:Cell id="text18" alias="文本18" styleID="2" left="10" right="10" top="1" bottom="1" type="constant">
- <f:DesignedCell locked="false" />
- <f:Data type="string">税率</f:Data>
- </f:Cell>
- <f:Cell id="text19" alias="文本19" styleID="2" left="11" right="11" top="1" bottom="1" type="constant">
- <f:DesignedCell locked="false" />
- <f:Data type="string">含税单价</f:Data>
- </f:Cell>
- <f:Cell id="text20" alias="文本20" styleID="2" left="12" right="12" top="1" bottom="1" type="constant">
- <f:DesignedCell locked="false" />
- <f:Data type="string">折扣</f:Data>
- </f:Cell>
- <f:Cell id="text21" alias="文本21" styleID="2" left="13" right="13" top="1" bottom="1" type="constant">
- <f:DesignedCell locked="false" />
- <f:Data type="string">实际含税单价</f:Data>
- </f:Cell>
- <f:Cell id="text25" alias="文本25" styleID="2" left="14" right="14" top="1" bottom="1" type="constant">
- <f:DesignedCell locked="false" />
- <f:Data type="string">实际单价</f:Data>
- </f:Cell>
- <f:Cell id="text22" alias="文本22" styleID="2" left="15" right="15" top="1" bottom="1" type="constant">
- <f:DesignedCell locked="false" />
- <f:Data type="string">运费</f:Data>
- </f:Cell>
- <f:Cell id="text23" alias="文本23" styleID="2" left="16" right="16" top="1" bottom="1" type="constant">
- <f:DesignedCell locked="false" />
- <f:Data type="string">包装费</f:Data>
- </f:Cell>
- <f:Cell id="text24" alias="文本24" styleID="2" left="17" right="17" top="1" bottom="1" type="constant">
- <f:DesignedCell locked="false" />
- <f:Data type="string">采购提前期</f:Data>
- </f:Cell>
- </f:Body>
- </f:Table>
- <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">
- <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" />
- <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">
- <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" />
- <f:Rows>
- <f:Row />
- </f:Rows>
- <f:Columns>
- <f:Column />
- <f:Column />
- <f:Column />
- <f:Column />
- <f:Column />
- <f:Column />
- <f:Column />
- <f:Column />
- <f:Column />
- <f:Column />
- <f:Column />
- <f:Column />
- <f:Column />
- <f:Column />
- <f:Column />
- <f:Column />
- <f:Column />
- </f:Columns>
- <f:Body>
- <f:Cell id="field13" alias="字段13" styleID="2" left="1" right="1" top="1" bottom="1" type="field">
- <f:DesignedCell text="单据分录序列号" locked="false" />
- <f:Data type="string">entries.seq</f:Data>
- </f:Cell>
- <f:Cell id="field9" alias="字段9" styleID="2" left="2" right="2" top="1" bottom="1" type="field">
- <f:DesignedCell text="行类型" locked="false" />
- <f:Data type="string">entries.rowType</f:Data>
- </f:Cell>
- <f:Cell id="field10" alias="字段10" styleID="2" left="3" right="3" top="1" bottom="1" type="field">
- <f:DesignedCell text="物料组" locked="false" />
- <f:Data type="string">entries.materialGroup</f:Data>
- </f:Cell>
- <f:Cell id="field25" alias="字段25" styleID="2" left="4" right="4" top="1" bottom="1" type="field">
- <f:DesignedCell text="物料编码" locked="false" />
- <f:Data type="string">material.number</f:Data>
- </f:Cell>
- <f:Cell id="field12" alias="字段12" styleID="2" left="5" right="5" top="1" bottom="1" type="field">
- <f:DesignedCell text="物料名称" locked="false" />
- <f:Data type="string">material.name</f:Data>
- </f:Cell>
- <f:Cell id="field11" alias="字段11" styleID="2" left="6" right="6" top="1" bottom="1" type="field">
- <f:DesignedCell text="数量" locked="false" />
- <f:Data type="string">entries.amount</f:Data>
- </f:Cell>
- <f:Cell id="field14" alias="字段14" styleID="2" left="7" right="7" top="1" bottom="1" type="field">
- <f:DesignedCell text="数量从" locked="false" />
- <f:Data type="string">entries.qtyFrom</f:Data>
- </f:Cell>
- <f:Cell id="field15" alias="字段15" styleID="2" left="8" right="8" top="1" bottom="1" type="field">
- <f:DesignedCell text="数量到" locked="false" />
- <f:Data type="string">entries.qtyTo</f:Data>
- </f:Cell>
- <f:Cell id="field16" alias="字段16" styleID="2" left="9" right="9" top="1" bottom="1" type="field">
- <f:DesignedCell text="单价" locked="false" />
- <f:Data type="string">entries.price</f:Data>
- </f:Cell>
- <f:Cell id="field18" alias="字段18" styleID="2" left="10" right="10" top="1" bottom="1" type="field">
- <f:DesignedCell text="税率" locked="false" />
- <f:Data type="string">entries.taxRate</f:Data>
- </f:Cell>
- <f:Cell id="field17" alias="字段17" styleID="2" left="11" right="11" top="1" bottom="1" type="field">
- <f:DesignedCell text="含税单价" locked="false" />
- <f:Data type="string">entries.taxPrice</f:Data>
- </f:Cell>
- <f:Cell id="field19" alias="字段19" styleID="2" left="12" right="12" top="1" bottom="1" type="field">
- <f:DesignedCell text="折扣" locked="false" />
- <f:Data type="string">entries.discount</f:Data>
- </f:Cell>
- <f:Cell id="field20" alias="字段20" styleID="2" left="13" right="13" top="1" bottom="1" type="field">
- <f:DesignedCell text="实际含税单价" locked="false" />
- <f:Data type="string">entries.actualTaxPrice</f:Data>
- </f:Cell>
- <f:Cell id="field22" alias="字段22" styleID="2" left="14" right="14" top="1" bottom="1" type="field">
- <f:DesignedCell text="实际单价" locked="false" />
- <f:Data type="string">actualPrice</f:Data>
- </f:Cell>
- <f:Cell id="field24" alias="字段24" styleID="2" left="15" right="15" top="1" bottom="1" type="field">
- <f:DesignedCell text="运费" locked="false" />
- <f:Data type="string">entries.carriage</f:Data>
- </f:Cell>
- <f:Cell id="field23" alias="字段23" styleID="2" left="16" right="16" top="1" bottom="1" type="field">
- <f:DesignedCell text="包装费" locked="false" />
- <f:Data type="string">entries.packagingExp</f:Data>
- </f:Cell>
- <f:Cell id="field21" alias="字段21" styleID="2" left="17" right="17" top="1" bottom="1" type="field">
- <f:DesignedCell text="采购提前期" locked="false" />
- <f:Data type="string">entries.purAdvanceDate</f:Data>
- </f:Cell>
- </f:Body>
- </f:Table>
- </f:Area>
- </f:Page>
- </Form>
- <PrintInfo>
- <c:PageSetup>
- <c:PageMargin left="190" right="190" top="250" bottom="250" header="80" footer="80" />
- <c:Orientation>LANDSCAPE</c:Orientation>
- <c:PaperSizeName>iso-a4</c:PaperSizeName>
- <c:Header height="80" margin="80" />
- <c:Footer height="80" margin="80" />
- </c:PageSetup>
- <c:PrinterSetup />
- </PrintInfo>
- </DocRoot>
|