Compare commits
No commits in common. "20773066ee231deebaf0298d63c278e8a9834bf3" and "1cb34a520692d63156c506b3c49b1ee97c154a56" have entirely different histories.
20773066ee
...
1cb34a5206
|
|
@ -228,10 +228,7 @@ public class GuaranteeContractFeeDetailPlugin extends AbstractBillPlugIn {
|
||||||
String shkd_feeoppunit = (String) map.get("shkd_feeoppunit");
|
String shkd_feeoppunit = (String) map.get("shkd_feeoppunit");
|
||||||
this.getModel().setValue("shkd_jtfeeoppunit", Long.parseLong(shkd_feeoppunit),index);//对方单位
|
this.getModel().setValue("shkd_jtfeeoppunit", Long.parseLong(shkd_feeoppunit),index);//对方单位
|
||||||
String shkd_feeoppbebank = (String) map.get("shkd_feeoppbebank");
|
String shkd_feeoppbebank = (String) map.get("shkd_feeoppbebank");
|
||||||
if (shkd_feeoppbebank!=null){
|
this.getModel().setValue("shkd_jtfeeoppbebank", Long.parseLong(shkd_feeoppbebank),index);//对方开户银行
|
||||||
this.getModel().setValue("shkd_jtfeeoppbebank", Long.parseLong(shkd_feeoppbebank),index);//对方开户银行
|
|
||||||
}
|
|
||||||
// this.getModel().setValue("shkd_jtfeeoppbebank", Long.parseLong(shkd_feeoppbebank),index);//对方开户银行
|
|
||||||
String shkd_feeoppacctbank = (String) map.get("shkd_feeoppacctbank");
|
String shkd_feeoppacctbank = (String) map.get("shkd_feeoppacctbank");
|
||||||
if (shkd_feeoppacctbank!=null){
|
if (shkd_feeoppacctbank!=null){
|
||||||
this.getModel().setValue("shkd_jtfeeoppacctbank", Long.parseLong(shkd_feeoppacctbank),index);//对方开户银行
|
this.getModel().setValue("shkd_jtfeeoppacctbank", Long.parseLong(shkd_feeoppacctbank),index);//对方开户银行
|
||||||
|
|
@ -383,7 +380,7 @@ public class GuaranteeContractFeeDetailPlugin extends AbstractBillPlugIn {
|
||||||
entry.set("srcbillno", dataEntity.getString("billno"));
|
entry.set("srcbillno", dataEntity.getString("billno"));
|
||||||
entry.set("srcbillid", dataEntity.getLong("id"));
|
entry.set("srcbillid", dataEntity.getLong("id"));
|
||||||
entry.set("feeratio", 100);
|
entry.set("feeratio", 100);
|
||||||
entry.set("excrate", BigDecimal.valueOf(1));//汇率
|
entry.set("excrate", BigDecimal.valueOf(1));
|
||||||
entry.set("feedetailamt", seldata.getBigDecimal("shkd_jtfeeamt"));
|
entry.set("feedetailamt", seldata.getBigDecimal("shkd_jtfeeamt"));
|
||||||
entry.set("remark", dataEntity.getString("description"));
|
entry.set("remark", dataEntity.getString("description"));
|
||||||
entry.set("id", seldata.getLong("shkd_jtdbhtfyid"));
|
entry.set("id", seldata.getLong("shkd_jtdbhtfyid"));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue