票据新增结算重量列
parent
41763af26c
commit
8ce5f99495
|
|
@ -344,7 +344,7 @@ public class LocalOrderService {
|
||||||
goodsGrossWeight = String.format("%." + decimal + "f", second_weight); // 毛重
|
goodsGrossWeight = String.format("%." + decimal + "f", second_weight); // 毛重
|
||||||
|
|
||||||
goodsSetWeight = goodsNetWeight;
|
goodsSetWeight = goodsNetWeight;
|
||||||
goodsNetWeight = String.format("%.2f", second_weight.subtract(first_weight)); // 计算净重
|
goodsNetWeight = String.format("%." + decimal + "f", second_weight.subtract(first_weight)); // 计算净重
|
||||||
|
|
||||||
clientName = StrUtil.getRecordStr(order, "customer_texpayer_name");
|
clientName = StrUtil.getRecordStr(order, "customer_texpayer_name");
|
||||||
|
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Reference in New Issue