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