fix:
1.装箱单优化 2.寄单放单申请,现有基础上再拼接上合同号
This commit is contained in:
parent
900b1e2464
commit
6b13f4e421
@ -60,7 +60,7 @@ public class ExportPresentSubmitOp extends AbstractOperationServicePlugIn
|
||||
BigDecimal thisRealityAmt = PaymentControlUtil.getThisRealityAmt(saleOrder, shipBills, payBills, shipDetail);
|
||||
dynamicObject.set("yem_debtamt", thisRealityAmt.setScale(2, RoundingMode.HALF_UP));
|
||||
}
|
||||
dataEntity.set("yem_cloudhousetitle","标准出口交单-"+dataEntity.getString("number") + dataEntity.getString("yem_salarcontractnum") );
|
||||
dataEntity.set("yem_cloudhousetitle","标准出口交单-"+dataEntity.getString("billno") + dataEntity.getString("yem_salarcontractnum") );
|
||||
}
|
||||
SaveServiceHelper.save(eDataEntities);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user