小票模板
收银系统原创小票模板大约 11 分钟约 3373 字
1. 小票模板文件
d:\POS\thermal_receipt.xml
2. 小票模板文件说明
<Receipt>
<Action Name="Header">
<Section Name="Main">
<Phrase Type="BMP" Text="1" H="200" />
<Phrase Type="Postion" L="0" H="20"/>
<Phrase Type="Text" Text="#Store_Name" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Text" Text="" Format="{0}" />
<Phrase Type="Postion" L="0" H="20"/>
<Phrase Type="Text" Text="#Store_Address" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Postion" L="0" H="20"/>
<Phrase Type="Text" Text="电话:010-64928950" Format="{0}" />
<Phrase Type="Postion" L="0" H="340"/>
<Phrase Type="Text" Text="#Ticket_Date" Format="{0:yyyy/MM/dd HH:mm:ss}" />
<Phrase Type="CR" />
<Phrase Type="Postion" L="0" H="20"/>
<Phrase Type="Text" Text="店号:" Format="{0}" />
<Phrase Type="Text" Text="#Store_Code" Format="{0}" />
<Phrase Type="Postion" L="0" H="450"/>
<Phrase Type="Text" Text="款台:" Format="{0}" />
<Phrase Type="Text" Text="#Ticket_POS" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Postion" L="0" H="20"/>
<Phrase Type="Text" Text="流水号:" Format="{0}" />
<Phrase Type="Text" Text="#Ticket_No" Format="{0}" />
<Phrase Type="HT" />
<Phrase Type="Postion" L="0" H="450"/>
<Phrase Type="Text" Text="收款员:" Format="{0}" />
<Phrase Type="Text" Text="#Ticket_Cashier" Format="{0}" />
<Phrase Type="CR" />
</Section>
<Section Name="OriTicket">
<Phrase Type="Text" Text="原款台:" Format="{0}" />
<Phrase Type="Text" Text="#Ori_Ticket_POS" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Text" Text="原小票号:" Format="{0}" />
<Phrase Type="Text" Text="#Ori_Ticket_No" Format="{0}" />
<Phrase Type="CR" />
</Section>
<Section Name="Title">
<Phrase Type="Text" Text="------------------------------------------------" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Postion" L="0" H="0"/>
<Phrase Type="Text" Text="条码/名称" Format="{0}" />
<Phrase Type="Postion" L="0" H="190"/>
<Phrase Type="HT" />
<Phrase Type="Text" Text="单价" Format="{0}" />
<Phrase Type="Postion" L="0" H="310"/>
<Phrase Type="HT" />
<Phrase Type="Text" Text="数量" Format="{0}" />
<Phrase Type="Postion" L="0" H="390"/>
<Phrase Type="HT" />
<Phrase Type="Text" Text="会员价" Format="{0}" />
<Phrase Type="Postion" L="0" H="520"/>
<Phrase Type="HT" />
<Phrase Type="Text" Text="金额" Format="{0}" />
<Phrase Type="HT" />
<Phrase Type="CR" />
</Section>
</Action>
<Action Name="AddItem">
<Section Name="Item">
<Phrase Type="Postion" L="0" H="0"/>
<Phrase Type="Text" Text="#Item_Code" Format="{0}" />
<Phrase Type="Postion" L="0" H="190"/>
<Phrase Type="Text" Text="#Item_Unit_Price" Format="{0}" />
<Phrase Type="Postion" L="0" H="310"/>
<Phrase Type="HT" />
<Phrase Type="Text" Text="#Item_Count" Format="{0}" />
<Phrase Type="Postion" L="0" H="390"/>
<Phrase Type="HT" />
<Phrase Type="Text" Text="#Item_VIP_Price" Format="{0}" />
<Phrase Type="Postion" L="0" H="520"/>
<Phrase Type="HT" />
<Phrase Type="Text" Text="#Item_Price" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Postion" L="0" H="0"/>
<Phrase Type="Text" Text="#Item_Name" Format="{0}" />
<Phrase Type="CR" />
</Section>
</Action>
<Action Name="Bill">
<Section Name="Main">
<Phrase Type="CR" />
<Phrase Type="Postion" L="0" H="20"/>
<Phrase Type="Text" Text="合 计:" Format="{0}" />
<Phrase Type="Postion" L="0" H="320"/>
<Phrase Type="HT" />
<Phrase Type="Text" Text="#Bill_TotalCount" Format="{0:0.}" />
<Phrase Type="Postion" L="0" H="390"/>
<Phrase Type="HT" />
<Phrase Type="Text" Text="#Bill_ReceiptVipTotalMoney" Format="{0}" />
<Phrase Type="Postion" L="0" H="520"/>
<Phrase Type="HT" />
<Phrase Type="Text" Text="#Bill_ReceiptTotalMoney" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Text" Text="------------------------------------------------" Format="{0}" />
<Phrase Type="CR" />
</Section>
<Section Name="VipDiscountMoney">
<Phrase Type="Postion" L="0" H="20"/>
<Phrase Type="Text" Text="会员折扣:" Format="{0}" />
<Phrase Type="Postion" L="0" H="520"/>
<Phrase Type="HT" />
<Phrase Type="Text" Text="#Bill_VipDiscountMoney" Format="{0}" />
<Phrase Type="CR" />
</Section>
<Section Name="OtherDiscountMoney">
<Phrase Type="Postion" L="0" H="20"/>
<Phrase Type="Text" Text="其它折扣" Format="{0}" />
<Phrase Type="Postion" L="0" H="520"/>
<Phrase Type="HT" />
<Phrase Type="Text" Text="#Bill_OtherDiscountMoney" Format="{0}" />
<Phrase Type="CR" />
</Section>
<Section Name="GiftMoney">
<Phrase Type="Postion" L="0" H="20"/>
<Phrase Type="Text" Text="赠品金额:" Format="{0}" />
<Phrase Type="Postion" L="0" H="520"/>
<Phrase Type="HT" />
<Phrase Type="Text" Text="#Bill_GiftMoney" Format="{0}" />
<Phrase Type="CR" />
</Section>
<Section Name="VipDiscountReturnMoney">
<Phrase Type="Postion" L="0" H="20"/>
<Phrase Type="Text" Text="会员折扣回退:" Format="{0}" />
<Phrase Type="Postion" L="0" H="520"/>
<Phrase Type="HT" />
<Phrase Type="Text" Text="#Bill_VipDiscountReturnMoney" Format="{0}" />
<Phrase Type="CR" />
</Section>
<Section Name="DiscountTotalMoney">
<Phrase Type="Postion" L="0" H="20"/>
<Phrase Type="Text" Text="优惠合计:" Format="{0}" />
<Phrase Type="Postion" L="0" H="520"/>
<Phrase Type="HT" />
<Phrase Type="Text" Text="#Bill_DiscountTotal" Format="{0}" />
<Phrase Type="CR" />
</Section>
<Section Name="TotalMoneyCapital">
<Phrase Type="Postion" L="0" H="20"/>
<Phrase Type="Text" Text="实收金额:" Format="{0}" />
<Phrase Type="Text" Text="#Bill_TotalMoney_Capital" Format="{0}" />
<Phrase Type="CR" />
</Section>
<Section Name="BillMoneyCapital">
<Phrase Type="Postion" L="0" H="20"/>
<Phrase Type="Text" Text="可开发票金额:" Format="{0}" />
<Phrase Type="Text" Text="#Bill_BillMoney_Capital" Format="{0}" />
<Phrase Type="CR" />
</Section>
<Section Name="GroupBy">
<Phrase Type="Postion" L="0" H="20"/>
<Phrase Type="Text" Text="团购号:" Format="{0}" />
<Phrase Type="Text" Text="#GroupBy_No" Format="{0}" />
<Phrase Type="CR" />
</Section>
<Section Name="TotalMoney">
<Phrase Type="Postion" L="0" H="20"/>
<Phrase Type="Text" Text="应收合计:" Format="{0}" />
<Phrase Type="Postion" L="0" H="520"/>
<Phrase Type="HT" />
<Phrase Type="Text" Text="#Bill_TotalMoney" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Text" Text="------------------------------------------------" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Postion" L="0" H="20"/>
<Phrase Type="Text" Text="支付明细:" Format="{0}" />
<Phrase Type="CR" />
</Section>
</Action>
<Action Name="AddPay">
<Section Name="Pay">
<Phrase Type="Postion" L="0" H="20"/>
<Phrase Type="Text" Text="#Pay_Name" Format="{0}" />
<Phrase Type="Postion" L="0" H="520"/>
<Phrase Type="HT" />
<Phrase Type="Postion" L="0" H="520"/>
<Phrase Type="Text" Text="#Pay_Money" Format="{0}" />
<Phrase Type="CR" />
</Section>
</Action>
<Action Name="Member">
<Section Name="Main">
<Phrase Type="Text" Text="------------------------------------------------" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Text" Text="------------------------------------------------" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Postion" L="0" H="20"/>
<Phrase Type="Text" Text="会员编号:" Format="{0}" />
<Phrase Type="Text" Text="#Member_No" Format="{0}" />
<Phrase Type="Postion" L="0" H="390"/>
<Phrase Type="Text" Text="会员级别:" Format="{0}" />
<Phrase Type="Text" Text="#Card_Type" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Postion" L="0" H="20"/>
<Phrase Type="Text" Text="本次积分:" Format="{0}" />
<Phrase Type="Text" Text="#Time_Points" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Postion" L="0" H="20"/>
<Phrase Type="Text" Text="#Total_Points" Format="{0}" />
<Phrase Type="CR" />
</Section>
</Action>
<Action Name="AddCoupon">
<Section Name="Title">
<Phrase Type="CR" />
<Phrase Type="Text" Text="#Coupon_Title" Format="{0}" />
<Phrase Type="CR" />
</Section>
<Section Name="Coupon">
<Phrase Type="Text" Text="#Promo_Topic" Format="{0}" />
<Phrase Type="Postion" L="0" H="160"/>
<Phrase Type="HT" />
<Phrase Type="Text" Text="#Face_Value" Format="{0}" />
<Phrase Type="Postion" L="0" H="240"/>
<Phrase Type="HT" />
<Phrase Type="Text" Text="#Expire_Date" Format="{0}" />
<Phrase Type="CR" />
</Section>
</Action>
<Action Name="AddPoint">
<Section Name="Title">
<Phrase Type="CR" />
<Phrase Type="Text" Text="#Point_Title" Format="{0}" />
<Phrase Type="CR" />
</Section>
<Section Name="Point">
<Phrase Type="Text" Text="#Point_Name" Format="{0}" />
<Phrase Type="Postion" L="0" H="240"/>
<Phrase Type="HT" />
<Phrase Type="Text" Text="#Point_Value" Format="{0}" />
<Phrase Type="CR" />
</Section>
</Action>
<Action Name="Footer">
<Section Name="Main">
<Phrase Type="Postion" L="0" H="200"/>
<Phrase Type="CR" />
<Phrase Type="Text" Text="BHG Market Place" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Postion" L="0" H="10"/>
<Phrase Type="Text" Text="为了避免您的损失,请您务必在三个月内,通过微信" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Postion" L="0" H="20"/>
<Phrase Type="Text" Text="支付宝“扫一扫”功能,扫描电子发票二维码进行" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Postion" L="0" H="180"/>
<Phrase Type="Text" Text="增值税电子普通发票的开具。" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Postion" L="0" H="40"/>
<Phrase Type="Text" Text="此单据电子发票二维码为开具增值税普通发票" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Postion" L="0" H="180"/>
<Phrase Type="Text" Text="的唯一凭证,请妥善保管。" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Postion" L="0" H="130"/>
<Phrase Type="Text" Text="请保留此单据,作为退货换货凭证。" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Postion" L="0" H="20"/>
<Phrase Type="Text" Text="开票码:" Format="{0}" />
<Phrase Type="Postion" L="0" H="120"/>
<Phrase Type="Text" Text="#BillCode" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="BMP" Text="2" H="200"/>
<Phrase Type="Postion" L="0" H="190"/>
<Phrase Type="Text" Text="成为BHG高级超市会员" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Postion" L="0" H="230"/>
<Phrase Type="Text" Text="可享受更多惊喜" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Postion" L="0" H="215"/>
<Phrase Type="QRCode" Text="#BillCode" Param="http://cwbmp.bhgmarketplace.com/invoice?orderno=" H="215"/>
<Phrase Type="Postion" L="0" H="215"/>
<Phrase Type="Text" Text="扫码开电子发票" Format="{0}" />
<Phrase Type="CR" />
</Section>
</Action>
<Action Name="SummaryDuty">
<Section Name="Main">
<Phrase Type="CR" />
<Phrase Type="Text" Text="***收银员班结***" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Text" Text="收银员:" Format="{0}" />
<Phrase Type="Text" Text="#User" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Text" Text="收款台:" Format="{0}" />
<Phrase Type="Text" Text="#Ticket_POS" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Text" Text="打印时间:" Format="{0}" />
<Phrase Type="Text" Text="#Ticket_Time" Format="{0:yyyy-MM-dd HH:mm:ss}" />
<Phrase Type="CR" />
<Phrase Type="Text" Text="按自然日:" Format="{0}" />
<Phrase Type="Text" Text="#Ticket_Day" Format="{0:yyyy-MM-dd}" />
<Phrase Type="Postion" L="0" H="360"/>
<Phrase Type="HT" />
<Phrase Type="Text" Text="统计" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Text" Text="交易次数:" Format="{0}" />
<Phrase Type="Text" Text="#Deal_Count" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Text" Text="退货次数:" Format="{0}" />
<Phrase Type="Text" Text="#Return_Count" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Text" Text="挂单次数:" Format="{0}" />
<Phrase Type="Text" Text="#Pending_Count" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Text" Text="取消交易次数:" Format="{0}" />
<Phrase Type="Text" Text="#DealCancel_Count" Format="{0}" />
<Phrase Type="CR" />
</Section>
</Action>
<Action Name="SummaryDutyLeader">
<Section Name="Main">
<Phrase Type="CR" />
<Phrase Type="Text" Text="***领班班结***" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Text" Text="收银员:" Format="{0}" />
<Phrase Type="Text" Text="#User" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Text" Text="收款台:" Format="{0}" />
<Phrase Type="Text" Text="#Ticket_POS" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Text" Text="打印时间:" Format="{0}" />
<Phrase Type="Text" Text="#Ticket_Time" Format="{0:yyyy-MM-dd HH:mm:ss}" />
<Phrase Type="CR" />
<Phrase Type="Text" Text="按自然日:" Format="{0}" />
<Phrase Type="Text" Text="#Ticket_Day" Format="{0:yyyy-MM-dd}" />
<Phrase Type="Postion" L="0" H="360"/>
<Phrase Type="HT" />
<Phrase Type="Text" Text="统计" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Text" Text="交易次数:" Format="{0}" />
<Phrase Type="Text" Text="#Deal_Count" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Text" Text="交易金额:" Format="{0}" />
<Phrase Type="Text" Text="#Deal_Money" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Text" Text="退货次数:" Format="{0}" />
<Phrase Type="Text" Text="#Return_Count" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Text" Text="退货金额:" Format="{0}" />
<Phrase Type="Text" Text="#Return_Money" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Text" Text="挂单次数:" Format="{0}" />
<Phrase Type="Text" Text="#Pending_Count" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Text" Text="取消交易次数:" Format="{0}" />
<Phrase Type="Text" Text="#DealCancel_Count" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Text" Text="结余金额:" Format="{0}" />
<Phrase Type="Text" Text="#End_Money" Format="{0}" />
<Phrase Type="CR" />
</Section>
</Action>
<Action Name="SummaryDay">
<Section Name="Main">
<Phrase Type="CR" />
<Phrase Type="Text" Text="***日结***" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Text" Text="收款台:" Format="{0}" />
<Phrase Type="Text" Text="#Ticket_POS" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Text" Text="打印时间:" Format="{0}" />
<Phrase Type="Text" Text="#Ticket_Time" Format="{0:yyyy-MM-dd HH:mm:ss}" />
<Phrase Type="CR" />
<Phrase Type="Text" Text="按自然日:" Format="{0}" />
<Phrase Type="Text" Text="#Ticket_Day" Format="{0:yyyy-MM-dd}" />
<Phrase Type="Postion" L="0" H="360"/>
<Phrase Type="HT" />
<Phrase Type="Text" Text="统计" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Text" Text="交易次数:" Format="{0}" />
<Phrase Type="Text" Text="#Deal_Count" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Text" Text="交易金额:" Format="{0}" />
<Phrase Type="Text" Text="#Deal_Money" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Text" Text="退货次数:" Format="{0}" />
<Phrase Type="Text" Text="#Return_Count" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Text" Text="退货金额:" Format="{0}" />
<Phrase Type="Text" Text="#Return_Money" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Text" Text="挂单次数:" Format="{0}" />
<Phrase Type="Text" Text="#Pending_Count" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Text" Text="取消交易次数:" Format="{0}" />
<Phrase Type="Text" Text="#DealCancel_Count" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Text" Text="结余金额:" Format="{0}" />
<Phrase Type="Text" Text="#End_Money" Format="{0}" />
<Phrase Type="CR" />
</Section>
</Action>
<Action Name="DutyInfoHeader">
<Section Name="Main">
<Phrase Type="CR" />
<Phrase Type="Text" Text="收银员" Format="{0}" />
<Phrase Type="Postion" L="0" H="200"/>
<Phrase Type="HT" />
<Phrase Type="Text" Text="收银笔数" Format="{0}" />
<Phrase Type="Postion" L="0" H="360"/>
<Phrase Type="HT" />
<Phrase Type="Text" Text="收银金额" Format="{0}" />
<Phrase Type="CR" />
</Section>
</Action>
<Action Name="PayHeader">
<Section Name="Main">
<Phrase Type="CR" />
<Phrase Type="Text" Text="收款方式" Format="{0}" />
<Phrase Type="Postion" L="0" H="240"/>
<Phrase Type="HT" />
<Phrase Type="Text" Text="收款金额" Format="{0}" />
<Phrase Type="Postion" L="0" H="400"/>
<Phrase Type="HT" />
<Phrase Type="Text" Text="盈余金额" Format="{0}" />
<Phrase Type="CR" />
</Section>
</Action>
<Action Name="PayMethods">
<Section Name="Pay">
<Phrase Type="Text" Text="#Pay_Method_Name" Format="{0}" />
<Phrase Type="Postion" L="0" H="240"/>
<Phrase Type="HT" />
<Phrase Type="Text" Text="#Pay_Money" Format="{0}" />
<Phrase Type="Postion" L="0" H="400"/>
<Phrase Type="HT" />
<Phrase Type="Text" Text="#Other_Money" Format="{0}" />
<Phrase Type="CR" />
</Section>
</Action>
<Action Name="DutyInfos">
<Section Name="DutyInfo">
<Phrase Type="Text" Text="#Duty_Cashier" Format="{0}" />
<Phrase Type="Postion" L="0" H="200"/>
<Phrase Type="HT" />
<Phrase Type="Text" Text="#Duty_Cash_Count" Format="{0}" />
<Phrase Type="Postion" L="0" H="360"/>
<Phrase Type="HT" />
<Phrase Type="Text" Text="#Duty_Cash_Money" Format="{0}" />
<Phrase Type="CR" />
</Section>
</Action>
</Receipt>
3. 修改电子发票二维码
重要
请查看第 38 行数据
直接修改url地址即可
<Action Name="Footer">
<Section Name="Main">
<Phrase Type="Postion" L="0" H="200"/>
<Phrase Type="CR" />
<Phrase Type="Text" Text="BHG Market Place" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Postion" L="0" H="10"/>
<Phrase Type="Text" Text="为了避免您的损失,请您务必在三个月内,通过微信" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Postion" L="0" H="20"/>
<Phrase Type="Text" Text="支付宝“扫一扫”功能,扫描电子发票二维码进行" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Postion" L="0" H="180"/>
<Phrase Type="Text" Text="增值税电子普通发票的开具。" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Postion" L="0" H="40"/>
<Phrase Type="Text" Text="此单据电子发票二维码为开具增值税普通发票" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Postion" L="0" H="180"/>
<Phrase Type="Text" Text="的唯一凭证,请妥善保管。" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Postion" L="0" H="130"/>
<Phrase Type="Text" Text="请保留此单据,作为退货换货凭证。" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Postion" L="0" H="20"/>
<Phrase Type="Text" Text="开票码:" Format="{0}" />
<Phrase Type="Postion" L="0" H="120"/>
<Phrase Type="Text" Text="#BillCode" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="BMP" Text="2" H="200"/>
<Phrase Type="Postion" L="0" H="190"/>
<Phrase Type="Text" Text="成为BHG高级超市会员" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Postion" L="0" H="230"/>
<Phrase Type="Text" Text="可享受更多惊喜" Format="{0}" />
<Phrase Type="CR" />
<Phrase Type="Postion" L="0" H="215"/>
<Phrase Type="QRCode" Text="#BillCode" Param="http://cwbmp.bhgmarketplace.com/invoice?orderno=" H="215"/>
<Phrase Type="Postion" L="0" H="215"/>
<Phrase Type="Text" Text="扫码开电子发票" Format="{0}" />
<Phrase Type="CR" />
</Section>
</Action>