From cc266a1e4080bb3ecc47ea4a202dd549545111e1 Mon Sep 17 00:00:00 2001
From: 游畅 <youchang@prec-tech.com>
Date: 星期六, 29 四月 2023 16:10:52 +0800
Subject: [PATCH] 贸易合规20230429

---
 force-app/main/default/pages/SelectAssetEstimateVM.page | 1207 ++++++++++++++++++++++++++++++++++++++++++++++++++++----
 1 files changed, 1,107 insertions(+), 100 deletions(-)

diff --git a/force-app/main/default/pages/SelectAssetEstimateVM.page b/force-app/main/default/pages/SelectAssetEstimateVM.page
index 2644530..e0ae407 100644
--- a/force-app/main/default/pages/SelectAssetEstimateVM.page
+++ b/force-app/main/default/pages/SelectAssetEstimateVM.page
@@ -42,13 +42,8 @@
 
 var RCbottonChanged = 0;
 
-// 2022鏁呴殰鍝佸姞璐� start
-// var RCButtonDisable = document.getElementById("emailSend");
-// RCButtonDisable.style.display = "none";
-// 2022鏁呴殰鍝佸姞璐� end
 
 var hasSendEmail = {!hasSendEmail};
-console.log('***hasSendEmail',hasSendEmail);
 // if(hasSendEmail == true){
 //     j$(escapeVfId('allPage:allForm:emailSend')).attr("disabled", true);
 //     j$(escapeVfId('allPage:allForm:emailSend')).attr("class", 'btnDisabled');
@@ -161,6 +156,7 @@
     // if(!ResonCannotWarranty.contains("寮冧慨")){
     //     j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Repair_Price_Auto')).attr("display", none);
     // }
+
     if (isDisabled) {
 
         j$(escapeVfId('allPage:allForm:allBlock:contract:depart')).attr("disabled", true);
@@ -169,7 +165,6 @@
         j$(escapeVfId('allPage:allForm:allBlock:contract:estimateTarget')).attr("disabled", true);
         j$(escapeVfId('allPage:allForm:allBlock:contract:EndUserType')).attr("disabled", true);
         var rowCnt = {!productCount};
-        console.log('isDisabled='+isDisabled);
         for (var i = 0; i < rowCnt; i++) {
             // alert(11111111111111 +rowCnt);
             var isManual = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':IsManual')).text();
@@ -250,8 +245,35 @@
     // disable1();
     // 2021銆�8銆�26 鍚堝悓鎶ヤ环椤甸潰鐨勪紭鍖栵紝鏃犱繚鏈夎澶囩偣妫�瀵硅薄閫夋嫨妗嗗彉榛� fxk end
     console.log('ApprovalBtnDisabled=='+{!ApprovalBtnDisabled});
-    pageSetDisabled();
     refreshAsset({!productCount});
+    //涓婇檺鍚堝悓 20230103 hql start
+    // console.log('Limit_PriceHidden2=='+Limit_PriceHidden2);
+    var RequestquotationAmount = j$(escapeVfId('allPage:allForm:allBlock:contractInfo:quotation_Amount')).val();
+    console.log('鐢宠鎶ヤ环閲戦='+RequestquotationAmount);
+    var AssetRepairSumPrice    = j$(escapeVfId('allPage:allForm:allBlock:contractInfo:assetRepairSumPrice')).text();
+    console.log('鍚堝悓璁惧淇悊鎬婚='+AssetRepairSumPrice);
+    Limit_Price_Amount = (localParseFloat(AssetRepairSumPrice)+localParseFloat(RequestquotationAmount))*1.3;
+    Limit_Price_Amount = Math.round(Limit_Price_Amount);
+    // console.log('Limit_Price_Amount'+Limit_Price_Amount);
+    Limit_Price_AmountOne =  j$(escapeVfId('allPage:allForm:allBlock:contractInfo:Limit_Price_Amount')).value();
+    Limit_PriceHidden =  j$(escapeVfId('allPage:allForm:allBlock:contractInfo:Limit_PriceHidden')).value();
+
+    if (Limit_PriceHidden*1==0) {
+        j$(escapeVfId('allPage:allForm:allBlock:contractInfo:Limit_Price_Amount')).val(Limit_Price_Amount);
+    }
+    Limit_PriceHidden2 =  j$(escapeVfId('allPage:allForm:allBlock:contractInfo:Limit_Price2Hidden')).value();
+    if (Limit_PriceHidden2 == 'false') {
+        // lpa =  document.getElementById('allPage:allForm:allBlock:contractInfo:Limit_Price_Amount');
+        // lpa.style.display = "none";
+        // console.log('闅愯棌瀹屾瘯');
+        j$(escapeVfId('allPage:allForm:allBlock:contractInfo:Limit_Price_Amount')).val('');
+    }
+    Price111 = j$(escapeVfId('allPage:allForm:allBlock:contractInfo:Limit_Price_Amount')).val();
+    // console.log('涓婇檺閲戦涓�'+Limit_Price_Amount);
+    // console.log('鍘熸湁涓婇檺閲戦涓�'+Limit_PriceHidden);
+    // console.log('涓嶆槸涓婇檺鍚堝悓鐨勯噾棰濅负'+Price111);
+    //涓婇檺鍚堝悓 20230103 hql end
+    pageSetDisabled();
     var createdDate = new Date('{!estimate.CreatedDate}');
     // 鎶ヤ环涓澶囩殑鏈鸿韩缂栫爜涓虹┖鏃剁殑鏂板搧鍚堝悓鏈夋晥鏈熷欢闀� 20200710 gzw
     var aLLManual = 'true';
@@ -340,6 +362,7 @@
     }
     
     if ('{!DecideBtnDisabled}' == 'false') {
+        // console.log('oldMainteReal淇敼瀹屾垚');
         j$(escapeVfId('allPage:allForm:allBlock:contractInfo:oldMainteReal')).val(j$(escapeVfId('allPage:allForm:allBlock:contractInfo:mainteReal')).text());
     }
 }
@@ -370,6 +393,7 @@
 }
 
 function checkDiscount(val) {
+    // var alerts = 0;
     if (val == null || val == "") {
         j$(escapeVfId('allPage:allForm:allBlock:contractInfo:quotation_Amount')).val("");
         j$(escapeVfId('allPage:allForm:allBlock:contractInfo:discount_Rate')).text("");
@@ -381,10 +405,53 @@
         j$(escapeVfId('allPage:allForm:allBlock:contractInfo:quotation_Amount')).val(0.00);
         return;
     }
+    // 鎶ヤ环閲戦鏀瑰杽 20230314 start
+    // var startime1 =  new Date(j$(escapeVfId('allPage:allForm:allBlock:contractInfo:PastContractendday')).value());
+    // var startime2 = new Date(j$(escapeVfId('allPage:allForm:allBlock:contract:startdate')).value());
+    // var result = (startime2-startime1)/(3600*24*1000);
+    // Is_Blank_period1 =  j$(escapeVfId('allPage:allForm:allBlock:contractInfo:Is_Blank_period')).value();
+    // Cost_rate_ForecastF =  j$(escapeVfId('allPage:allForm:allBlock:contractInfo:Cost_rate_ForecastF')).value();
+    // downprice = j$(escapeVfId('allPage:allForm:allBlock:contractInfo:GuidePriceDown')).value();
+    // var renewTenOFF = j$(escapeVfId('allPage:allForm:allBlock:contractInfo:renewTenOFF')).value();
+    // if (Is_Blank_period1 == 'true' && ((parseFloat(Cost_rate_ForecastF)<100)||Cost_rate_ForecastF.length == 0) && result <=1 && downprice > val ) {
+    //    alerts = 1;
+    // }
+    // if (alerts == 1 && renewTenOFF == 'false') {
+    //     if (confirm("鏈崟鍙互缁х画鐢宠10%鎶樻墸锛岃纭鏄惁鐢宠锛岀敵璇峰悗鍚堝悓寮�濮嬫棩鑷姩閿佸畾涓哄悎鍚岄瀹氬紑濮嬫棩锛屽悗缁棤娉曟洿鏀瑰悎鍚屽紑濮嬫棩")) {
+    //         j$(escapeVfId('allPage:allForm:allBlock:contractInfo:renewTenOFF')).val(true);
+    //         val = val*0.9;
+    //         j$(escapeVfId('allPage:allForm:allBlock:contract:startdate')).attr("disabled", true);
+    //     } else {
+            
+    //     }
+    // }
+    // 鎶ヤ环閲戦鏀瑰杽 20230314 end
     val = localParseFloat(val);
     //val = Math.round(val * 100) / 100;
     val = Math.round(val);
     j$(escapeVfId('allPage:allForm:allBlock:contractInfo:quotation_Amount')).val(toNumComma(val));
+    //涓婇檺鍚堝悓 20230117 HQL start
+    var RequestquotationAmount = j$(escapeVfId('allPage:allForm:allBlock:contractInfo:quotation_Amount')).val();
+    console.log('鐢宠鎶ヤ环閲戦='+RequestquotationAmount);
+    var AssetRepairSumPrice    = j$(escapeVfId('allPage:allForm:allBlock:contractInfo:assetRepairSumPrice')).text();
+    console.log('鍚堝悓璁惧淇悊鎬婚='+AssetRepairSumPrice);
+    Limit_Price_Amount = (localParseFloat(AssetRepairSumPrice)+localParseFloat(RequestquotationAmount))*1.3;
+    Limit_Price_Amount = Math.round(Limit_Price_Amount);
+    Limit_Price_AmountOne =  j$(escapeVfId('allPage:allForm:allBlock:contractInfo:Limit_Price_Amount')).value();
+    Limit_PriceHidden =  j$(escapeVfId('allPage:allForm:allBlock:contractInfo:Limit_PriceHidden')).value();
+    // if (Limit_PriceHidden*1==0) {
+        j$(escapeVfId('allPage:allForm:allBlock:contractInfo:Limit_Price_Amount')).val(Limit_Price_Amount);
+    // }
+    Limit_PriceHidden2 =  j$(escapeVfId('allPage:allForm:allBlock:contractInfo:Limit_Price2Hidden')).value();
+    if (Limit_PriceHidden2 == 'false') {
+        // lpa =  document.getElementById('allPage:allForm:allBlock:contractInfo:Limit_Price_Amount');
+        // lpa.style.display = "none";
+        // console.log('闅愯棌瀹屾瘯');
+        j$(escapeVfId('allPage:allForm:allBlock:contractInfo:Limit_Price_Amount')).val('');
+    }
+    amount = j$(escapeVfId('allPage:allForm:allBlock:contractInfo:Limit_Price_Amount')).value();
+    console.log('涓婇檺閲戦濉叆锛�'+amount);
+    //涓婇檺鍚堝悓 20230117 HQL end
    makeRealPrice(1);
 }
 
@@ -418,7 +485,189 @@
     ISReducedpriceapproval = j$(escapeVfId('allPage:allForm:allBlock:ISReducedpriceapproval')).val();
     console.log('鏂规硶2鏄惁瀹℃壒閫氳繃=='+ISReducedpriceapproval+'==============');
 }
