|
@@ -675,11 +675,6 @@
|
|
|
var col = dcdataList3.getColumnID(col);
|
|
|
|
|
|
if(col == "usgRt"){
|
|
|
- if(dcdataList3.getCellData(row, col) > 100){
|
|
|
- commLib.getAlert("이용율 값은 100% 를 넘을수 없습니다.","데이터확인", "V", "");
|
|
|
- dcdataList3.setCellData(row, col, 0);
|
|
|
- return false;
|
|
|
- }
|
|
|
}
|
|
|
};
|
|
|
]]></script>
|
|
@@ -820,13 +815,13 @@
|
|
|
displayMode="label" dataType="number" displayFormat="#,###" textAlign="right">
|
|
|
</w2:column>
|
|
|
<w2:column removeBorderStyle="false" width="110" inputType="text" id="ge3Amt" blockSelect="false"
|
|
|
- displayMode="label" dataType="number" displayFormat="#,###" textAlign="right">
|
|
|
+ displayMode="label" dataType="number" displayFormat="#,###" textAlign="right" readOnly="true">
|
|
|
</w2:column>
|
|
|
<w2:column removeBorderStyle="false" width="130" inputType="text" id="ge3AmtRv" blockSelect="false"
|
|
|
displayMode="label" dataType="number" displayFormat="#,###" textAlign="right">
|
|
|
</w2:column>
|
|
|
<w2:column removeBorderStyle="false" width="110" inputType="text" id="ge4Amt" blockSelect="false"
|
|
|
- displayMode="label" dataType="number" displayFormat="#,###" textAlign="right">
|
|
|
+ displayMode="label" dataType="number" displayFormat="#,###" textAlign="right" readOnly="true">
|
|
|
</w2:column>
|
|
|
<w2:column removeBorderStyle="false" width="130" inputType="text" id="ge4AmtRv" blockSelect="false"
|
|
|
displayMode="label" dataType="number" displayFormat="#,###" textAlign="right">
|
|
@@ -908,13 +903,13 @@
|
|
|
<w2:column removeBorderStyle="false" width="80" inputType="select" id="itemCd" blockSelect="false" displayMode="label" readOnly="true">
|
|
|
<w2:choices></w2:choices>
|
|
|
</w2:column>
|
|
|
- <w2:column removeBorderStyle="false" width="110" inputType="text" id="ivntQty" blockSelect="false" displayMode="label" dataType="number" displayFormat="#,###" textAlign="right">
|
|
|
+ <w2:column removeBorderStyle="false" width="110" inputType="text" id="ivntQty" blockSelect="false" displayMode="label" dataType="number" displayFormat="#,###" textAlign="right" readOnly="true">
|
|
|
</w2:column>
|
|
|
<w2:column removeBorderStyle="false" width="110" inputType="text" id="ivntQtyRv" blockSelect="false" displayMode="label" dataType="number" displayFormat="#,###" textAlign="right">
|
|
|
</w2:column>
|
|
|
<w2:column removeBorderStyle="false" width="110" inputType="text" id="mcUctAmt" blockSelect="false" displayMode="label" dataType="number" displayFormat="#,###" textAlign="right">
|
|
|
</w2:column>
|
|
|
- <w2:column removeBorderStyle="false" width="110" inputType="text" id="purcUctAmt" blockSelect="false" displayMode="label" dataType="number" displayFormat="#,###" textAlign="right">
|
|
|
+ <w2:column removeBorderStyle="false" width="110" inputType="text" id="purcUctAmt" blockSelect="false" displayMode="label" dataType="number" displayFormat="#,###" textAlign="right" readOnly="true">
|
|
|
</w2:column>
|
|
|
<w2:column removeBorderStyle="false" width="110" inputType="text" id="purcUctAmtRv" blockSelect="false" displayMode="label" dataType="number" displayFormat="#,###" textAlign="right">
|
|
|
</w2:column>
|