/** * * @param : * @return : * @author : ÀÌÀ±ÁÖ * @--------------------------------------------------- */ function fIni(){ var projcd = opener.window.javascript.getParameter("SPRIS00210_projcd"); model.setValue("/root/init/projcd",projcd); fSearch(); model.refresh(); } function fSearch() { model.makeValue("/root/send/reqdata/projcd",model.getValue("/root/init/projcd")); submit("TRRIS00103"); } function fAddRow() { //ÇàÃß°¡, µ¥ÀÌÅÍ º¹»ç datagrid1.addRow(); datagrid1.valueMatrix( datagrid1.row, datagrid1.colRef("projcd")) = model.getValue("/root/init/projcd"); } function fDelRow() { var delrow = datagrid1.row; var fstrgstrid = model.getValue("/root/result/cnrtlist[" + delrow + "]/fstrgstrid"); if (fstrgstrid == "") { datagrid1.deleteRow(delrow); } else { datagrid1.addStatus(delrow, "delete"); } } function fSave() { for (i=1; i