+var number1 = 0;
+// function seamlessRenew(cnt){
+//     // 鎶ヤ环瑙勫垯鏀瑰杽 20230309 start 
+//     var isSeamlessRenew = 0;
+//     var isSeamlessRenew1 = 0;
+//     var isSeamlessRenew3 = 0;
+//     var isSeamlessRenew4 = 0;
+//     // 鎶ヤ环瑙勫垯鏀瑰杽 20230309 end
+//     // 鎶ヤ环瑙勫垯鏀瑰杽 20230310 start
+//     var downPriceSum = 0;
+//     var upPriceSum = 0;
+//     var downPriceSum1 = 0;
+//     var upPriceSum1 = 0;
+//     var downPriceSum3 = 0;
+//     var upPriceSum3 = 0;
+//     var downPriceSum4 = 0;
+//     var upPriceSum4 = 0;
+//     // 鎶ヤ环瑙勫垯鏀瑰杽 20230310 end
+//     // 鎶ヤ环瑙勫垯鏀瑰杽 20230310 start
+//     var renewTenOFF = j$(escapeVfId('allPage:allForm:allBlock:contractInfo:renewTenOFF')).value();
+//     if (renewTenOFF == 'true') {
+//         j$(escapeVfId('allPage:allForm:allBlock:contract:startdate')).attr("disabled", true);
+//     }
+//         document.getElementById("startdateaddsix1").value = addMonths(j$(escapeVfId('allPage:allForm:allBlock:contractInfo:PastContractendday')).value(),6);
+//         document.getElementById("startdateaddsix2").value = addMonths(j$(escapeVfId('allPage:allForm:allBlock:contractInfo:PastContractendday')).value(),6);
+//         document.getElementById("startdateaddsix3").value = addMonths(j$(escapeVfId('allPage:allForm:allBlock:contractInfo:PastContractendday')).value(),12);
+//     // 鎶ヤ环瑙勫垯鏀瑰杽 20230310 end
+//     for (var i = 0; i < cnt; i++) {
+//         // 鎶ヤ环瑙勫垯鏀瑰杽 20230310 start
+//         var  downPrice1 = 0;
+//         var  upPrice1 = 0;
+//         var  downPrice3 = 0;
+//         var  upPrice3 = 0;
+//         var  downPrice4 = 0;
+//         var  upPrice4 = 0;
+//          var Price_YearTXT = 0;
+//         var LastMContract_Price = localParseFloat(j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':LastMContract_Price')).val());
+//         var isnew = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':assetNewHidden')).val();
+//         // 鍚堝悓鏈堟暟涔楃畻
+//         var month = localParseFloat(j$(escapeVfId('allPage:allForm:allBlock:contract:monthRange')).val());
+//         if (month == undefined || month == "") {
+//             month = 1;
+//         }
+//         var month2 = 0;
+//         if (month > 12) {
+//             month2 = month - 12;
+//             month = 12;
+//         }
+//         var b = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Contract_No')).value();
+//         var LastMContractRecord = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':LastMContractRecord')).value();
+//         if(b != ''){
+//                     // var lastendDate = new Date(j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':End_Date')).value());
+//                     var lastContRange = 0;
+//                     if(LastMContractRecord == 'VM_Contract'){
+//                         // lastendDate = new Date(j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':endDateGurantee_Text')).value());
+//                         lastContRange = 36;
+//                     }else{
+//                         lastContRange = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':lastContRange')).value();
+//                     }
+//         }           
+//         var Punish = calculateNtoMRatio( lastContRange,(month + month2));
+//          // 鎶ヤ环瑙勫垯鏀瑰杽 20230310 end
+//         if (!isDisabled) {
+//             var Adjustment_ratio_Lower = localParseFloat(j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Adjustment_ratio_Lower')).val());
+//             var Adjustment_ratio_Upper = localParseFloat(j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Adjustment_ratio_Upper')).val());
+//              strMoney = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':assetListPriceHidden')).val();
+//                 Price_YearTXT = strMoney * 12;
+//                 if (isnew == 'true') {
+//                     strMoney = month * strMoney + month2 * strMoney / {!isNewPriceAdj};
+//                 } else {
+//                     strMoney = month * strMoney + month2 * strMoney;
+//                 }
+//             // 鏈嶅姟鍚堝悓鎶ヤ环瑙勫垯鏀瑰杽 20230227 start
+//                     var LastMContractID = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':LastMContractID')).value();
+//                     // var ISStandardPricing = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':ISStandardPricing')).value();
+//                     // 缂哄皯棣栫璁惧閫昏緫
+//                     if (LastMContractID == '') {
+//                         console.log('鏂扮璁惧');
+//                         j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Adjustment_Lower_price')).text(toNumComma(strMoney));
+//                         j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Adjustment_Lower_priceHidden')).val(strMoney);
+//                         j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Adjustment_Upper_price')).text(toNumComma(strMoney));
+//                         j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Adjustment_Upper_priceHidden')).val(strMoney);
+//                     }
+//             // 鏈嶅姟鍚堝悓鎶ヤ环瑙勫垯鏀瑰杽 20230227 end
+//             var startdate11 = j$(escapeVfId('allPage:allForm:allBlock:contractInfo:PastContractendday')).value();
+//             var startdate1 = j$(escapeVfId('allPage:allForm:allBlock:contract:startdate')).value();
+//             var startdate = new Date(startdate1);
+//             var startdatesix1 = new Date(addMonths(startdate11,6));
+//             startdatesix1.setDate(startdatesix1.getDate()-1);
+//             var startdatesix2 = new Date(addMonths(startdate11,6));
+//             startdatesix2.setDate(startdatesix2.getDate()+1);
+//             var startdatesix3 = new Date(addMonths(startdate11,12));
+//             startdatesix3.setDate(startdatesix3.getDate()+1);
+//             // 绗竴涓棩鏈�
+//             var result1 = Blankperiod(startdate,i,LastMContract_Price,Punish,Adjustment_ratio_Upper,Adjustment_ratio_Lower,strMoney,1);
+//             var arr=result1.split( '/');
+//             downPrice=parseInt(arr[0]);
+//             upPrice=parseInt(arr[1]);
+//             isSeamlessRenew=isSeamlessRenew+parseInt(arr[2]);
+//             // console.log('result1='+result1);
+//             // 绗簩涓棩鏈�
+//             var result2 = Blankperiod(startdatesix1,i,LastMContract_Price,Punish,Adjustment_ratio_Upper,Adjustment_ratio_Lower,strMoney,2);
+//             var arr2=result2.split( '/');
+//             downPrice1=parseInt(arr2[0]);
+//             upPrice1=parseInt(arr2[1]);
+//             isSeamlessRenew1=isSeamlessRenew1+parseInt(arr2[2]);
+//             // console.log('result2='+result2);
+//             // 绗笁涓棩鏈�
+//             var result3 = Blankperiod(startdatesix2,i,LastMContract_Price,Punish,Adjustment_ratio_Upper,Adjustment_ratio_Lower,strMoney,2);
+//             var arr3=result3.split( '/');
+//             downPrice3=parseInt(arr3[0]);
+//             upPrice3=parseInt(arr3[1]);
+//             isSeamlessRenew3=isSeamlessRenew3+parseInt(arr3[2]);
+//             // console.log('result3='+result3);
+//             // 绗洓涓棩鏈�
+//             var result4 = Blankperiod(startdatesix3,i,LastMContract_Price,Punish,Adjustment_ratio_Upper,Adjustment_ratio_Lower,strMoney,2);
+//             var arr4=result4.split( '/');
+//             downPrice4=parseInt(arr4[0]);
+//             upPrice4=parseInt(arr4[1]);
+//             isSeamlessRenew4=isSeamlessRenew4+parseInt(arr4[2]);
+//             // console.log('result4='+result4);
+//             // 鎶ヤ环瑙勫垯鏀瑰杽 20230308 end
+//             // 鎶ヤ环瑙勫垯鏀瑰杽 20230310 start
+//             downPriceSum = downPriceSum + localParseFloat(toNum(downPrice));
+//             upPriceSum =  upPriceSum + localParseFloat(toNum(upPrice));
+//             downPriceSum1 = downPriceSum1 + localParseFloat(toNum(downPrice1));
+//             upPriceSum1 =  upPriceSum1 + localParseFloat(toNum(upPrice1));
+//             downPriceSum3 = downPriceSum3 + localParseFloat(toNum(downPrice3));
+//             upPriceSum3=  upPriceSum3 + localParseFloat(toNum(upPrice3));
+//             downPriceSum4 = downPriceSum4 + localParseFloat(toNum(downPrice4));
+//             upPriceSum4=  upPriceSum4 + localParseFloat(toNum(upPrice4));
+//             // 鎶ヤ环瑙勫垯鏀瑰杽 20230310 end
+//         }
+//     }
+//     // 鎶ヤ环瑙勫垯鏀瑰杽 20230309 start
+//     // console.log('isSeamlessRenew='+isSeamlessRenew);
+//         if (isSeamlessRenew==0) {
+//             j$(escapeVfId('allPage:allForm:allBlock:contractInfo:Is_Blank_period')).val(true);
+//         }else{
+//             j$(escapeVfId('allPage:allForm:allBlock:contractInfo:Is_Blank_period')).val(false);
+//         }
+//         var startime1 =  new Date(j$(escapeVfId('allPage:allForm:allBlock:contractInfo:PastContractendday')).value());
+//         var startime2 = new Date(j$(escapeVfId('allPage:allForm:allBlock:contract:startdate')).value());
+//         var result = (startime2-startime1)/(3600*24*1000);
+//         Is_Blank_period1 =  j$(escapeVfId('allPage:allForm:allBlock:contractInfo:Is_Blank_period')).value();
+//         Cost_rate_ForecastF =  j$(escapeVfId('allPage:allForm:allBlock:contractInfo:Cost_rate_ForecastF')).value();
+//         // 5.褰撻娴嬫垚鏈巼涓虹┖鏃跺疄缁╄繛鍔ㄤ环鏍兼槸鍚︿韩鍙�9鎶樹紭鎯�
+//         if (isSeamlessRenew==0 && ((parseFloat(Cost_rate_ForecastF)<100)||Cost_rate_ForecastF.length == 0)) {
+//             downPriceSum = downPriceSum*0.9;
+//             upPriceSum = upPriceSum*0.9;
+//         }
+//         if (isSeamlessRenew1==0) {
+//             downPriceSum1 = downPriceSum1*0.9;
+//             upPriceSum1 = upPriceSum1*0.9;
+//         }
+//         if (isSeamlessRenew3==0) {
+//             downPriceSum3 = downPriceSum3*0.9;
+//             upPriceSum3 = upPriceSum3*0.9;
+//         }
+//         if (isSeamlessRenew4==0) {
+//             downPriceSum4 = downPriceSum4*0.9;
+//             upPriceSum4 = upPriceSum4*0.9;
+//         }
+//         if (!isDisabled) {
+//         j$(escapeVfId('allPage:allForm:allBlock:contractInfo:GuidePriceUp')).text(toNumComma(Math.round(upPriceSum)));
+//         j$(escapeVfId('allPage:allForm:allBlock:contractInfo:GuidePriceUpHidden')).val(toNum(Math.round(upPriceSum)));
+//         j$(escapeVfId('allPage:allForm:allBlock:contractInfo:GuidePriceDown')).text(toNumComma(Math.round(downPriceSum)));
+//         j$(escapeVfId('allPage:allForm:allBlock:contractInfo:GuidePriceDownHidden')).val(toNum(Math.round(downPriceSum)));
+//         }
+//         document.getElementById("GuidePriceDown5").value = toNumComma(Math.round(downPriceSum));
+//         document.getElementById("GuidePriceUp5").value = toNumComma(Math.round(upPriceSum));
+//         document.getElementById("GuidePriceDown4").value = toNumComma(Math.round(downPriceSum1));
+//         document.getElementById("GuidePriceUp4").value = toNumComma(Math.round(upPriceSum1));
+//         document.getElementById("GuidePriceDown3").value = toNumComma(Math.round(downPriceSum3));
+//         document.getElementById("GuidePriceUp3").value = toNumComma(Math.round(upPriceSum3));
+//         document.getElementById("GuidePriceDown2").value = toNumComma(Math.round(downPriceSum4));
+//         document.getElementById("GuidePriceUp2").value = toNumComma(Math.round(upPriceSum4));
+//     // 鎶ヤ环瑙勫垯鏀瑰杽 20230309 end
+// } 
 function refreshAsset(cnt) {
+    console.log('鎵цrefreshAsset');
+    console.log('decide==='+{!DecideBtnDisabled});
+    
      // alert(cnt);
     // 鎻愪氦鍚庡氨椤甸潰涓嶈绠椾簡
     var isDisabled = {!PageDisabled};
@@ -434,25 +683,31 @@
     // 鏂板搧鍚堝悓 鍒ゆ柇
     var newCon = true;
     var contractStartDate = new Date(j$(escapeVfId('allPage:allForm:contractstartdate')).value());
-    //涓婇檺鍚堝悓 20230103 LY start
-    // var mainteReal = j$(escapeVfId('allPage:allForm:allBlock:contractInfo:mainteReal')).text();
-    // Limit_Price_Amount = localParseFloat(mainteReal)*1.3;
-    // console.log('Limit_Price_Amount'+Limit_Price_Amount);
-    // j$(escapeVfId('allPage:allForm:allBlock:contractInfo:Limit_Price_Amount')).val(Limit_Price_Amount);
-    
-    //涓婇檺鍚堝悓 20230103 LY end
     //澶氬勾淇濈画绛惧悎鍚屾暟閲� thh 20220316 start
     var GuranteeCount = 0;
     //澶氬勾淇濈画绛惧悎鍚屾暟閲� thh 20220316 end
+
+
 
     //2022鏁呴殰鍝佸姞璐� 鑾峰彇userInfo绠�妗e悕绉� 鏄惁涓篎SE start
     var isFSE = {!isFSE};
     // var isFSE = true;
     console.log('***isFSE',isFSE);
     //2022鏁呴殰鍝佸姞璐� 鑾峰彇userInfo绠�妗e悕绉� end
-
+    //20230208 涓婇檺鍚堝悓寮�鍙� hql start
+    if (isFSE) {
+        // lpa =  document.getElementById('allPage:allForm:allBlock:contractInfo:Limit_Price_Amount');
+        // lpa.style.display = "none";
+        j$(escapeVfId('allPage:allForm:allBlock:contractInfo:Limit_Price_Amount')).attr("disabled", true);
+        console.log('涓婇檺閲戦闅愯棌');
+    }
+    //20230208 涓婇檺鍚堝悓寮�鍙� hql end
     // 棰勫畾寮�濮嬫棩
     var startdate = new Date(j$(escapeVfId('allPage:allForm:allBlock:contract:startdate')).value());
+    // 鎶ヤ环瑙勫垯鏀瑰杽
+    // document.getElementById("startdateaddsix4").value = j$(escapeVfId('allPage:allForm:allBlock:contract:startdate')).value();
+    // 鎶ヤ环瑙勫垯鏀瑰杽
+    
     // 棰勫畾寮�濮嬫棩-6涓湀
     startdate.setMonth(startdate.getMonth() - 6);
     // 鐢宠鏃� 褰撳墠鏃ユ湡
@@ -479,6 +734,7 @@
         month = 12;
     }
     for (var i = 0; i < cnt; i++) {
+        // console.log('绗�'+i+'涓澶�');
         var strMoney = 0;
         var repairMoney = 0;
         // 琛岄」鐩� 鏈�楂樸�佹渶浣庝环鏍煎悎璁�
@@ -486,15 +742,20 @@
         // 涓嬬嚎浠锋牸
         var downPrice = 0;
         // 涓婄嚎浠锋牸
-        var upPrice = 0;
-        
+        var upPrice = 0; 
         // 12涓湀鍚堝悓閲戦
         var Price_YearTXT = 0;
-        
+
         var isManual = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':IsManual')).text();
         var isnew = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':assetNewHidden')).val();
         var assetListmonth = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':assetListPriceHidden')).val();
