8 lines
445 B
Plaintext
8 lines
445 B
Plaintext
<%String objId = com.pms.common.utils.CommonUtils.checkNull(request.getParameter("objId"));%>
|
|
<frameset cols="70%, 80px, 30%" border="0" noresize>
|
|
<frame src="/productionplanning/mBomPopupLeft.do?objId=<%=objId%>" name="leftFrame">
|
|
<frame src="/productionplanning/mBomPopupCenter.do?objId=<%=objId%>" name="centerFrame">
|
|
<frame src="/productionplanning/mBomPopupRight.do?objId=<%=objId%>" name="rightFrame">
|
|
</frameset><noframes></noframes>
|
|
|