Commit 5e8d1c85 by 宋祥

1.fixBug:

parent 89050f02
......@@ -252,6 +252,9 @@ public class ServiceHGCG003A extends ServiceBase {
cg003B.setReceiveUnitWeight(fCg002B.getPurUnitWeight());
cg003B.setReceiveQty(fCg002B.getBcReceiveQty());
cg003B.setReceiveWeight(fCg002B.getReceiveWeight());
cg003B.setAmount(fCg002B.getAmount());
cg003B.setTaxAmount(fCg002B.getTaxAmount());
cg003B.setTaxIncludeAmount(fCg002B.getTaxIncludeAmount());
cg003B.setContractDetailId(fCg002B.getId());
cg003B.setUnCancelAmount(fCg002B.getTaxIncludeAmount());
cg003B.setCalculationMethod(fCg002B.getCalculationMethod());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment