新增不干胶材质
This commit is contained in:
@@ -713,8 +713,11 @@ public class ProductService {
|
|||||||
}
|
}
|
||||||
product.setPrice(Math.ceil(base_price[i] * num * 0.9 * number));
|
product.setPrice(Math.ceil(base_price[i] * num * 0.9 * number));
|
||||||
product.setCount(counts[i]);
|
product.setCount(counts[i]);
|
||||||
|
product.setWeight(df.format(number * length * width * product.getCount() * 0.00003));
|
||||||
priceList.add(product);
|
priceList.add(product);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
return priceList;
|
||||||
}
|
}
|
||||||
// 根据款数重新算价格/计算重量
|
// 根据款数重新算价格/计算重量
|
||||||
for (Product product : priceList) {
|
for (Product product : priceList) {
|
||||||
@@ -7070,6 +7073,11 @@ public class ProductService {
|
|||||||
price = 45;
|
price = 45;
|
||||||
addPrice = 5.5;
|
addPrice = 5.5;
|
||||||
break;
|
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()));
|
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) {
|
if (dto.getN_mq_num() != null && dto.getN_mq_num() >= 1) {
|
||||||
|
|||||||
@@ -101,6 +101,8 @@
|
|||||||
<option value="树纹纸">树纹纸</option>
|
<option value="树纹纸">树纹纸</option>
|
||||||
<option value="白散金">白散金</option>
|
<option value="白散金">白散金</option>
|
||||||
<option value="美纹纸散金">美纹纸散金</option>
|
<option value="美纹纸散金">美纹纸散金</option>
|
||||||
|
<option value="电线胶-PP合成纸">电线胶-PP合成纸</option>
|
||||||
|
<option value="电线胶-PET哑银">电线胶-PET哑银</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -733,6 +735,9 @@
|
|||||||
if (TJValue == "纯烫金") {
|
if (TJValue == "纯烫金") {
|
||||||
html = "预计发货时间:<br>广东:纯烫金(2-3天发货) 申通 顺丰;"
|
html = "预计发货时间:<br>广东:纯烫金(2-3天发货) 申通 顺丰;"
|
||||||
}
|
}
|
||||||
|
if (kindvalue == '电线胶-PET哑银' || kindvalue == '电线胶-PP合成纸') {
|
||||||
|
html = "预计发货时间:<br>广东:15点之前的订单当天发货 中通 顺丰";
|
||||||
|
}
|
||||||
} else if (stickerKind == '双面印刷不干胶') {
|
} else if (stickerKind == '双面印刷不干胶') {
|
||||||
html += "广州:(3-4天发货) 中通 顺丰";
|
html += "广州:(3-4天发货) 中通 顺丰";
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user