-        console.log('***isManual=:'+isManual);
+
+        //甯傚満澶氬勾淇濅慨浠锋牸寮�鍙� DC 2023/02/09 start 
+        var VMassetListmonth = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Maintenance_Price_Year__c')).val();
+        // console.log('***鍚堝悓瀹氫环:'+VMassetListmonth);
+        //甯傚満澶氬勾淇濅慨浠锋牸寮�鍙� DC 2023/02/09 end  
+
+        // console.log('***isManual=:'+isManual);
         if (isManual == 'true') {
             var a = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Assert')).value();
             if (a != '') {
@@ -506,17 +767,21 @@
                 //}
 
                 strMoney = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':assetListPriceHidden')).val();
+
                 // alert(strMoney);
                 Price_YearTXT = strMoney * 12;
                 if (isnew == 'true') {
                     newCount ++;
                     strMoney = month * strMoney + month2 * strMoney / {!isNewPriceAdj};
+
                 } else {
                     newCon = false;
                     strMoney = month * strMoney + month2 * strMoney;
+
                 }
                 var b = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Contract_No')).value();
                 var LastMContractRecord = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':LastMContractRecord')).value();
+                // console.log('***缁翠慨鍚堝悓璁板綍绫诲瀷1'+LastMContractRecord);
                 if(b != ''){
                     conCCount ++;
                     // 1.鍚堝悓鏈熶笉婊′竴骞存椂锛屽悎鍚屾湡瓒呰繃涓�鍗婃墠鍙紑濮嬬画绛炬姤浠枫��(eg:11涓湀鐨勫悎鍚屼粠6涓湀鍚庢墠鍙姤浠枫��)
@@ -555,31 +820,137 @@
                     // 鍒ゆ柇鏈夋棤鎶ヤ环锛氭病鏈夋寜鐓ф爣鍑嗕环鏍煎疄闄呰仈鍔�
                     var Estimate_Num = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Estimate_NumHidden')).val();
                     if(Estimate_Num == 0){
-                        if(LastMContractRecord == 'VM_Contract'){
+                       if(LastMContractRecord == 'VM_Contract'){
                             // gzw 20220630  瀹為檯鑱斿姩6涓湀浠锋牸鍖哄垎
                             var nowdate = new Date();
                             lastendDate = new Date(j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':endDateGurantee_Text')).value());
                             nowdate = nowdate.setMonth(nowdate.getMonth() + 6);
-                            if(nowdate < Date.parse(lastendDate)){
-                                upPrice = strMoney;
-                                downPrice = strMoney * 0.8;
+
+                            //甯傚満澶氬勾淇濅慨浠锋牸寮�鍙� DC 2023/1/30 start 
+
+                            var Maxcoefficient =0;
+                            var Mincoefficient =0;
+
+                            var ContractMonth = localParseFloat(j$(escapeVfId('allPage:allForm:allBlock:contract:monthRange')).val());
+
+                            var AssetRate = localParseFloat(j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':AssetConsumptionRateNew')).val());
+                            // console.log('***娑堣垂鐜�:'+AssetRate);
+
+                             j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Contractrate')).text(AssetRate +'%');
+
+                            if(AssetRate<= 50){
+                                Maxcoefficient = (1-0.3);
+                                Mincoefficient = (1-0.4);
+                            }else if(AssetRate>50 &&AssetRate<=60){
+                                Maxcoefficient = (1-0.2);
+                                Mincoefficient = (1-0.3);
+                                
+                            }else if(AssetRate>60 &&AssetRate<=70){
+                                Maxcoefficient = (1-0.15);
+                                Mincoefficient = (1-0.25);
+                                
+                            }else if(AssetRate>70 &&AssetRate<=80){
+                                Maxcoefficient = (1-0.1);
+                                Mincoefficient = (1-0.2);
+                                
+                            }else if(AssetRate>80 &&AssetRate<=90){
+                                Maxcoefficient = (1-0.05);
+                                Mincoefficient = (1-0.15);
+                                
+                            }else if(AssetRate>90 &&AssetRate<=100){
+                                Maxcoefficient = 1;
+                                Mincoefficient = (1-0.05);
+                                
+                            }else if(AssetRate>100 &&AssetRate<=110){
+                                Maxcoefficient = (1+0.05);
+                                Mincoefficient = 1;
+                                
+                            }else if(AssetRate>110 &&AssetRate<=120){
+                                Maxcoefficient = (1+0.1);
+                                Mincoefficient = 1;
+                                
+                            }else if(AssetRate>120 &&AssetRate<=130){
+                                Maxcoefficient = (1+0.2);
+                                Mincoefficient = (1+0.1);
+                                
+                            }else if(AssetRate>130 &&AssetRate<=140){
+                                Maxcoefficient = (1+0.25);
+                                Mincoefficient = (1+0.15);
+                                
+                            }else if(AssetRate>140){
+                                Maxcoefficient = (1+0.3);
+                                Mincoefficient = (1+0.2);
+                                
+                            }
+                            //甯傚満澶氬勾淇濅慨浠锋牸寮�鍙� DC 2023/1/30 end 
+                            // console.log('***鏈�楂樼郴鏁�'+Maxcoefficient);
+                            // console.log('***鏈�浣庣郴鏁�'+Mincoefficient);
+
+                        if(nowdate < Date.parse(lastendDate)){
+                            //璁惧灏忎簬涓ゅ勾鍗�
+                            // upPrice = strMoney;
+                            // downPrice = strMoney * 0.8;
+                        // console.log('***灏忎簬2骞村崐')
+                        // 甯傚満澶氬勾淇濅慨浠锋牸寮�鍙� start DC 2023/01/19  
+                            //甯傚満澶氬勾淇濊澶囧皬浜�2骞村崐
+                            var AssetModelNo = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Asset_Model_No__c')).value();
+                            var Category4 = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Category4__c')).value();
+                            // console.log('***璁惧鍨嬪彿'+AssetModelNo);
+                            // console.log('***浜у搧绫诲瀷'+Category4);
+
+                            //璁惧璁惧娑堣垂鐜囧皬浜�1.4
+                            if(AssetRate<140){
+                                upPrice = VMassetListmonth * ContractMonth /12;
+                                // console.log('娑堣垂鐜囧皬浜�1.4 upPrice = 瀹氫环 *缁忓巻鏈堟暟 /12'+ upPrice);
+
+                                // if((AssetModelNo.includes('290')&&( Category4 =='BF'|| Category4=='BF鎵囨壂'||Category4=='CF'))|| Category4 =='URF'){
+                                //     downPrice = upPrice;
+                                //     // console.log('娑堣垂鐜囧皬浜�1.4 浜у搧鏃犳渶浣庝环 downPrice '+ downPrice);
+
+                                // }else{
+                                    downPrice = upPrice * 0.8;
+                                    // console.log('娑堣垂鐜囧皬浜�1.4 浜у搧鏈�浣庝环 downPrice = upPrice* 0.8锛�'+ downPrice);
+
+                                // }
                             }else{
-                                upPrice = (assetListmonth * Punish) * (1 + Adjustment_ratio_Upper/100);
-                                downPrice = (assetListmonth * Punish) * (1 + Adjustment_ratio_Lower/100);
+                                upPrice = VMassetListmonth * ContractMonth *Maxcoefficient / 12;
+                                downPrice = VMassetListmonth * ContractMonth * Mincoefficient / 12;   
+                                // console.log('娑堣垂鐜囧ぇ浜�1.4 upPrice'+ upPrice);
+                                // console.log('娑堣垂鐜囧ぇ浜�1.4 downPrice'+ downPrice);
+                            }
+                            // 甯傚満澶氬勾淇濅慨浠锋牸寮�鍙� end DC 2023/01/19  
+                            }else{
+                                // upPrice = (assetListmonth * Punish) * (1 + Adjustment_ratio_Upper/100);
+                                // downPrice = (assetListmonth * Punish) * (1 + Adjustment_ratio_Lower/100);
+
+
+                                //甯傚満澶氬勾淇濅慨浠锋牸寮�鍙� DC 2023/1/30 start  璁惧澶т簬2骞村崐 缁浠锋牸 = 瀹氫环 *娑堣垂鐜囧搴旂郴鏁� / 12 *鍚堝悓鏈堟暟
+                               
+                                upPrice = VMassetListmonth * ContractMonth *Maxcoefficient / 12;
+                                downPrice = VMassetListmonth * ContractMonth * Mincoefficient / 12;
+
+                                // console.log('璁惧澶т簬2骞村崐 缁浠锋牸 = 瀹氫环 *娑堣垂鐜囧搴旂郴鏁� / 12 *鍚堝悓鏈堟暟 upPrice'+ upPrice);
+                                // console.log('璁惧澶т簬2骞村崐 缁浠锋牸 = 瀹氫环 *娑堣垂鐜囧搴旂郴鏁� / 12 *鍚堝悓鏈堟暟 downPrice'+ downPrice);
+                                //甯傚満澶氬勾淇濅慨浠锋牸寮�鍙� DC 2023/1/30 end 
+                            
+
                             }
                             // gzw 20220630  瀹為檯鑱斿姩6涓湀浠锋牸鍖哄垎
                         }else{
                             upPrice = strMoney;
                             downPrice = strMoney * 0.8;
+                            console.log('閫夋嫨1');
                         }
                     }else{
                         upPrice = (LastMContract_Price * Punish) * (1 + Adjustment_ratio_Upper/100);
                         downPrice = (LastMContract_Price * Punish) * (1 + Adjustment_ratio_Lower/100);
+                        console.log('閫夋嫨2');
                     }
                 }else{
                     //firstCCount ++;
                     upPrice = strMoney;
                     downPrice = strMoney * 0.8;
+                    console.log('閫夋嫨3');
                 }
                 // 涓婁笅闄愬洓鑸嶄簲鍏�
                 upPrice = upPrice.toFixed(2);
@@ -626,14 +997,19 @@
                 newCon = false;
             }
             strMoney = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':assetListPriceHidden')).val();
+
             Price_YearTXT = strMoney * 12;
             if (isnew == 'true') {
                 strMoney = month * strMoney + month2 * strMoney / {!isNewPriceAdj};
+
             } else {
                 strMoney = month * strMoney + month2 * strMoney;
             }
+
             var b = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Contract_No')).value(); 
             var LastMContractRecord = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':LastMContractRecord')).value();
+            // console.log('***缁翠慨鍚堝悓璁板綍绫诲瀷2'+LastMContractRecord);
+
             if(b != ''){
                 conCCount ++;
                 // 1.鍚堝悓鏈熶笉婊′竴骞存椂锛屽悎鍚屾湡瓒呰繃涓�鍗婃墠鍙紑濮嬬画绛炬姤浠枫��(eg:11涓湀鐨勫悎鍚屼粠6涓湀鍚庢墠鍙姤浠枫��)
@@ -679,21 +1055,124 @@
                         var nowdate = new Date();
                         lastendDate = new Date(j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':endDateGurantee_Text')).value());
                         nowdate = nowdate.setMonth(nowdate.getMonth() + 6);
