Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
88f9b51673
|
|
@ -408,7 +408,7 @@ public class MaterialInbPurchaseApplyPlugin extends AbstractBillPlugIn implement
|
|||
String invoiceTypeIdName = invoiceTypeId.getString("name");
|
||||
if (!invoiceTypeIdName.contains("专")) {
|
||||
this.getModel().setValue("zcgj_invoicetax", BigDecimal.ZERO, rowIndex);
|
||||
this.getModel().setValue("zcgj_oftaxinvoiceamount", dataEntity.get("zcgj_invoiceamount"), rowIndex);
|
||||
this.getModel().setValue("zcgj_invoiceamount", dataEntity.get("zcgj_oftaxinvoiceamount"), rowIndex);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -596,9 +596,9 @@ public class OutContractSettleEditPluginExt extends AbstractBillPlugIn implement
|
|||
this.getModel().setValue("oftaxamount", BigDecimal.ZERO, 1);//合同支付项-价税合计
|
||||
this.getModel().setValue("amount", BigDecimal.ZERO, 1);//合同支付项-金额
|
||||
this.getModel().deleteEntryRow("itementry", 1);
|
||||
return;
|
||||
}
|
||||
}
|
||||
return;
|
||||
}
|
||||
this.autoFetch();
|
||||
this.sumMaterialInAmountToItemEntry();
|
||||
|
|
|
|||
Loading…
Reference in New Issue