|
@@ -380,12 +380,12 @@
|
|
|
***************************************************************************/
|
|
|
scwin.getComboCcgrp = function(){
|
|
|
|
|
|
- var pdeptCd = "";
|
|
|
+ var pdeptCd = "";
|
|
|
|
|
|
- if(scwin.user.pdeptCd == null){
|
|
|
+ if(scwin.user.deptCd == null){
|
|
|
pdeptCd = "all";
|
|
|
} else {
|
|
|
- pdeptCd = scwin.user.pdeptCd;
|
|
|
+ pdeptCd = scwin.user.deptCd.substring(0,2);
|
|
|
}
|
|
|
|
|
|
var rows = tabc_layout_contents_1811_body_CO003.getRowCount();
|
|
@@ -573,7 +573,7 @@
|
|
|
dataList="data:dcdataList1" fixedColumnWithHidden="false" id="grdData1" ignoreCellClick="false" ignoreToggleOnDisabled="false"
|
|
|
keyMoveEditMode="true" moveKeyEditMode="true" rowNumHeaderValue="No" rowNumStatusResize="true" rowNumVisible="true" rowNumWidth="20"
|
|
|
rowStatusHeaderValue="상태" rowStatusVisible="true" rowStatusWidth="20" scrollByColumn="false" scrollByColumnAdaptive="false"
|
|
|
- style="height: 200px;" summaryAuto="false" useShiftKey="true" visibleRowNum="20" enterKeyMove="none" readOnly="true"
|
|
|
+ style="height: 200px;" summaryAuto="false" useShiftKey="true" visibleRowNum="" enterKeyMove="none" readOnly="true"
|
|
|
ev:oncellclick="scwin.grdData1_oncellclick" fixedColumn="" ev:onscrolly="scwin.scrollY_grdData1" syncScrollId="">
|
|
|
<w2:caption style="" id="caption1" value="this is a grid caption."></w2:caption>
|
|
|
<w2:header style="" id="header1">
|