Browse Source

설비이용율 그리드
- 이용율 컬럼 데이터타입, 소수점 프로퍼티 수정

dev001 9 months ago
parent
commit
ae60358c9e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/webapp/ux/ei/ei0301/EI03010001U.xml

+ 2 - 2
src/main/webapp/ux/ei/ei0301/EI03010001U.xml

@@ -71,7 +71,7 @@
 						<w2:column id="pmonth" name="기준 월" dataType="text"></w2:column>
 						<w2:column id="eqpCd" name="설비 구분코드[EI011]" dataType="text"></w2:column>
 						<w2:column id="eqpDtlCd" name="설비 상세 구분코드[EI012]" dataType="text"></w2:column>
-						<w2:column id="usgRt" name="이용률" dataType="number"></w2:column>
+						<w2:column id="usgRt" name="이용률" dataType="text"></w2:column>
 					</w2:columnInfo>
 					<w2:data use="false"></w2:data>
 				</w2:dataList>
@@ -999,7 +999,7 @@
 										<w2:column removeBorderStyle="false" width="90" inputType="select" style="" id="eqpDtlCd" value="" blockSelect="false" displayMode="label" readOnly="true">
 											<w2:choices></w2:choices>
 										</w2:column>
-										<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="usgRt" value="" blockSelect="false" displayMode="label" textAlign="right" displayFormat="%" maxLength="3">
+										<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="usgRt" value="" blockSelect="false" displayMode="label" textAlign="right" displayFormat="###.##%" maxLength="6" dataType="number">
 										</w2:column>
 									</w2:row>
 								</w2:gBody>