rev:出库调拨单打印 毛重计算错误
This commit is contained in:
@@ -5363,7 +5363,6 @@ public class CheckOutBillServiceImpl implements CheckOutBillService {
|
||||
|
||||
// 计算合计重量
|
||||
all_qty = NumberUtil.add(String.valueOf(all_qty), json.getString("qty")).doubleValue();
|
||||
all_real = NumberUtil.add(String.valueOf(all_real), jsonSub.getString("box_weight")).doubleValue();
|
||||
|
||||
}
|
||||
// 订单号
|
||||
|
||||
Reference in New Issue
Block a user