fix:
1.出口发票保存生成备注调整一下格式,按照要求换行,金额不要显示尾零
This commit is contained in:
parent
aa1106ad08
commit
6edece8faa
@ -94,9 +94,9 @@ public class ExportInvoiceSaveOP extends AbstractOperationServicePlugIn {
|
||||
yemDestports.append(string);//目的港
|
||||
}
|
||||
}
|
||||
dataEntitie.set("yem_remark", yemTradeway + " 成交总额:" + yemSettlement + totalAmount + " 汇率:" + yemExrate + " 海运费:"
|
||||
+ yemseatransfeecurr + yemSeatransfee + " 保险费:" + yeminsurefeecurr + yemInsurefee + " 提单号:" + yemLadbillnum + " 合同号:"
|
||||
+ queryString + " 起运港:" + yemShipports + " 目的港:" + yemDestports);
|
||||
dataEntitie.set("yem_remark", yemTradeway + " 成交总额:" + yemSettlement + totalAmount.stripTrailingZeros() + " 汇率:" + yemExrate.stripTrailingZeros()
|
||||
+ "\r\n 海运费:"+ yemseatransfeecurr + yemSeatransfee.stripTrailingZeros() + " 保险费:" + yeminsurefeecurr + yemInsurefee.stripTrailingZeros()
|
||||
+ "\r\n 提单号:"+ yemLadbillnum + "\r\n 合同号:"+ queryString + "\r\n 起运港:" + yemShipports + "\r\n 目的港:" + yemDestports);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user