1234567891011121314151617181920212223 |
- function fDisPatchSearch()
- {
- fSearch();
- model.refresh();
- }
- function fSearch()
- {
- grd_apachelist.coldisabled(5) = "false";
- //if (model.getValue("/root/cond/ward") == ""){
- // if(cmb_icu.label== ""){
- // messageBox("ÁßȯÀÚ½ÇÀº", "I003");
- // model.setFocus("cmb_icu");
- // return;
- // } else {
- submit("TRMMR03001");
- // }
- }
|