미납자료판독업무 화면의 변수명 오류 수정

main
이범준 5 months ago
parent e4ddd48e76
commit 75d58e9d56

@ -579,8 +579,8 @@ scwin.grd_search_oncelldblclick = function(row,col) {
searchResultParam.setJSON(searchResultList.getRowJSON(row)); searchResultParam.setJSON(searchResultList.getRowJSON(row));
ibx_carTypeNm.setValue( searchResultList.getCellData( row , "workerName") ); ibx_workerName.setValue( searchResultList.getCellData( row , "workerName") );
ibx_workerId.setValue( searchResultList.getCellData( row , "userName") ); ibx_userName.setValue( searchResultList.getCellData( row , "userName") );
if(searchResultList.getCellData(row, "rfidYn") == '1') { if(searchResultList.getCellData(row, "rfidYn") == '1') {
searchResultMap.set("rfidPenaltyKbn", "1"); searchResultMap.set("rfidPenaltyKbn", "1");
@ -1650,7 +1650,7 @@ scwin.sbm_save_submitdone = function(e) {
<w2:scope>row</w2:scope> <w2:scope>row</w2:scope>
</w2:attributes> </w2:attributes>
<xf:input adjustMaxLength="" <xf:input adjustMaxLength=""
id="ibx_carTypeNm" id="ibx_workerName"
readOnly="true" ref="" style="width:80px;" type=""> readOnly="true" ref="" style="width:80px;" type="">
</xf:input> </xf:input>
</xf:group> </xf:group>
@ -1667,7 +1667,7 @@ scwin.sbm_save_submitdone = function(e) {
<w2:rowspan>1</w2:rowspan> <w2:rowspan>1</w2:rowspan>
</w2:attributes> </w2:attributes>
<xf:input adjustMaxLength="" <xf:input adjustMaxLength=""
id="ibx_workerId" id="ibx_userName"
readOnly="true" ref="" style="width:80px;" type=""> readOnly="true" ref="" style="width:80px;" type="">
</xf:input> </xf:input>
</xf:group> </xf:group>

Loading…
Cancel
Save