+                        // console.log('**缁撴潫鏃�',lastendDate);
+                        //甯傚満澶氬勾淇濅慨浠锋牸寮�鍙� DC 2023/1/30 start 
+
+                            var Maxcoefficient =0;
+                            var Mincoefficient =0;
+
+                            var ContractMonth = localParseFloat(j$(escapeVfId('allPage:allForm:allBlock:contract:monthRange')).val());
+                            // console.log('***缁忓巻鏈堟暟'+ContractMonth);
+                            var AssetRate = localParseFloat(j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':AssetConsumptionRateNew')).val());
+                            // console.log('***娑堣垂鐜�:'+AssetRate);
+
+                             j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Contractrate')).text(AssetRate +'%');
+
+                            if(AssetRate<= 50){
+                                Maxcoefficient = (1-0.3);
+                                Mincoefficient = (1-0.4);
+                            }else if(AssetRate>50 &&AssetRate<=60){
+                                Maxcoefficient = (1-0.2);
+                                Mincoefficient = (1-0.3);
+                                
+                            }else if(AssetRate>60 &&AssetRate<=70){
+                                Maxcoefficient = (1-0.15);
+                                Mincoefficient = (1-0.25);
+                                
+                            }else if(AssetRate>70 &&AssetRate<=80){
+                                Maxcoefficient = (1-0.1);
+                                Mincoefficient = (1-0.2);
+                                
+                            }else if(AssetRate>80 &&AssetRate<=90){
+                                Maxcoefficient = (1-0.05);
+                                Mincoefficient = (1-0.15);
+                                
+                            }else if(AssetRate>90 &&AssetRate<=100){
+                                Maxcoefficient = 1;
+                                Mincoefficient = (1-0.05);
+                                
+                            }else if(AssetRate>100 &&AssetRate<=110){
+                                Maxcoefficient = (1+0.05);
+                                Mincoefficient = 1;
+                                
+                            }else if(AssetRate>110 &&AssetRate<=120){
+                                Maxcoefficient = (1+0.1);
+                                Mincoefficient = 1;
+                                
+                            }else if(AssetRate>120 &&AssetRate<=130){
+                                Maxcoefficient = (1+0.2);
+                                Mincoefficient = (1+0.1);
+                                
+                            }else if(AssetRate>130 &&AssetRate<=140){
+                                Maxcoefficient = (1+0.25);
+                                Mincoefficient = (1+0.15);
+                                
+                            }else if(AssetRate>140){
+                                Maxcoefficient = (1+0.3);
+                                Mincoefficient = (1+0.2);
+                                
+                            }
+                            // 甯傚満澶氬勾淇濅慨浠锋牸寮�鍙� DC 2023/1/30 end 
+                            console.log('***鏈�楂樼郴鏁�'+Maxcoefficient);
+                            console.log('***鏈�浣庣郴鏁�'+Mincoefficient);
+
                         if(nowdate < Date.parse(lastendDate)){
-                            upPrice = strMoney;
-                            downPrice = strMoney * 0.8;
+                            //璁惧灏忎簬涓ゅ勾鍗�
+                            // upPrice = strMoney;
+                            // downPrice = strMoney * 0.8;
+                            
+                        // 甯傚満澶氬勾淇濅慨浠锋牸寮�鍙� start DC 2023/01/19  
+                            //甯傚満澶氬勾淇濊澶囧皬浜�2骞村崐
+                            var AssetModelNo = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Asset_Model_No__c')).value();
+                            var Category4 = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Category4__c')).value();
+                            // console.log('***璁惧鍨嬪彿'+AssetModelNo);
+                            // console.log('***浜у搧绫诲瀷'+Category4);
+
+                            //璁惧璁惧娑堣垂鐜囧皬浜�1.4
+                            if(AssetRate<140){
+                                upPrice = VMassetListmonth *ContractMonth / 12;
+                                // console.log('娑堣垂鐜囧皬浜�1.4 upPrice = VMassetListmonth *month /12'+ upPrice);
+
+                                // if((AssetModelNo.includes('290')&&( Category4 =='BF'|| Category4=='BF鎵囨壂'||Category4=='CF'))|| Category4 =='URF'){
+                                //     downPrice = upPrice;
+                                //     // console.log('娑堣垂鐜囧皬浜�1.4 浜у搧鏃犳渶浣庝环 downPrice '+ downPrice);
+
+                                // }else{
+                                    downPrice = upPrice * 0.8;
+                                    // console.log('娑堣垂鐜囧皬浜�1.4 浜у搧鏈�浣庝环 downPrice = upPrice* 0.8锛�'+ downPrice);
+
+                                // }
+                            }else{
+                                upPrice = VMassetListmonth * ContractMonth *Maxcoefficient / 12;
+                                downPrice = VMassetListmonth * ContractMonth * Mincoefficient / 12;   
+                                // console.log('娑堣垂鐜囧ぇ浜�1.4 upPrice'+ upPrice);
+                                // console.log('娑堣垂鐜囧ぇ浜�1.4 downPrice'+ downPrice);
+                            }
+                        // 甯傚満澶氬勾淇濅慨浠锋牸寮�鍙� end DC 2023/01/19      
+
                         }else{
-                            upPrice = (assetListmonth * Punish) * (1 + Adjustment_ratio_Upper/100);
-                            downPrice = (assetListmonth * Punish) * (1 + Adjustment_ratio_Lower/100);
+                            //璁惧澶т簬涓ゅ勾鍗�
+                            // upPrice = (assetListmonth * Punish) * (1 + Adjustment_ratio_Upper/100);
+                            // downPrice = (assetListmonth * Punish) * (1 + Adjustment_ratio_Lower/100);
+
+                            //甯傚満澶氬勾淇濅慨浠锋牸寮�鍙� DC 2023/1/30 start  璁惧澶т簬2骞村崐 缁浠锋牸 = 瀹氫环 *娑堣垂鐜囧搴旂郴鏁� / 12 *鍚堝悓鏈堟暟
+                            upPrice = VMassetListmonth * ContractMonth *Maxcoefficient / 12;
+                            downPrice = VMassetListmonth * ContractMonth * Mincoefficient / 12;
+
+                            // console.log('璁惧澶т簬2骞村崐 缁浠锋牸 = 瀹氫环 *娑堣垂鐜囧搴旂郴鏁� / 12 *鍚堝悓鏈堟暟 upPrice'+ upPrice);
+                            // console.log('璁惧澶т簬2骞村崐 缁浠锋牸 = 瀹氫环 *娑堣垂鐜囧搴旂郴鏁� / 12 *鍚堝悓鏈堟暟 downPrice'+ downPrice);
+                            //甯傚満澶氬勾淇濅慨浠锋牸寮�鍙� DC 2023/1/30 end 
                         }
                         // gzw 20220630  瀹為檯鑱斿姩6涓湀浠锋牸鍖哄垎
                     }else{
                         upPrice = strMoney;
                         downPrice = strMoney * 0.8;
+                        console.log('閫夋嫨4');
                     }
                 }else{
                     upPrice = (LastMContract_Price * Punish) * (1 + Adjustment_ratio_Upper/100);
                     downPrice = (LastMContract_Price * Punish) * (1 + Adjustment_ratio_Lower/100);
+                    // console.log('閫夋嫨5');
                 }
             }else{
                 if (isnew == 'true') {
@@ -712,39 +1191,42 @@
             //j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':assetListPriceTXT')).text(toNumComma(Price_YearTXT));
             //j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':assetListPriceTXTHidden')).val(Price_YearTXT);
             if (!isDisabled) {
+                
+                // else{
                 // 瀹為檯鑱斿姩浠锋牸 start
                 j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Adjustment_Lower_price')).text(toNumComma(downPrice));
                 j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Adjustment_Lower_priceHidden')).val(downPrice);
                 j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Adjustment_Upper_price')).text(toNumComma(upPrice));
                 j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Adjustment_Upper_priceHidden')).val(upPrice);
                 // 瀹為檯鑱斿姩浠锋牸 end
+                // }
             }
             //j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':assetListPrice')).text(toNumComma(strMoney));
             j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':assetListPricePageHidden')).val(strMoney);
-            //<!-- (2022骞�12鏈堜笂绾�)鏁呴殰鍝佸姞璐� start -->  
+            
 
+            //<!-- (2022骞�12鏈堜笂绾�)鏁呴殰鍝佸姞璐� start -->  
             Repair_Price_AutoPrice = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Repair_Price_Auto'));
             Repair_Price_Auto = Repair_Price_AutoPrice.value();
             repairMoney = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':repairPrice')).value();
             Repair_Price_pass = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Repair_Price_pass')).val();
-            console.log((i+1)+'鍙穜epairMoney='+repairMoney);
-            console.log((i+1)+'鍙稲epair_Price_Auto='+Repair_Price_Auto);
+            // console.log((i+1)+'鍙穜epairMoney='+repairMoney);
+            // console.log((i+1)+'鍙稲epair_Price_Auto='+Repair_Price_Auto);
             if ((repairMoney+1)==1) {
                 j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':repairPrice')).val(Repair_Price_Auto);
-                console.log('repairMoney淇敼鎴愬姛');
+                // console.log('repairMoney淇敼鎴愬姛');
             }
             if ((Repair_Price_pass+1)==1) {
                 j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Repair_Price_pass')).val(Repair_Price_Auto);
-                console.log('Repair_Price_pass淇敼鎴愬姛');
+                // console.log('Repair_Price_pass淇敼鎴愬姛');
             }
             repairMoney1 = localParseFloat(repairMoney);
             ISReducedpriceapproval = j$(escapeVfId('allPage:allForm:allBlock:ISReducedpriceapproval')).val();
-            console.log('ISReducedpriceapproval=='+ISReducedpriceapproval);
+            // console.log('ISReducedpriceapproval=='+ISReducedpriceapproval);
             var isDisabled = {!PageDisabled};
             if (ISReducedpriceapproval =='鏈夊叓鎶樹互涓嬪緟瀹℃壒' || ISReducedpriceapproval =='鏄�'|| isDisabled) {
                 j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':repairPrice')).attr("disabled", true);
             }else{
-                console.log('鏃犲叓鎶樹互涓嬪緟瀹℃壒鍜屾槸鐨勯噾棰�');
                 j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':repairPrice')).attr("disabled", false);
             }
             ISReducedpriceapproval1 = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':ISReducedpriceapproval1')).val();
@@ -754,21 +1236,26 @@
                 isresduce = isresduce+1;
             }
           
-            console.log('鍒濆鍖杋sresduce='+isresduce);
-        
-            ResonCannotWarranty = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':ResonCannotWarranty')).value();
+            // console.log('鍒濆鍖杋sresduce='+isresduce);
             rppa =  document.getElementById('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Repair_Price_Auto');
+            ResonCannotWarranty = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':ResonCannotWarranty')).value();
+            // console.log('涓嶅彲鍙備繚鍘熷洜涓猴細'+ResonCannotWarranty);
+            // console.log('repairMoney鎵ц娆℃暟涓�'+repairMoney);
+            if(!(ResonCannotWarranty.indexOf("寮冧慨") != -1)&&(repairMoney+1)==1){
+                // if (!(situation.indexOf("淇悊涓�")!=-1)&& !(Agreed_Date.indexOf("涓虹┖")!=-1)) { 
+                    rppa.style.display = "none";
+                    j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':repairPrice')).val('');
+                    // console.log('###淇敼鎴愬姛');
+                // }
+            }
+            
+            
             situation = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Asset_situation')).value();
             // Agreed_Date =  j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Agreed_Date')).value();
 
-            console.log('situation='+situation);
+            // console.log('situation='+situation);
             // console.log('Agreed_Date1='+Agreed_Date);
-            if(!(ResonCannotWarranty.indexOf("寮冧慨") != -1)&&(repairMoney+1)==1){
-                    rppa.style.display = "none";
-                    j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':repairPrice')).val('');
-                    console.log('###淇敼鎴愬姛');
-            }
-            console.log('鍒ゆ柇1'+(situation.indexOf("淇悊涓�")!=-1));
+            
             // console.log('鍒ゆ柇'+(Agreed_Date.indexOf("涓嶄负绌�")!=-1));
             // if ((situation.indexOf("淇悊涓�")!=-1)&& (Agreed_Date.indexOf("涓嶄负绌�")!=-1)) {
             //     console.log('寮�濮嬫搷浣�2');
@@ -782,6 +1269,7 @@
         listSum = listSum + localParseFloat(toNum(strMoney));
         downPriceSum = downPriceSum + localParseFloat(toNum(downPrice));
         upPriceSum =  upPriceSum + localParseFloat(toNum(upPrice));
+        
     }
     
    
@@ -790,6 +1278,7 @@
     
     //j$(escapeVfId('allPage:allForm:allBlock:contractInfo:assetSumPrice')).text(toNumComma(listSum));
     //j$(escapeVfId('allPage:allForm:allBlock:contractInfo:assetSumPriceHidden')).val(toNum(listSum));
+
     if (!isDisabled) {
         j$(escapeVfId('allPage:allForm:allBlock:contractInfo:GuidePriceUp')).text(toNumComma(Math.round(upPriceSum)));
         j$(escapeVfId('allPage:allForm:allBlock:contractInfo:GuidePriceUpHidden')).val(toNum(Math.round(upPriceSum)));
@@ -821,16 +1310,21 @@
     }else{
         result = '缁鍚堝悓';
     }
-    console.log(result);
+    // console.log(result);
     document.getElementById("allPage:allForm:allBlock:contractInfo:Contract_TypeTXT").innerHTML = result;
     document.getElementById("allPage:allForm:allBlock:contractInfo:Contract_TypeTXTHidden").value = result;
-     
     // 鍙栨秷閰稿寲姘�
     //NotUseOxygenatedWaterAmount(1);
     examinationPriceCal(cnt);
     getLastContractRate();
+    // 鎶ヤ环瑙勫垯鏀瑰杽 20230315 start
+    // seamlessRenew(cnt);
+    // 鎶ヤ环瑙勫垯鏀瑰杽 20230315 end
+    number1++;
+
 }
 function changeAsset(cnt) {
+    console.log('鎵ц浜哻hangeAsset');
     // alert(cnt);
     // 鎻愪氦鍚庡氨椤甸潰涓嶈绠椾簡
     var isDisabled = {!PageDisabled};
@@ -910,6 +1404,10 @@
         var isManual = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':IsManual')).text();
         var isnew = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':assetNewHidden')).val();
         var assetListmonth = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':assetListPriceHidden')).val();
+        //甯傚満澶氬勾淇濅慨浠锋牸寮�鍙� DC 2023/02/09 start 
+        var VMassetListmonth = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Maintenance_Price_Year__c')).val();
+        //甯傚満澶氬勾淇濅慨浠锋牸寮�鍙� DC 2023/02/09 end 
+
         if (isManual == 'true') {
             var a = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Assert')).value();
             if (a != '') {
@@ -921,17 +1419,22 @@
                 //}
 
                 strMoney = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':assetListPriceHidden')).val();
-                // alert(strMoney);
+
+                var LastMContractRecord = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':LastMContractRecord')).value();
+                // // alert(strMoney);
+                // console.log('***缁翠慨鍚堝悓璁板綍绫诲瀷3'+LastMContractRecord);
+
                 Price_YearTXT = strMoney * 12;
                 if (isnew == 'true') {
                     newCount ++;
                     strMoney = month * strMoney + month2 * strMoney / {!isNewPriceAdj};
+
                 } else {
                     newCon = false;
                     strMoney = month * strMoney + month2 * strMoney;
                 }
                 var b = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Contract_No')).value();
-                var LastMContractRecord = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':LastMContractRecord')).value();
+                // var LastMContractRecord = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':LastMContractRecord')).value();
                 if(b != ''){
                     conCCount ++;
                     // 1.鍚堝悓鏈熶笉婊′竴骞存椂锛屽悎鍚屾湡瓒呰繃涓�鍗婃墠鍙紑濮嬬画绛炬姤浠枫��(eg:11涓湀鐨勫悎鍚屼粠6涓湀鍚庢墠鍙姤浠枫��)
@@ -975,12 +1478,108 @@
                             var nowdate = new Date();
                             lastendDate = new Date(j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':endDateGurantee_Text')).value());
                             nowdate = nowdate.setMonth(nowdate.getMonth() + 6);
