修改卡片圆角价格
This commit is contained in:
@@ -6179,7 +6179,7 @@ public class ProductService {
|
|||||||
}
|
}
|
||||||
if (!"特种纸名片".equals(dto.getProTypeValue()) && craftList.contains("圆角")) {// 特种纸名片工艺
|
if (!"特种纸名片".equals(dto.getProTypeValue()) && craftList.contains("圆角")) {// 特种纸名片工艺
|
||||||
for (Product product : priceList) {
|
for (Product product : priceList) {
|
||||||
product.setPrice(Math.ceil(product.getPrice() + (0.03 * product.getCount() > 30 ? 0.03 * product.getCount() : 30) * 1.5));
|
product.setPrice(Math.ceil(product.getPrice() + (0.03 * product.getCount() > 10 ? 0.03 * product.getCount() : 10)));
|
||||||
}
|
}
|
||||||
} else if (craftList.contains("烫金/")) {
|
} else if (craftList.contains("烫金/")) {
|
||||||
for (Product product : priceList) {
|
for (Product product : priceList) {
|
||||||
|
|||||||
@@ -229,7 +229,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div id="3z_yuan_size" style="display: none">
|
<div id="3z_yuan_size" style="display: none">
|
||||||
<select name="z3size1" lay-filter="z3size1" class="select">
|
<select name="z3size1" lay-filter="z3size1" class="select">
|
||||||
<option value="8.5*8.5">8.5*8.5 cm</option>
|
<%-- <option value="8.5*8.5">8.5*8.5 cm</option>--%>
|
||||||
<option value="9*9">9*9 cm</option>
|
<option value="9*9">9*9 cm</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user