|
|
@@ -690,9 +690,9 @@ public class InvoiceGroupServiceImpl implements InvoiceGroupService {
|
|
|
detailObj.set("SL", taxRate);
|
|
|
//含税金额
|
|
|
taxIncludedAmount = invoice.getPrice();
|
|
|
-// if (type == 1) {
|
|
|
-// taxIncludedAmount = BigDecimal.ZERO.subtract(invoice.getPrice());
|
|
|
-// }
|
|
|
+ if (type == 1) {
|
|
|
+ taxIncludedAmount = BigDecimal.ZERO.subtract(invoice.getPrice());
|
|
|
+ }
|
|
|
// String dylzfpmxxh = String.valueOf(IdWorker.getId()).substring(0,8);
|
|
|
// detailObj.set("DYLZFPMXXH", dylzfpmxxh);
|
|
|
//不含税金额
|