fix:
1.寄单放单申请提交拼接
This commit is contained in:
parent
18824050e9
commit
90506a0127
@ -55,6 +55,8 @@ public class ExportPresentSubmitOp extends AbstractOperationServicePlugIn
|
|||||||
BigDecimal thisRealityAmt = PaymentControlUtil.getThisRealityAmt(saleOrder, shipBills, payBills, shipDetail);
|
BigDecimal thisRealityAmt = PaymentControlUtil.getThisRealityAmt(saleOrder, shipBills, payBills, shipDetail);
|
||||||
dynamicObject.set("yem_debtamt", thisRealityAmt.setScale(2, RoundingMode.HALF_UP));
|
dynamicObject.set("yem_debtamt", thisRealityAmt.setScale(2, RoundingMode.HALF_UP));
|
||||||
}
|
}
|
||||||
|
String yemDetailordernumber = dataEntity.getString("yem_detailordernumber");
|
||||||
|
dataEntity.set("yem_cloudhousetitle","寄单放单申请-"+yemDetailordernumber);
|
||||||
}
|
}
|
||||||
SaveServiceHelper.save(eDataEntities);
|
SaveServiceHelper.save(eDataEntities);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user