-                            if(nowdate < Date.parse(lastendDate)){
-                                upPrice = strMoney;
-                                downPrice = strMoney * 0.8;
+
+                            //甯傚満澶氬勾淇濅慨浠锋牸寮�鍙� DC 2023/1/30 start 
+                            var Maxcoefficient =0;
+                            var Mincoefficient =0;
+
+                            var AssetRate = localParseFloat(j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':AssetConsumptionRateNew')).val());
+                            console.log('***娑堣垂鐜�:'+AssetRate);
+
+                            var ContractMonth = localParseFloat(j$(escapeVfId('allPage:allForm:allBlock:contract:monthRange')).val());
+
+                             j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Contractrate')).text(AssetRate +'%');
+
+                            if(AssetRate<= 50){
+                                Maxcoefficient = (1-0.3);
+                                Mincoefficient = (1-0.4);
+                            }else if(AssetRate>50 &&AssetRate<=60){
+                                Maxcoefficient = (1-0.2);
+                                Mincoefficient = (1-0.3);
+                                
+                            }else if(AssetRate>60 &&AssetRate<=70){
+                                Maxcoefficient = (1-0.15);
+                                Mincoefficient = (1-0.25);
+                                
+                            }else if(AssetRate>70 &&AssetRate<=80){
+                                Maxcoefficient = (1-0.1);
+                                Mincoefficient = (1-0.2);
+                                
+                            }else if(AssetRate>80 &&AssetRate<=90){
+                                Maxcoefficient = (1-0.05);
+                                Mincoefficient = (1-0.15);
+                                
+                            }else if(AssetRate>90 &&AssetRate<=100){
+                                Maxcoefficient = 1;
+                                Mincoefficient = (1-0.05);
+                                
+                            }else if(AssetRate>100 &&AssetRate<=110){
+                                Maxcoefficient = (1+0.05);
+                                Mincoefficient = 1;
+                                
+                            }else if(AssetRate>110 &&AssetRate<=120){
+                                Maxcoefficient = (1+0.1);
+                                Mincoefficient = 1;
+                                
+                            }else if(AssetRate>120 &&AssetRate<=130){
+                                Maxcoefficient = (1+0.2);
+                                Mincoefficient = (1+0.1);
+                                
+                            }else if(AssetRate>130 &&AssetRate<=140){
+                                Maxcoefficient = (1+0.25);
+                                Mincoefficient = (1+0.15);
+                                
+                            }else if(AssetRate>140){
+                                Maxcoefficient = (1+0.3);
+                                Mincoefficient = (1+0.2);
+                                
+                            }
+                            //甯傚満澶氬勾淇濅慨浠锋牸寮�鍙� DC 2023/1/30 end 
+                            // console.log('***鏈�楂樼郴鏁�'+Maxcoefficient);
+                            // console.log('***鏈�浣庣郴鏁�'+Mincoefficient);
+
+                        if(nowdate < Date.parse(lastendDate)){
+                            //璁惧灏忎簬涓ゅ勾鍗�
+                            // upPrice = strMoney;
+                            // downPrice = strMoney * 0.8;
+                        // console.log('***灏忎簬2骞村崐')
+                        // 甯傚満澶氬勾淇濅慨浠锋牸寮�鍙� start DC 2023/01/19  
+                            //甯傚満澶氬勾淇濊澶囧皬浜�2骞村崐
+                            var AssetModelNo = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Asset_Model_No__c')).value();
+                            var Category4 = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Category4__c')).value();
+                            // console.log('***璁惧鍨嬪彿'+AssetModelNo);
+                            // console.log('***浜у搧绫诲瀷'+Category4);
+
+                            //璁惧璁惧娑堣垂鐜囧皬浜�1.4
+                            if(AssetRate<140){
+                                upPrice = VMassetListmonth * ContractMonth / 12 ;
+                                // console.log('娑堣垂鐜囧皬浜�1.4 upPrice = VMassetListmonth *ContractMonth / 12'+ upPrice);
+
+                                // if((AssetModelNo.includes('290')&&( Category4 =='BF'|| Category4=='BF鎵囨壂'||Category4=='CF'))|| Category4 =='URF'){
+                                //     downPrice = upPrice;
+                                //     // console.log('娑堣垂鐜囧皬浜�1.4 浜у搧鏃犳渶浣庝环 downPrice '+ downPrice);
+
+                                // }else{
+                                    downPrice = upPrice * 0.8;
+                                    // console.log('娑堣垂鐜囧皬浜�1.4 浜у搧鏈�浣庝环 downPrice = upPrice* 0.8锛�'+ downPrice);
+
+                                // }
                             }else{
-                                upPrice = (assetListmonth * Punish) * (1 + Adjustment_ratio_Upper/100);
-                                downPrice = (assetListmonth * Punish) * (1 + Adjustment_ratio_Lower/100);
+                                upPrice = VMassetListmonth * ContractMonth *Maxcoefficient / 12;
+                                downPrice = VMassetListmonth * ContractMonth * Mincoefficient / 12;   
+                                    // console.log('娑堣垂鐜囧ぇ浜�1.4 upPrice'+ upPrice);
+                                    // console.log('娑堣垂鐜囧ぇ浜�1.4 downPrice'+ downPrice);
+                            }
+                            // 甯傚満澶氬勾淇濅慨浠锋牸寮�鍙� end DC 2023/01/19  
+
+                            }else{
+                                // upPrice = (assetListmonth * Punish) * (1 + Adjustment_ratio_Upper/100);
+                                // downPrice = (assetListmonth * Punish) * (1 + Adjustment_ratio_Lower/100);
+
+                                //甯傚満澶氬勾淇濅慨浠锋牸寮�鍙� DC 2023/1/30 start  璁惧澶т簬2骞村崐 缁浠锋牸 =瀹氫环*娑堣垂鐜囧搴旂郴鏁� / 12 *鍚堝悓鏈堟暟
+                                upPrice = VMassetListmonth * ContractMonth *Maxcoefficient / 12;
+                                downPrice = VMassetListmonth * ContractMonth * Mincoefficient / 12;
+                                //甯傚満澶氬勾淇濅慨浠锋牸寮�鍙� DC 2023/1/30 end 
                             }
                             // gzw 20220630  瀹為檯鑱斿姩6涓湀浠锋牸鍖哄垎
                         }else{
@@ -1041,14 +1640,17 @@
                 newCon = false;
             }
             strMoney = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':assetListPriceHidden')).val();
+
             Price_YearTXT = strMoney * 12;
             if (isnew == 'true') {
                 strMoney = month * strMoney + month2 * strMoney / {!isNewPriceAdj};
             } else {
                 strMoney = month * strMoney + month2 * strMoney;
+
             }
             var b = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Contract_No')).value(); 
             var LastMContractRecord = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':LastMContractRecord')).value();
+            console.log('***缁翠慨鍚堝悓璁板綍绫诲瀷4'+LastMContractRecord);
             if(b != ''){
                 conCCount ++;
                 // 1.鍚堝悓鏈熶笉婊′竴骞存椂锛屽悎鍚屾湡瓒呰繃涓�鍗婃墠鍙紑濮嬬画绛炬姤浠枫��(eg:11涓湀鐨勫悎鍚屼粠6涓湀鍚庢墠鍙姤浠枫��)
@@ -1094,12 +1696,108 @@
                         var nowdate = new Date();
                         lastendDate = new Date(j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':endDateGurantee_Text')).value());
                         nowdate = nowdate.setMonth(nowdate.getMonth() + 6);
+
+                         //甯傚満澶氬勾淇濅慨浠锋牸寮�鍙� DC 2023/1/30 start 
+                            var Maxcoefficient =0;
+                            var Mincoefficient =0;
+
+                            var AssetRate = localParseFloat(j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':AssetConsumptionRateNew')).val());
+                            console.log('***娑堣垂鐜�:'+AssetRate);
+
+                            var ContractMonth = localParseFloat(j$(escapeVfId('allPage:allForm:allBlock:contract:monthRange')).val());
+
+                             j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Contractrate')).text(AssetRate +'%');
+
+                            if(AssetRate<= 50){
+                                Maxcoefficient = (1-0.3);
+                                Mincoefficient = (1-0.4);
+                            }else if(AssetRate>50 &&AssetRate<=60){
+                                Maxcoefficient = (1-0.2);
+                                Mincoefficient = (1-0.3);
+                                
+                            }else if(AssetRate>60 &&AssetRate<=70){
+                                Maxcoefficient = (1-0.15);
+                                Mincoefficient = (1-0.25);
+                                
+                            }else if(AssetRate>70 &&AssetRate<=80){
+                                Maxcoefficient = (1-0.1);
+                                Mincoefficient = (1-0.2);
+                                
+                            }else if(AssetRate>80 &&AssetRate<=90){
+                                Maxcoefficient = (1-0.05);
+                                Mincoefficient = (1-0.15);
+                                
+                            }else if(AssetRate>90 &&AssetRate<=100){
+                                Maxcoefficient = 1;
+                                Mincoefficient = (1-0.05);
+                                
+                            }else if(AssetRate>100 &&AssetRate<=110){
+                                Maxcoefficient = (1+0.05);
+                                Mincoefficient = 1;
+                                
+                            }else if(AssetRate>110 &&AssetRate<=120){
+                                Maxcoefficient = (1+0.1);
+                                Mincoefficient = 1;
+                                
+                            }else if(AssetRate>120 &&AssetRate<=130){
+                                Maxcoefficient = (1+0.2);
+                                Mincoefficient = (1+0.1);
+                                
+                            }else if(AssetRate>130 &&AssetRate<=140){
+                                Maxcoefficient = (1+0.25);
+                                Mincoefficient = (1+0.15);
+                                
+                            }else if(AssetRate>140){
+                                Maxcoefficient = (1+0.3);
+                                Mincoefficient = (1+0.2);
+                                
+                            }
+                            //甯傚満澶氬勾淇濅慨浠锋牸寮�鍙� DC 2023/1/30 end 
+                            // console.log('***鏈�楂樼郴鏁�'+Maxcoefficient);
+                            // console.log('***鏈�浣庣郴鏁�'+Mincoefficient);
+
                         if(nowdate < Date.parse(lastendDate)){
-                            upPrice = strMoney;
-                            downPrice = strMoney * 0.8;
+                            //璁惧灏忎簬涓ゅ勾鍗�
+                            // upPrice = strMoney;
+                            // downPrice = strMoney * 0.8;
+                        // console.log('***灏忎簬2骞村崐')
+                        // 甯傚満澶氬勾淇濅慨浠锋牸寮�鍙� start DC 2023/01/19  
+                            //甯傚満澶氬勾淇濊澶囧皬浜�2骞村崐
+                            var AssetModelNo = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Asset_Model_No__c')).value();
+                            var Category4 = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Category4__c')).value();
+                            // console.log('***璁惧鍨嬪彿'+AssetModelNo);
+                            // console.log('***浜у搧绫诲瀷'+Category4);
+
+                            //璁惧璁惧娑堣垂鐜囧皬浜�1.4
+                            if(AssetRate<140){
+                                upPrice = VMassetListmonth * ContractMonth /12;
+                                // console.log('娑堣垂鐜囧皬浜�1.4 upPrice = VMassetListmonth *ContractMonth /12'+ upPrice);
+
+                               // if((AssetModelNo.includes('290')&&( Category4 =='BF'|| Category4=='BF鎵囨壂'||Category4=='CF'))|| Category4 =='URF'){
+                                //     downPrice = upPrice;
+                                //     // console.log('娑堣垂鐜囧皬浜�1.4 浜у搧鏃犳渶浣庝环 downPrice '+ downPrice);
+
+                                // }else{
+                                    downPrice = upPrice * 0.8;
+                                    // console.log('娑堣垂鐜囧皬浜�1.4 浜у搧鏈�浣庝环 downPrice = upPrice* 0.8锛�'+ downPrice);
+
+                                // }
+                            }else{
+                                upPrice = VMassetListmonth * ContractMonth *Maxcoefficient / 12;
+                                downPrice = VMassetListmonth * ContractMonth * Mincoefficient / 12;   
+                                // console.log('娑堣垂鐜囧ぇ浜�1.4 upPrice'+ upPrice);
+                                // console.log('娑堣垂鐜囧ぇ浜�1.4 downPrice'+ downPrice);
+                            }
+                            // 甯傚満澶氬勾淇濅慨浠锋牸寮�鍙� end DC 2023/01/19  
                         }else{
-                            upPrice = (assetListmonth * Punish) * (1 + Adjustment_ratio_Upper/100);
-                            downPrice = (assetListmonth * Punish) * (1 + Adjustment_ratio_Lower/100);
+                            // upPrice = (assetListmonth * Punish) * (1 + Adjustment_ratio_Upper/100);
+                            // downPrice = (assetListmonth * Punish) * (1 + Adjustment_ratio_Lower/100);
+
+                            //甯傚満澶氬勾淇濅慨浠锋牸寮�鍙� DC 2023/1/30 start  璁惧澶т簬2骞村崐 缁浠锋牸 = 瀹氫环 *娑堣垂鐜囧搴旂郴鏁� / 12 *鍚堝悓鏈堟暟
+                            upPrice = VMassetListmonth * ContractMonth *Maxcoefficient / 12;
+                            downPrice = VMassetListmonth * ContractMonth * Mincoefficient / 12;
+                            //甯傚満澶氬勾淇濅慨浠锋牸寮�鍙� DC 2023/1/30 end 
+
                         }
                         // gzw 20220630  瀹為檯鑱斿姩6涓湀浠锋牸鍖哄垎
                     }else{
@@ -1145,16 +1843,16 @@
             repairMoney1 = localParseFloat(repairMoney);
             ISReducedpriceapproval1 = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':ISReducedpriceapproval1')).val();
             ISReduced = j$(escapeVfId('allPage:allForm:allBlock:ISReducedpriceapproval')).val();
