|
@@ -114,7 +114,6 @@
|
|
|
|
|
|
comboCommon.setCommonCode([{"code":"CO002","compID":"selCo002"} //조회기준 금액
|
|
|
,{"code":"CO007","compID":"selCo007"} //조회기준 GAP
|
|
|
- ,{"code":"CO003","compID":""} //본부조회권한 예외사용자
|
|
|
]);
|
|
|
|
|
|
selCo002.setValue( 0 );
|
|
@@ -488,24 +487,7 @@
|
|
|
***************************************************************************/
|
|
|
scwin.getComboCcgrp = function(){
|
|
|
|
|
|
- var pdeptCd = "";
|
|
|
-
|
|
|
- if(scwin.user.deptCd == null){
|
|
|
- pdeptCd = "all";
|
|
|
- } else {
|
|
|
- pdeptCd = scwin.user.deptCd.substring(0,2);
|
|
|
- }
|
|
|
-
|
|
|
- var rows = tabc_layout_contents_1811_body_CO003.getRowCount();
|
|
|
-
|
|
|
- for (var i=0; i<rows; i++) {
|
|
|
- if(tabc_layout_contents_1811_body_CO003.getCellData( i , "CODE_CD" ) == scwin.user.empNo){
|
|
|
- pdeptCd = "all";
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
dcsearchMap1.set( "cmpnCd" , scwin.cmpnCd );
|
|
|
- dcsearchMap1.set( "ccgrpCd1" , pdeptCd );
|
|
|
|
|
|
ajaxLib.ajax("co/cocom/COCOM/getComboCcgrp", {
|
|
|
method: "POST",
|
|
@@ -513,11 +495,6 @@
|
|
|
requestData : strLib.serialize(dcsearchMap1.getJSON({ DB: true })),
|
|
|
callback: function(result, e) {
|
|
|
dcComboCcgrp.setJSON(result);
|
|
|
- var rows = dcComboCcgrp.getRowCount();
|
|
|
- if(pdeptCd != "all" && rows == 1){
|
|
|
- selCcgrp.setSelectedIndex( 1 );
|
|
|
- selCcgrp.setDisabled( true );
|
|
|
- }
|
|
|
}
|
|
|
});
|
|
|
};
|
|
@@ -697,7 +674,7 @@
|
|
|
<xf:group class="ly_column col_8" style="height:100%;">
|
|
|
<xf:group class="dfbox" id="dfbox1" style="">
|
|
|
<xf:group class="dfbox pt0" id="" style="">
|
|
|
- <w2:textbox class="df_tit fl" id="" label="미청구 미수금 내역" style=""></w2:textbox>
|
|
|
+ <w2:textbox class="df_tit fl" id="" label="리스크 사유 내역" style=""></w2:textbox>
|
|
|
<w2:udc_list_count id="listCount1" />
|
|
|
<w2:textbox class="" id="" label="※ 사유등록기준 → 미청구공사 : 10억이상, 미수금(경과분) : 1억이상, 공정율 : 계획대비실적(누계기준) 3%이상 지연" style="position:absolute;left:250px;font-weight: bold;font-size:14px;color:red"></w2:textbox>
|
|
|
</xf:group>
|