123
chenjingwu
2024-04-15 43c7a9f8b03866ec59636450de9c3b8d6e27114b
123
1个文件已修改
8 ■■■■ 已修改文件
force-app/main/default/lwc/lexNewQuoteEntry/lexNexQuoteEntryUtil.js 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
force-app/main/default/lwc/lexNewQuoteEntry/lexNexQuoteEntryUtil.js
@@ -1300,8 +1300,8 @@
        jzdtbt.pageObject.ServicePrice__c = 0;
        jzdtbt.warrantyType__c = '';
        var NoDiscountTotal = 0;
        var exPrice = jzdtbt.pageObject.exPrice;
        jzdtbt.pageObject.exPrice = 0;
        var exPrice = jzdtbt.exPrice;
        jzdtbt.exPrice = 0;
        if (GuranteeType == '服务') {
            multiYearWarranty = true;
            jzdtbt.warrantyType__c = '服务多年保修';
@@ -1309,7 +1309,7 @@
        } else if (GuranteeType == '市场' && contractmultiYearWarranty == false) {
            multiYearWarranty = true;
            jzdtbt.pageObject.ServicePrice__c = ServicePrice;
            jzdtbt.pageObject.exPrice = exPrice;
            jzdtbt.exPrice = exPrice;
            jzdtbt.warrantyType__c = '市场多年保修';
            warrantyType = '市场多年保修';
            var Quantity =jzdtbt.Quantity__c;
@@ -1320,7 +1320,7 @@
        else if (GuranteeType == '市场' && contractmultiYearWarranty && CanNotCancelledGurantee) {
            multiYearWarranty = true;
            jzdtbt.pageObject.ServicePrice__c = ServicePrice;
            jzdtbt.pageObject.exPrice = exPrice;
            jzdtbt.exPrice = exPrice;
            jzdtbt.warrantyType__c = '市场多年保修';
            warrantyType = '市场多年保修';
            // 数量