-            console.log('ISReduced='+ISReduced);
+            // console.log('ISReduced='+ISReduced);
             
-            console.log('Repair_Price_Auto='+Repair_Price_Auto);
-            console.log('绗�'+(i+1)+'涓澶嘔SReducedpriceapproval1='+ISReducedpriceapproval1);
-            console.log('repairMoney1='+repairMoney1);
+            // console.log('Repair_Price_Auto='+Repair_Price_Auto);
+            // console.log('绗�'+(i+1)+'涓澶嘔SReducedpriceapproval1='+ISReducedpriceapproval1);
+            // console.log('repairMoney1='+repairMoney1);
             
             Repair_Price_pass1 = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Repair_Price_pass')).val();
             Repair_Price_pass2 = localParseFloat(Repair_Price_pass1);
-            console.log('缁撴灉='+(repairMoney1<Repair_Price_pass2));
-            console.log('Repair_Price_pass2='+Repair_Price_pass2);
+            // console.log('缁撴灉='+(repairMoney1<Repair_Price_pass2));
+            // console.log('Repair_Price_pass2='+Repair_Price_pass2);
             if (repairMoney1> 0 && repairMoney1<(Repair_Price_Auto*0.80) && Repair_Price_Auto != null && isFSE == true) {
                  if (Repair_Price_pass1!=null && repairMoney1<Repair_Price_pass2) {
                     alert('鐢变簬瀛樺湪鎶樻墸鐜囪秴杩�20%浠ヤ笂鐨勪慨鐞嗗姞璐瑰噺浠风敵璇凤紝璇峰厛鐐瑰嚮鈥滄彁浜C璇勪及鈥濇寜閽紝寰匯C璇勪及鍚庢湇鍔$鐞嗛儴浼氭帹杩涘鎵�');
@@ -1183,13 +1881,13 @@
             situation = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Asset_situation')).value();
             // Agreed_Date =  j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Agreed_Date')).value();
 
-            console.log('situation='+situation);
+            // console.log('situation='+situation);
             // console.log('Agreed_Date1='+Agreed_Date);
-            //if(ResonCannotWarranty!=null&&!(ResonCannotWarranty.indexOf("寮冧慨") != -1)){
-           //         rppa.style.display = "none";
-            //        j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':repairPrice')).val('');
-            //       console.log('###淇敼鎴愬姛');
-           // }
+            // if(!(ResonCannotWarranty.indexOf("寮冧慨") != -1)){
+            //         rppa.style.display = "none";
+            //         // j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':repairPrice')).val('');
+            //         // console.log('###淇敼鎴愬姛');
+            // }
             // if ((situation.indexOf("淇悊涓�")!=-1)&& (Agreed_Date.indexOf("涓虹┖")!=-1)) {
             //     console.log('寮�濮嬫搷浣�1');
             //     rppa.style.display = "none";
@@ -1207,7 +1905,7 @@
         downPriceSum = downPriceSum + localParseFloat(toNum(downPrice));
         upPriceSum =  upPriceSum + localParseFloat(toNum(upPrice));
     }
-    console.log('鏀瑰彉閲戦isresduce='+isresduce);
+    // console.log('鏀瑰彉閲戦isresduce='+isresduce);
      if (isresduce!=0) {
                 toChange1();
         }else{
@@ -1252,6 +1950,33 @@
      
     examinationPriceCal(cnt);
     getLastContractRate();
+    //涓婇檺鍚堝悓 20230214 hql start
+    var RequestquotationAmount = j$(escapeVfId('allPage:allForm:allBlock:contractInfo:quotation_Amount')).val();
+    console.log('鐢宠鎶ヤ环閲戦='+RequestquotationAmount);
+    var AssetRepairSumPrice    = j$(escapeVfId('allPage:allForm:allBlock:contractInfo:assetRepairSumPrice')).text();
+    console.log('鍚堝悓璁惧淇悊鎬婚='+AssetRepairSumPrice);
+    Limit_Price_Amount = (localParseFloat(AssetRepairSumPrice)+localParseFloat(RequestquotationAmount))*1.3;
+    Limit_Price_Amount = Math.round(Limit_Price_Amount);
+    // console.log('鍙栨暣1='+Math.round(124.5));
+    // console.log('鍙栨暣2='+Math.round(124.4));
+    // console.log('鍙栨暣3='+Math.round(124.6));
+    Limit_Price_AmountOne =  j$(escapeVfId('allPage:allForm:allBlock:contractInfo:Limit_Price_Amount')).value();
+    Limit_PriceHidden =  j$(escapeVfId('allPage:allForm:allBlock:contractInfo:Limit_PriceHidden')).value();
+    // if (Limit_PriceHidden*1==0) {
+        j$(escapeVfId('allPage:allForm:allBlock:contractInfo:Limit_Price_Amount')).val(Limit_Price_Amount);
+    // }
+    Limit_PriceHidden2 =  j$(escapeVfId('allPage:allForm:allBlock:contractInfo:Limit_Price2Hidden')).value();
+    if (Limit_PriceHidden2 == 'false') {
+        // lpa =  document.getElementById('allPage:allForm:allBlock:contractInfo:Limit_Price_Amount');
+        // lpa.style.display = "none";
+        // console.log('闅愯棌瀹屾瘯');
+        j$(escapeVfId('allPage:allForm:allBlock:contractInfo:Limit_Price_Amount')).val('');
+    }
+    console.log('涓婇檺閲戦涓�'+Limit_Price_Amount);
+    //涓婇檺鍚堝悓 20230214 hql end
+    // 鎶ヤ环瑙勫垯鏀瑰杽 20230315 start
+    // seamlessRenew(cnt);
+    // 鎶ヤ环瑙勫垯鏀瑰杽 20230315 end
 }
 
 
@@ -1481,8 +2206,136 @@
     //     return true;
     // }
 }
+// 鎶ヤ环瑙勫垯鏀瑰杽 20230310 start
+// function addMonths(yearMonthDay ,monthNum){
+//     var arr=yearMonthDay.split( '/');
+//     var year=parseInt(arr[0]);
+//     var month=parseInt(arr[1]);
+//     var day=parseInt(arr[2]);
+//     month=month+monthNum;
+//     if(month>12){//鏈堜唤鍔�
+//         var yearNum=parseInt( (month-1)/12);
+//         month=month%12==0?12 :month%12;
+//         year+=yearNum;
+//         }else if(month<=0){//鏈堜唤鍑�
+//             month=Math.abs( month);
+//             var yearNum=parseInt( (month+12)/12);
+//             year-=yearNum;
+//         }
+//         month=month<10?"0"+month :month;
+//         return year+"/"+month+"/"+day;
+// }
+// function Blankperiod(startdate,i,LastMContract_Price,Punish,Adjustment_ratio_Upper,Adjustment_ratio_Lower,strMoney,type){
+//             var  downPrice = 0;
+//             var  upPrice = 0;
+//             var  isSeamlessRenew = 0;
+//             Blank_period = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Blank_period')).value();
+//             var lastendDate1= j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':End_Date')).value()
+//             var lastendDate = new Date(j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':End_Date')).value());
+//             // console.log("lastendDate1="+lastendDate1); 
+//             var today = new Date();
+//             if (lastendDate1.length !=0) {
+//                 if (startdate == null) {
+//                     // console.log(1);
+//                      Blank_period=(today-lastendDate)/(3600*24*1000);
+//                 }else{
+//                     // console.log(2);
+//                     Blank_period=(startdate-lastendDate)/(3600*24*1000);
+//                 }
+//                 j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Blank_period')).val(Blank_period);
+//             }
+//             if (Number(Blank_period)<15&&Blank_period.length != 0) {
+//                 // console.log(3);
+//                 j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Blank_period')).val('鏃犵紳缁');
+//             }
+//             Blank_period1 = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Blank_period')).value();
+//             // console.log('Blank_period1='+Blank_period1);
+//             // 2.鏃犵┖鐧芥湡璁惧鏄惁绠楁棤缂濈画绛捐澶� 鏄惁鍖呭惈鍦ㄦ棤缂濈画绛剧殑鎶ヤ环鍒ゆ柇涓紙棣栫鐨勮澶囷級?
+//             if (Blank_period1 != '鏃犵紳缁' && Blank_period.length != 0) {
+//                 isSeamlessRenew++;
+//             }
+//             // 1.瀹炵哗杩炲姩浠锋牸鍜岃澶囧弬淇濆畾浠� 閫昏緫鏌ョ湅
+//             upPrice1 = (LastMContract_Price * Punish) * (1 + Adjustment_ratio_Upper/100);
+//             downPrice1 = (LastMContract_Price * Punish) * (1 + Adjustment_ratio_Lower/100);
+//             // 瀹氫环8鎶�
+//             downPrice2 = strMoney * 0.8;
 
