新增不干胶材质
This commit is contained in:
@@ -713,8 +713,11 @@ public class ProductService {
|
||||
}
|
||||
product.setPrice(Math.ceil(base_price[i] * num * 0.9 * number));
|
||||
product.setCount(counts[i]);
|
||||
product.setWeight(df.format(number * length * width * product.getCount() * 0.00003));
|
||||
priceList.add(product);
|
||||
|
||||
}
|
||||
return priceList;
|
||||
}
|
||||
// 根据款数重新算价格/计算重量
|
||||
for (Product product : priceList) {
|
||||
@@ -7070,6 +7073,11 @@ public class ProductService {
|
||||
price = 45;
|
||||
addPrice = 5.5;
|
||||
break;
|
||||
case "电线胶-PP合成纸":
|
||||
case "电线胶-PET哑银":
|
||||
price = 50;
|
||||
addPrice = 12;
|
||||
break;
|
||||
}
|
||||
stickersList.add(new PriceUtils().getA(kind, length, width, count, price, addPrice, number, dto.getCraftTang(), dto.getYinbai()));
|
||||
if (dto.getN_mq_num() != null && dto.getN_mq_num() >= 1) {
|
||||
|
||||
Reference in New Issue
Block a user