|
@@ -1265,7 +1265,6 @@ function setOrderFee() { //不考虑经理折扣、运费,此时 商品总金
|
|
|
// 计算促销折扣
|
|
|
totalPromotions.forEach(function (item) {
|
|
|
console.log(totalPromotions);
|
|
|
- debugger
|
|
|
if (item.mode == 2) {
|
|
|
var touchPrice = 0;
|
|
|
item.promotionProducts.forEach(function (product) {
|
|
@@ -1301,7 +1300,6 @@ function setOrderFee() { //不考虑经理折扣、运费,此时 商品总金
|
|
|
$(".svipFullReduction").text(svipFullReduction);
|
|
|
$("#svipFullReduction").val(svipFullReduction);
|
|
|
$("#discount").val('0.00');
|
|
|
-
|
|
|
setProductTotalFee(); //重新设置经理折扣
|
|
|
}
|
|
|
|
|
@@ -2148,7 +2146,6 @@ function setProductTotalFee() {
|
|
|
$('#orderProduct' + index + '\\.enabledStatus').val(JSON.stringify(obj));
|
|
|
});
|
|
|
if (initFlag) {
|
|
|
- debugger;
|
|
|
$(".productTotalFee").html(productTotalFee);
|
|
|
$(".productCount").html(productCount);
|
|
|
$(".presentCount").text(presentCount + giftCount);
|