+//             upPrice1 = upPrice1.toFixed(2);
+//             upPrice2 = strMoney.toFixed(2);
+//             downPrice1 = downPrice1.toFixed(2);
+//             downPrice2 = downPrice2.toFixed(2);
+//             // console.log('LastMContract_Price='+LastMContract_Price);
+//             // console.log('upPrice1='+upPrice1);
+//             // console.log('downPrice1='+downPrice1);
+//             // console.log('upPrice2='+upPrice2);
+//             // console.log('downPrice2='+downPrice2);
+//             if (!isDisabled) {
+//                 if (Blank_period1.length==0) {
+//                     downPrice = downPrice2;
+//                     upPrice = upPrice2;
+//                 }
+//                 if (Blank_period1.length!=0 && Number(Blank_period1)<180 || Blank_period1 == '鏃犵紳缁' ) {
+//                     if (type == 1) {
+//                         console.log('缁璁惧灏忎簬6涓湀');
+//                         j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Adjustment_Lower_price')).text(toNumComma(downPrice1));
+//                         j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Adjustment_Upper_price')).text(toNumComma(upPrice1));
+//                     }
+//                      downPrice = downPrice1;
+//                      upPrice = upPrice1;
+//                 }
+//                 if (Blank_period1 != '鏃犵紳缁' && Number(Blank_period1)>180 && Number(Blank_period1)<365) {
+//                     if (downPrice1<downPrice2) {
+//                         if (type == 1) {
+//                             console.log('缁璁惧6-12涓湀1');
+//                             j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Adjustment_Lower_price')).text(toNumComma(downPrice2));
+//                             j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Adjustment_Upper_price')).text(toNumComma(upPrice2));
+//                         }
+                        
+//                         downPrice = downPrice2;
+//                         upPrice = upPrice2;
+//                     }else{
+//                          if (type == 1) {
+//                             console.log('缁璁惧6-12涓湀2');
+//                             j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Adjustment_Lower_price')).text(toNumComma(downPrice1));
+//                             j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Adjustment_Upper_price')).text(toNumComma(upPrice1));
+//                           }
+//                         downPrice = downPrice1;
+//                         upPrice = upPrice1;
+//                     }
+//                 }
+//                 if (Blank_period1 != '鏃犵紳缁' && Number(Blank_period1)>365) {
+
+//                     if (downPrice1<upPrice2) {
+//                         if (type == 1) {
+//                             console.log('缁璁惧12涓湀1');
+//                             j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Adjustment_Lower_price')).text(toNumComma(upPrice2));
+//                             j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Adjustment_Upper_price')).text(toNumComma(upPrice2));
+//                         }
+//                         downPrice = upPrice2;
+//                         upPrice = upPrice2;
+//                     }else{
+//                         if (type == 1) {
+//                             console.log('缁璁惧12涓湀2');
+//                             j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Adjustment_Lower_price')).text(toNumComma(downPrice1));
+//                             j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Adjustment_Upper_price')).text(toNumComma(upPrice1));
+//                         }
+//                         downPrice = downPrice1;
+//                         upPrice = upPrice1;
+//                     }
+//                 }
+//             }
+//         return downPrice+"/"+upPrice+"/"+isSeamlessRenew;
+// }
+// 鎶ヤ环瑙勫垯鏀瑰杽 20230310 end
 function changeEstiStartdate(val) {
+    // 鎶ヤ环瑙勫垯鏀瑰杽 20230310 start
+       // var startday = addMonths(val,6);
+       // var startday1 = addMonths(val,12);
+       //  document.getElementById("startdateaddsix1").value = startday;
+       //  document.getElementById("startdateaddsix2").value = startday;
+       //  document.getElementById("startdateaddsix3").value = startday1;
+       //  document.getElementById("startdateaddsix4").value = val;
+    // 鎶ヤ环瑙勫垯鏀瑰杽 20230310 end
     if ('{!SaveBtnDisabled}' == 'false') {
         j$(escapeVfId('allPage:allForm:contractstartdate')).val(val);
         changeContractStartdate(val);
@@ -1654,6 +2507,25 @@
             var dayStr = '00' + contractDate.getDate();
             dayStr = dayStr.substring(dayStr.length-2, dayStr.length);
             var contractDateStr = contractDate.getFullYear() + '/' + monthStr + '/' + dayStr;
+            //璐告槗鍚堣 you 20230414 start
+            var AccDealerBlacklist = j$(escapeVfId('allPage:allForm:AccDealerBlacklist')).value();//榛戝悕鍗�,璀︾ず鍚嶅崟
+            var TradeComplianceStatusFlagFW = '{!$Label.TradeComplianceStatusFlagFW}';//璐告槗鍚堣寮�鍏�
+            var IFTradeComplianceAlert = '{!$Label.IFTradeComplianceAlert}';//璐告槗鍚堣鎻愰啋
+            if(TradeComplianceStatusFlagFW=='true'){
+            if(AccDealerBlacklist =='1'){
+               alert('鎮ㄦ墍閫夋嫨鐨勫鎴�(鍖婚櫌/缁忛攢鍟�)瀛樺湪璐告槗鍚堣椋庨櫓锛屾棤娉曠璁㈡湇鍔″悎鍚岋紝寤鸿鎮ㄥ悜瀹㈡埛鍋氬ソ涓嶇绾﹁鏄�,'+IFTradeComplianceAlert);
+               var reflag = interceptsend();
+               unblockUI();
+               return null;
+               
+            }else if(AccDealerBlacklist =='2'){
+               if (!confirm('鎮ㄦ墍閫夋嫨鐨勫鎴�(鍖婚櫌/缁忛攢鍟�)瀛樺湪璐告槗鍚堣璀︾ず椋庨櫓锛屼笉寤鸿绛捐鏈嶅姟鍚堝悓锛岃鎮ㄧ‘璁ゆ槸鍚︾户缁敵璇�,'+IFTradeComplianceAlert)) {
+                unblockUI();
+                return null;
+                }
+            }
+            }
+            //璐告槗鍚堣 you 20230414 end
 
             //var neDt = contractDate.getFullYear() + contractDate.getMonth() + contractDate.getDate();
             //monthStr = '00' + (oldDate.getMonth()+1);
@@ -1667,7 +2539,8 @@
             } else {
                 var oldp = localParseFloat(j$(escapeVfId('allPage:allForm:allBlock:contractInfo:oldMainteReal')).value());
                 var newp = localParseFloat(j$(escapeVfId('allPage:allForm:allBlock:contractInfo:mainteReal')).text());
-
+                // console.log('oldp='+oldp);
+                //  console.log('newp='+newp);
                 if (oldp != newp) {
                     // 20201106 楂樼珷浼� 鎻愰啋娑堟伅淇敼 start
                     j$(escapeVfId('allPage:allForm:changedAfterPrint')).val('true');
@@ -1858,6 +2731,10 @@
     <apex:inputHidden id="changedAfterPrint" value="{!changedAfterPrint}"/>
     <apex:inputHidden id="changedSubmitPrice" value="{!changedSubmitPrice}"/>
     <apex:inputHidden id="isSaveOrApproval" value="{!isSaveOrApproval}"/>
+    <!-- 璐告槗鍚堣 you 20230414-->
+    <apex:inputHidden id="AccDealerBlacklist" value="{!contract.AccDealerBlacklist__c}"/>
+
+    <apex:actionFunction name="interceptsend" action="{!interceptsend}"  oncomplete="unblockUI();"/>
 
     <!-- HWAG-B4R3SS  START 20181026-->
     <apex:actionFunction name="searchfunc" action="{!searchBtn}" rerender="Form,Block,assetSection2,pageMessages,allBlock" onComplete="unblockUI();"></apex:actionFunction>
@@ -1944,7 +2821,7 @@
         <apex:pageBlockSection title="鏈嶅姟鍚堝悓" id="contract">
         <!-- <apex:outputPanel/> -->
             <apex:outputPanel >
-            <table align="center" width="100%"  style="border-collapse:separate; border-spacing:0px 10px" >
+             <table align="center" width="100%"  style="border-collapse:separate; border-spacing:0px 10px" >
                 <tr>    
                     <td width="50%" align="right"> <label class="labelCol vfLabelColTextWrap " style="margin-left:22%">鎶ヤ环缂栫爜</label> </td>
                     <td width="50%" align="left"> <apex:outputField value="{!estimate.Name}"/> </td>
@@ -2084,21 +2961,35 @@
                         <th style="width:70px" class="headerRow  booleanColumn">{!$ObjectType.Asset.fields.Department_Name__c.label}</th>
                         
                         <th style="width:70px" class="headerRow  booleanColumn">{!$ObjectType.Asset.fields.Management_Code__c.label}</th>
+                        <!-- <th style="width:70px" class="headerRow  booleanColumn">{!$ObjectType.Maintenance_Contract_Asset_Estimate__c.fields.Asset_Consumption_rate__c.label}</th> -->
+                        <!-- <th style="width:70px" class="headerRow  booleanColumn">{!$ObjectType.Asset.fields.CurrentContract_End_Date__c.label}</th> -->
+                        <!-- 甯傚満澶氬勾淇濅慨浠锋牸寮�鍙� DC 2023/02/20  start-->
+                        <th style="width:70px" class="headerRow  booleanColumn">{!$ObjectType.Maintenance_Contract_Asset__c.fields.IS_VMContract_Asset__c.label}</th>
+ 
+                        <!-- 甯傚満澶氬勾淇濅慨浠锋牸寮�鍙� DC 2023/02/20  end-->
                         <th style="width:70px" class="headerRow  booleanColumn">{!$ObjectType.Maintenance_Contract_Asset_Estimate__c.fields.Asset_Consumption_rate__c.label}</th>
-                        <th style="width:70px" class="headerRow  booleanColumn">{!$ObjectType.Asset.fields.CurrentContract_End_Date__c.label}</th>
+ 
+                        <!-- 甯傚満澶氬勾淇濅慨浠锋牸寮�鍙� DC 2023/1/30 start -->
+                        <!-- <th style="width:70px" class="headerRow  booleanColumn">{!$ObjectType.Maintenance_Contract_Asset_Estimate__c.fields.Asset_Consumption_rate__c.label}</th>
+ -->
+                        <!-- 甯傚満澶氬勾淇濅慨浠锋牸寮�鍙� DC 2023/1/30 end -->
+                        <th style="width:70px" class="headerRow  booleanColumn">
+                            <!-- 鏈�杩戜竴鏈熺淮淇悎鍚岀粨鏉� -->
+                            {!$ObjectType.Asset.fields.CurrentContract_End_Date__c.label}
+                        </th>
                         <!-- 瀹炵哗鑱斿姩浠锋牸璁$畻 start -->
                         <th style="width:35px" class="headerRow  booleanColumn">{!$ObjectType.Maintenance_Contract_Asset_Estimate__c.fields.Adjustment_Upper_price__c.label}</th>
                         <th style="width:35px" class="headerRow  booleanColumn">{!$ObjectType.Maintenance_Contract_Asset_Estimate__c.fields.Adjustment_Lower_price__c.label}</th>
                         <!-- 瀹炵哗鑱斿姩浠锋牸璁$畻 end -->
                         <!-- 闅愯棌鍚堝悓鏈堟暟
                         <th style="width:70px" class="headerRow  booleanColumn">{!$ObjectType.Maintenance_Contract__c.fields.Contract_Range__c.label}</th>-->
-
-
-
-
-
-
-
+ 
+ 
+ 
+ 
+ 
+ 
+ 
                         
                         <!-- <th style="width:70px" class="headerRow  booleanColumn">{!$ObjectType.Asset.fields.Asset_Owner__c.label}</th>
                         <th style="width:90px" class="headerRow  booleanColumn">{!$ObjectType.Asset.fields.Accumulation_Repair_Amount__c.label}</th>
@@ -2106,12 +2997,12 @@
                         <th style="width:90px" class="headerRow  booleanColumn">{!$ObjectType.Maintenance_Contract_Asset_Estimate__c.fields.Maintenance_Price_YearTXT__c.label}</th>-->
                         <th style="width:70px" class="headerRow  booleanColumn">{!$ObjectType.Maintenance_Contract_Asset_Estimate__c.fields.Repair_Price__c.label}</th>
                         <!-- (2022骞�12鏈堜笂绾�)鏁呴殰鍝佸姞璐� start -->
-
+ 
                         <th style="width:70px" class="headerRow ">{!$ObjectType.Maintenance_Contract_Asset_Estimate__c.fields.Repair_Price_Auto__c.label}</th>
-
+ 
                        <!-- (2022骞�12鏈堜笂绾�)鏁呴殰鍝佸姞璐� end -->
                         <th style="width:70px" class="headerRow  booleanColumn">{!$ObjectType.Maintenance_Contract_Asset_Estimate__c.fields.Comment__c.label}</th>
-
+ 
                         <!-- (2022骞�12鏈堜笂绾�)鏁呴殰鍝佸姞璐� 绗笁鏂瑰洖褰� -->
                         <th style="width:70px" class="headerRow  booleanColumn">{!$ObjectType.Maintenance_Contract_Asset_Estimate__c.fields.Third_Party_Return__c.label}</th>
                     </tr>
@@ -2173,17 +3064,53 @@
                                
                                 <td class="dataCell" width="70px">
                                     <apex:outputField value="{!ar.rec.CurrentContract_F__r.Maintenance_Contract_No_F__c}" rendered="{!Not(ar.IsManual)}" id="Contract_No"/>
+ 
                                     <apex:inputHidden value="{!ar.rec.CurrentContract_F__r.RecordType_DeveloperName__c}" id="LastMContractRecord"/>
                                     <apex:inputField value="{!ar.rec.CurrentContract_F_asset__r.endDateGurantee_Text__c}" id="endDateGurantee_Text" style="display: none" showDatePicker="false"/>
                                     <apex:inputHidden value="{!ar.rec.CurrentContract_F__c}" id="LastMContractID"/>
+                                    <!-- 甯傚満澶氬勾淇濅环鏍煎紑鍙� start 20223/01/17 缁翠慨鍚堝悓/淇濇湁璁惧 璁惧娑堣垂鐜� -->
+ 
+ 
+                                    <!-- <apex:outputField value="{!ar.rec.CurrentContract_F_asset__r.IS_VMContract_Asset__c}" rendered="{!Not(ar.IsManual)}" id="IS_VMContract_Asset"/> -->
+ 
+                                    <apex:inputHidden value="{!ar.rec.CurrentContract_F_asset__r.Asset_Consumption_Rate__c}" id="AssetConsumptionRateNew"/>
+ 
+                                    <apex:inputHidden value="{!ar.rec.CurrentContract_F_asset__r.Maintenance_Price_Year__c}" id="Maintenance_Price_Year__c"/>
+ 
+                                 <!--    <apex:inputField value="{!ar.rec.CurrentContract_F_asset__r.Asset_Consumption_Rate__c}" id="AssetConsumptionRateNew2" style="display: none" showDatePicker="false" />
+ 
+                                    <apex:outputText value="{!ar.rec.CurrentContract_F_asset__r.Asset_Consumption_Rate__c}" id="AssetConsumptionRateNew3" rendered="{!Not(ar.IsManual)}" style="display: none"/> -->
+ 
+                                    <apex:inputField value="{!ar.rec.Product2.Asset_Model_No__c}" id="Asset_Model_No__c" style="display: none" showDatePicker="false"/>
+ 
+                                    <apex:inputField value="{!ar.rec.Product2.Category4__c}" id="Category4__c" style="display: none" showDatePicker="false"/>
+                                    <!-- 甯傚満澶氬勾淇濅环鏍煎紑鍙� end 20223/01/17 璁惧娑堣垂鐜� -->
+ 
                                 </td>
+                                 <!-- <td class="dataCell" width="70px"> -->
+                                    <!-- old: 鐩存帴鎷夸繚鏈夎澶囩殑鏈�杩戜竴鏈熺淮淇悎鍚� -->
+                                    <!-- <apex:outputField value="{!ar.rec.CurrentContract_F__r.Contract_End_Date__c}" rendered="{!(Not(ar.IsManual)&& ar.rec.CurrentContract_F__c != null)}" id="End_Date" /> -->
+                                    <!-- new: 鍦ㄨ幏鍙栦繚鏈夎澶囦俊鎭椂鐩存帴鍒ゆ柇淇濇湁璁惧鐨勫瓧娈垫椂闂达紙淇濅慨鏈熻嚦/鏈�杩戜竴鏈熺淮淇悎鍚岀粨鏉熸棩锛� -->
+                                   <!--  <apex:outputField value="{!ar.rec.CurrentContract_End_Date__c}" rendered="{!(Not(ar.IsManual) && ar.rec.CurrentContract_F__c != null )}" id="End_Date" />
+                                </td> -->
+                                 <!-- 甯傚満澶氬勾淇濅环鏍煎紑鍙� end 20223/02/20 鏄惁澶氬勾淇濊澶� start -->
+                                <td class="dataCell" width="90px" style="text-align:center">
+                                    <apex:outputField value="{!ar.rec.CurrentContract_F_asset__r.IS_VMContract_Asset__c}" rendered="{!Not(ar.IsManual)}" id="IS_VMContract_Asset"/>
+                                </td>
+                                 <!-- 甯傚満澶氬勾淇濅环鏍煎紑鍙� end 20223/02/20 鏄惁澶氬勾淇濊澶� end -->
+ 
                                 <td class="dataCell" width="90px" style="text-align:right" >
                                     <apex:outputField value="{!ar.mcae.Asset_Consumption_rate__c}" rendered="{!Not(ar.IsManual)}" id="Contractrate"/>
                                     <apex:inputHidden value="{!ar.rec.CurrentContract_F__r.Contract_Range__c}" id="lastContRange"/>
                                 </td>
+                                <!-- 2023/03/21  !ar.rec.CurrentContract_F_asset__r.IS_VMContract_Asset__c 涓簍rue  淇濇湁璁惧缁撴潫鏃堕棿锛歵rue:澶氬勾淇濓細淇濅慨鏈熻嚦锛沠alse.鏈�杩戜竴鏈熺淮淇悎鍚岀粨鏉熸棩 -->
                                 <td class="dataCell" width="70px">
-                                    <apex:outputField value="{!ar.rec.CurrentContract_F__r.Contract_End_Date__c}" rendered="{!(Not(ar.IsManual)&& ar.rec.CurrentContract_F__c != null)}" id="End_Date" />
+                                    <!-- old: 鐩存帴鎷夸繚鏈夎澶囩殑鏈�杩戜竴鏈熺淮淇悎鍚� -->
+                                    <!-- <apex:outputField value="{!ar.rec.CurrentContract_F__r.Contract_End_Date__c}" rendered="{!(Not(ar.IsManual)&& ar.rec.CurrentContract_F__c != null)}" id="End_Date" /> -->
+                                    <!-- new: 鍦ㄨ幏鍙栦繚鏈夎澶囦俊鎭椂鐩存帴鍒ゆ柇淇濇湁璁惧鐨勫瓧娈垫椂闂达紙淇濅慨鏈熻嚦/鏈�杩戜竴鏈熺淮淇悎鍚岀粨鏉熸棩锛� -->
+                                    <apex:outputField value="{!ar.rec.CurrentContract_End_Date__c}" rendered="{!(Not(ar.IsManual) && ar.rec.CurrentContract_F__c != null )}" id="End_Date" />
                                 </td>
+ 
                                  <!-- 瀹炵哗鑱斿姩浠锋牸璁$畻 start -->
                                 <td class="dataCell" width="35px">
                                     <apex:outputText value="{!ar.mcae.Adjustment_Upper_price__c}" id="Adjustment_Upper_price"/>
@@ -2192,6 +3119,10 @@
                                 </td>
                                 <td class="dataCell" width="35px" >
                                     <apex:outputText value="{!ar.mcae.Adjustment_Lower_price__c}" id="Adjustment_Lower_price"/>
+                                  <!--   // 鏈嶅姟鍚堝悓鎶ヤ环瑙勫垯鏀瑰杽 20230227 start -->
+                                      <!-- <apex:inputHidden value="{!ar.ISStandardPricing}" id="ISStandardPricing" /> -->
+ 
+                                  <!-- // 鏈嶅姟鍚堝悓鎶ヤ环瑙勫垯鏀瑰杽 20230227 end -->
                                     <apex:inputHidden value="{!ar.mcae.LastMContract_Price__c}" id="LastMContract_Price"/>
                                     <apex:inputHidden value="{!ar.mcae.Adjustment_ratio_Lower__c}" id="Adjustment_ratio_Lower"/>
                                     <apex:inputHidden value="{!ar.mcae.Adjustment_Lower_price__c}" id="Adjustment_Lower_priceHidden"/>
@@ -2199,7 +3130,7 @@
                                         <apex:inputHidden value="{!ar.mcae.Estimate_List_Price__c}" id="assetListPriceHidden"/>
                                         <apex:inputHidden value="{!ar.mcae.Estimate_List_Price_Page__c}" id="assetListPricePageHidden" />
                                         <apex:inputHidden value="{!ar.rec.CurrentContract_F__r.Estimate_Num__c}" id="Estimate_NumHidden" />
-
+ 
                                     </apex:outputPanel>
                                     
                                     <apex:outputPanel layout="none" rendered="{!Not($ObjectType.Maintenance_Contract_Asset_Estimate__c.createable)}" >
@@ -2209,14 +3140,17 @@
                                     <!-- 20200103 Gzw 璁$畻瀹為檯鎶ヤ环閲戦 start -->
                                         <apex:inputHidden value="{!ar.mcae.Estimate_Cost__c}" id="Estimate_Cost"/>
                                     <!-- 20200103 Gzw 璁$畻瀹為檯鎶ヤ环閲戦 end -->
-
+ 
                                 </td>
                                 <td class="dataCell" width="35px" style="text-align:right" >
                                     <apex:inputField value="{!ar.mcae.Repair_Price__c}" id="repairPrice" style="ime-mode: disabled; width:95%; text-align:right;" onchange="changeAsset({!productCount})"/>
                                 </td>
                                <!-- (2022骞�12鏈堜笂绾�)鏁呴殰鍝佸姞璐� start -->
                                 <td class="dataCell" width="35px" style="text-align:right" >
-                                    <apex:outputText value="{!ar.Repair_Price_Auto}" id="Repair_Price_Auto" style="width:95%; disabled:disabled;"/>
+                                     <!-- // 鎶ヤ环瑙勫垯鏀瑰杽 20230308 start -->
+                                  <!--   <apex:inputField value="{!ar.mcae.Blank_period__c}" id="Blank_period" style="display:none"/> -->
+                                     <!-- // 鎶ヤ环瑙勫垯鏀瑰杽 20230308 start -->
+                                    <apex:outputText value="{!ar.Repair_Price_Auto}" id="Repair_Price_Auto" style="width:95%; "/>
                                     <!-- <apex:inputHiddenalue="{!ar.rec.Reson_Can_not_Warranty__c}" id="ResonCannotWarranty"/> -->
                                     <!-- <apex:outputText value="{!ar.Agreed_Date}" id="Agreed_Date" style="width:95%;display: none;"/> -->
                                     <apex:inputField value="{!ar.mcae.Repair_Price_pass__c}" id="Repair_Price_pass" style="width:95%;display: none;"/>
@@ -2233,16 +3167,16 @@
                                     <apex:inputCheckbox value="{!ar.mcae.Third_Party_Return__c}" id="Third_Party_Return__c"/>
                                 </td>
                             </tr>
-
+ 
                             <!-- LJPH-C9SCX7 銆愬鎵樸�戝悎鍚屾棤绌虹櫧鏈熺殑鎻愰啋  lt  20211221  start  -->
                             <!-- <script>
                                 DefaultStartDate();
                             </script> -->
                             <!-- LJPH-C9SCX7 銆愬鎵樸�戝悎鍚屾棤绌虹櫧鏈熺殑鎻愰啋  lt  20211221  end  -->
-
+ 
                             <apex:variable value="{!cnt + 1}" var="cnt" />
                         </apex:repeat>
-
+ 
                 </table>
                     </div>
 <!-- </div>
@@ -2434,9 +3368,9 @@
                         <th style="text-align: center">鐢宠鎶ヤ环閲戦</th>
                         <th style="text-align: center">鍚堝悓璁惧淇悊鎬婚</th>
                         <th style="text-align: center">鍚堝悓鎬婚噾棰�</th>
-                        <!-- 涓婇檺鍚堝悓 20230103 LY start -->
-                        <!-- <th style="text-align: center">涓婇檺閲戦</th> -->
-                        <!-- 涓婇檺鍚堝悓 20230103 LY end -->
+                        <!-- 涓婇檺鍚堝悓 20230103 hql start -->
+                        <th style="text-align: center">涓婇檺閲戦</th>
+                        <!-- 涓婇檺鍚堝悓 20230103 hql end -->
                     </tr>
                     <tr>
                         <td style="text-align: center">
@@ -2457,15 +3391,23 @@
                             <apex:inputHidden value="{!estimate.Asset_Repair_Sum_Price__c}" id="assetRepairSumPriceHidden" />
                         </td>
                         <td style="text-align: center">
-                            <apex:outputField value="{!estimate.Maintenance_Price__c}" id="mainteReal" />
+                            <apex:outputField value="{!estimate.Maintenance_Price__c}" id="mainteReal"/>
                             <apex:inputHidden value="{!estimate.Maintenance_Price__c}" id="mainteRealHidden"/>
                             <apex:inputHidden value="{!OldMaintenancePrice}" id="oldMainteReal"/>
                         </td>
-                        <!-- 涓婇檺鍚堝悓 20230103 LY start -->
-                       <!--  <td style="text-align: center">
+                        <!-- 涓婇檺鍚堝悓 20230103 hql start -->
+                        <td style="text-align: center">
                             <apex:inputField value="{!estimate.Limit_Price_Amount__c}" style="ime-mode: disabled; text-align: right; width:100px" id="Limit_Price_Amount" />
-                        </td> -->
-                        <!-- 涓婇檺鍚堝悓 20230103 LY end -->
+                            <apex:inputHidden value="{!isLimitPrice}" id="Limit_Price2Hidden" />
+                            <apex:inputHidden value="{!OldLimitPrice}" id="Limit_PriceHidden" />
+                            <!-- // 鎶ヤ环瑙勫垯鏀瑰杽 20230309 start  -->
+                            <!-- <apex:inputHidden value="{!Is_Blank_period}" id="Is_Blank_period" />
+                            <apex:inputField value="{!estimate.Maintenance_Contract__r.Past_Contract_end_day__c}" style="display:none"  id="PastContractendday" />
+                            <apex:inputHidden value="{!estimate.renewTen_OFF__c}" id="renewTenOFF" />
+                            <apex:inputHidden value="{!Cost_rate_ForecastF}" id="Cost_rate_ForecastF" /> -->
+                            <!-- // 鎶ヤ环瑙勫垯鏀瑰杽 20230309 end  -->
+                        </td>
+                        <!-- 涓婇檺鍚堝悓 20230103 hql end -->
                     </tr>
                     <tr>
                         <th style="text-align: center">{!$ObjectType.Maintenance_Contract_Estimate__c.fields.Service_discount_Rate__c.label}</th>
@@ -2511,6 +3453,71 @@
                         <td style="text-align: center"></td>
                     </tr>
                 </table>
+                <!-- // 鎶ヤ环瑙勫垯鏀瑰杽 20230309 start  -->
+               <!--  <table style="width:100%">
+                    <tr>
+                        <th style="text-align: center" colspan="3">璇风粨鍚堝疄闄呭彲浠ョ绾︾殑鏃ユ湡锛岄�夋嫨鎭板綋鐨勭敵璇烽噾棰濓紝浠ュ厤鍚庣画绌虹櫧鏈熷彉鍖栧鑷存爣鍑嗛噾棰濆彉鍖栵紝鍐嶆鐢宠浠锋牸寤惰鏃堕棿</th>
+                        <th style="text-align: center"></th>
+                        <th style="text-align: center"></th>
+                    </tr>
+                    <tr>
+                        <th style="text-align: center">鏈璁″垝銆愬悎鍚岄瀹氬紑濮嬫棩銆�:<input type="text" id="startdateaddsix4" readonly="readonly" style="border: none;width:70px"></input> </th>
+                        <th style="text-align: center">鏍囧噯浠锋牸鐨勬渶浣庝环鎬婚</th>
+                        <th style="text-align: center">鏍囧噯浠锋牸鐨勬渶楂樹环鎬婚</th>
+                    </tr>
+                    <tr>
+                        <td style="text-align: center"></td>
+                        <td style="text-align: center">
+                            CNY<input type="text" id="GuidePriceDown5" readonly="readonly" style="border: none;width:70px"></input> 
+                        </td>
+                        <td style="text-align: center">
+                            CNY<input type="text" id="GuidePriceUp5" readonly="readonly" style="border: none;width:70px"></input> 
+                        </td>
+                    </tr>
+                    <tr>
+                        <th style="text-align: center">褰撱�愬悎鍚岄瀹氬紑濮嬫棩銆戝湪<input type="text" id="startdateaddsix1" readonly="readonly" style="border: none;width:70px"></input> 涔嬪墠</th>
+                        <th style="text-align: center">鏍囧噯浠锋牸鐨勬渶浣庝环鎬婚</th>
+                        <th style="text-align: center">鏍囧噯浠锋牸鐨勬渶楂樹环鎬婚</th>
+                    </tr>
+                    <tr>
+                        <td style="text-align: center"></td>
+                        <td style="text-align: center">
+                            CNY<input type="text" id="GuidePriceDown4" readonly="readonly" style="border: none;width:70px"></input> 
+                        </td>
+                        <td style="text-align: center">
+                            CNY<input type="text" id="GuidePriceUp4" readonly="readonly" style="border: none;width:70px"></input> 
+                        </td>
+                    </tr>
+                    <tr>
+                        <th style="text-align: center">褰撱�愬悎鍚岄瀹氬紑濮嬫棩銆戝湪<input type="text" id="startdateaddsix2" readonly="readonly" style="border: none;width:70px"></input> 涔嬪悗</th>
+                        <th style="text-align: center">鏍囧噯浠锋牸鐨勬渶浣庝环鎬婚</th>
+                        <th style="text-align: center">鏍囧噯浠锋牸鐨勬渶楂樹环鎬婚</th>
+                    </tr>
+                    <tr>
+                        <td style="text-align: center"></td>
+                        <td style="text-align: center">
+                            CNY<input type="text" id="GuidePriceDown3" readonly="readonly" style="border: none;width:70px"></input> 
+                        </td>
+                        <td style="text-align: center">
+                            CNY<input type="text" id="GuidePriceUp3" readonly="readonly" style="border: none;width:70px"></input> 
+                        </td>
+                    </tr>
+                    <tr>
+                        <th style="text-align: center">褰撱�愬悎鍚岄瀹氬紑濮嬫棩銆戝湪<input type="text" id="startdateaddsix3" readonly="readonly" style="border: none;width:70px"></input> 涔嬪悗</th>
+                        <th style="text-align: center">鏍囧噯浠锋牸鐨勬渶浣庝环鎬婚</th>
+                        <th style="text-align: center">鏍囧噯浠锋牸鐨勬渶楂樹环鎬婚</th>
+                    </tr>
+                    <tr>
+                        <td style="text-align: center"></td>
+                        <td style="text-align: center">
+                            CNY<input type="text" id="GuidePriceDown2" readonly="readonly" style="border: none;width:70px"></input> 
+                        </td>
+                        <td style="text-align: center">
+                            CNY<input type="text" id="GuidePriceUp2" readonly="readonly" style="border: none;width:70px"></input> 
+                        </td>
+                    </tr>
+                </table> -->
+                <!-- // 鎶ヤ环瑙勫垯鏀瑰杽 20230309 end  -->    
             </apex:outputPanel>
         </apex:pageblocksection>
 

--
Gitblit v1.9.1