From 29ec8b29f26b7d4b92cc75820ca7988d464c0185 Mon Sep 17 00:00:00 2001 From: 黄千龙 <huangqianlong@prec-tech.com> Date: 星期二, 29 三月 2022 13:39:07 +0800 Subject: [PATCH] Merge branch 'master' of http://47.92.229.245:8089/r/OlyMEBG --- force-app/main/default/pages/SelectAssetEstimateVM.page | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) diff --git a/force-app/main/default/pages/SelectAssetEstimateVM.page b/force-app/main/default/pages/SelectAssetEstimateVM.page index 8b338c9..c8ed24e 100644 --- a/force-app/main/default/pages/SelectAssetEstimateVM.page +++ b/force-app/main/default/pages/SelectAssetEstimateVM.page @@ -331,7 +331,7 @@ } function refreshAsset(cnt) { - //alert('1111111111'); + // alert(cnt); // 鎻愪氦鍚庡氨椤甸潰涓嶈绠椾簡 var isDisabled = {!PageDisabled}; // 鍚堝悓鎬荤悊 @@ -429,7 +429,7 @@ } //鏈�鍚庣粨鏉熸棩+1骞� lastendDate.setMonth(lastendDate.getMonth() + 12); - if (Date.parse(contractStartDate) > Date.parse(lastendDate)) { + if (Date.parse(contractStartDate) > Date.parse(lastendDate) ) { oyearCount ++; } // 鍙栬仈鍔ㄤ环鏍� @@ -515,7 +515,7 @@ } else { strMoney = month * strMoney + month2 * strMoney; } - var b = j$(escapeVfId('allPage:allForm:allBlock:assetSection:assetTable:' + i + ':Contract_No')).value(); + 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 != ''){ conCCount ++; @@ -622,11 +622,15 @@ result = '棣栫鍚堝悓'; }else if(firstCCount > 0 && firstCCount == allcount){ result = '棣栫鍚堝悓'; - }else if(oyearCount > 0 && oyearCount == conCCount){ + // 20220328 ljh update LJPH-C8FB4P銆愬鎵樸�戦厤鍚圥BI璁惧瑕嗙洊鐜囩殑鏁版嵁鍑嗗 start + // }else if(oyearCount > 0 && oyearCount == conCCount){ + }else if(oyearCount > 0 && oyearCount == conCCount && allcount == oyearCount ){ + // 20220328 ljh update LJPH-C8FB4P銆愬鎵樸�戦厤鍚圥BI璁惧瑕嗙洊鐜囩殑鏁版嵁鍑嗗 start result = '闈炵画绛惧悎鍚岋紙绌虹櫧鏈熶竴骞翠互涓婏級'; }else{ result = '缁鍚堝悓'; } + console.log(result); document.getElementById("allPage:allForm:allBlock:contractInfo:Contract_TypeTXT").innerHTML = result; document.getElementById("allPage:allForm:allBlock:contractInfo:Contract_TypeTXTHidden").value = result; // 鍙栨秷閰稿寲姘� -- Gitblit v1.9.1