|
@ -1630,7 +1630,7 @@ public class YkyyPrescriptionService extends BaseJpaService<WlyyPrescriptionDO,
|
|
|
invoice.put("withTaxFlag", 0);//单价含税标志:0:不含税,1:含税
|
|
|
invoice.put("taxRate", taxrate);//税率
|
|
|
invoice.put("invoiceLineProperty", 0);//发票行性质:0,正常行;1,折扣行;2,被折扣行,红票只有正常行
|
|
|
invoice.put("price", mxDO.getTotalMoney());//单价(精确到小数点后8位),当单价(price)为空时,数量(num)也必须为空;(price)为空时,含税金额(taxIncludedAmount)、不含税金额(taxExcludedAmount)、税额(tax)都不能为空
|
|
|
invoice.put("price", mxDO.getPrice());//单价(精确到小数点后8位),当单价(price)为空时,数量(num)也必须为空;(price)为空时,含税金额(taxIncludedAmount)、不含税金额(taxExcludedAmount)、税额(tax)都不能为空
|
|
|
invoice.put("unit", mxDO.getChargeUnit());//单位
|
|
|
invoice.put("specType", mxDO.getSpecificationType());//规格型号
|
|
|
invoice.put("tax", 0);//
|