var cnt = 0;
id("signerNoItemsSave").name.split(":")[1];
// 选中的明细index
var index = item.id.split(":")[3];
var idstr = "Form:" + pageId + ":signerNoItems:" + index + ":signerNo";
element("selectSignerNo").value = document.getElementById(idstr).value;
}
});
if (cnt == 1) {
var url="../mst/mst0002s19.html?customerCode="+$id("customerCode").value+"&signerCode="+$id("selectSignerNo").value+"&actionFlg=1";
popupWindow(url, 900, 600);
} else {
window.alert($id("hdnNoSelectMesg").value);
}