123
chenjingwu
2024-04-11 f9a2ec60618daf3a1541a6ddbf86cd48c034190a
123
1个文件已修改
4 ■■■■ 已修改文件
force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js
@@ -1830,7 +1830,7 @@
                    var errormessage = tempArr[0];
                    var quoteLineItem = JSON.parse(tempArr[1]);
                    quoteLineItem = InitializeProductAssignment(quoteLineItem);
                    this.tobeflag=true;
                    this.tobeflag=false;
                    this.jzDataToBeproduct = quoteLineItem;
                    // cjw
                    console.log('xxx');
@@ -1841,8 +1841,8 @@
                    });
                    addOptions({idList: idList}).then(result=>{
                        this.addOptionsLogic(result);
                        this.tobeflag=true;
                    });
                    this.tobeflag=false;
                    if(quoteLineItem.length!=num){
                        this.quo.IsQuoteTrial__c = false;
                    }