|
|
|
|
俵ÀÌ / 2001-12-13 / ¿ÀÈÄ 4:47:25 / 203.255.3.190
Á¶È¸¼ö : 123
|
[Áú¹®] Áú¹®... -_-;;
|
> <%@ Language=VBScript %>
> <%'·Î±ä Æñâ´Â °Å ´Þ±â%>
> <%
>
> user_id = 2000066
> 'user_id = session("edmsID")
> approvePath = Request.Form("approvePath")
> SendApprover = Request.Form("SendApprover")
>
> ' ³Ñ¾î¿Â °áÀçÀÚÁß¿¡¼ »ç¿ø¹øÈ£¸¸ ÃßÃâÇÏ¿© ·çÇÁ¸¦ µ¹¸°´Ù.
> tempApprover = split(SendApprover,",")
> %>
> <!--#include file="../include/ConnectString.asp"-->
> <!--#include file="../include/ConnectData.asp"-->
> <%
> for i=0 to UBound(tempApprover)
> temp = split(tempApprover(i),"-")
> ApproverID = ApproverID & temp(1) &","
> next
>
> ApproverID = left(ApproverID,len(ApproverID)-1) ' ¸¶Áö¸· ³¡ÀÇ ","¸¦ ¾ø¾Ø´Ù.
> ApproverID = user_id&","& ApproverID&"," '±â¾ÈÀÚ¸¦ Ãß°¡ÇÑ´Ù. µÚ¿¡ ¡º , ¡» ´Â »ç¶÷¼ö¿¡ ¸Âµµ·Ï ºÙ¿©ÁØ °ÍÀÌ´Ù.
>
> 'ÇöÀç ³ª¿À´Â °ª ¡æ 2000066,2000001,2000066,2000002,2000003,2000004
>
> strSQL="SELECT APP_NAME FROM APPROVAL_TABLE WHERE APP_NAME = '"& SendApprover &"'"
> set rs=conn.execute(strSQL)
>
> if rs.eof then
> '°áÀç°æ·Î Å×ÀÌºí¿¡ ÀúÀå
> Set rsfi = Server.CreateObject("ADODB.RecordSet")
>
> 'ÀúÀåÇÏ´Â °Å ´Þ±â( ÀμƮ¹®)
> ApproverID = split(ApproverID,",")
>
> for i=0 to UBound(ApproverID)
>
> ApproverID = ApproverID(i)
>
> AppID1 = Mid(ApproverID,1,4)
> AppID2 = Mid(ApproverID,5,3)
> AppID = AppID1&"-"&AppID2
>
> strSQLFind="insert into groupadmin.APPROVAL_TABLE VALUES(DEPTNO, APP_NAME, SEQNO, EMPNO)"
> strSQLFind=strSQLFind & " "
> strSQLFind=strSQLFind & " select ºÎ¼CODE,"&SendApprover&","&i&","&ApproverID&" from openquery(stc,'select ºÎ¼CODE,»ç¹ø from Àλç_ÃÖ±Ù¹ß·É Where »çÁ÷ÀÏÀÚ Is Null and »ç¹ø=''"&AppID&"''')"
> set rsFi=conn.execute(strSQLFind)
> set rsFi=nothing
> next
>
> else
> %>
> <script language=javascript>
> alert("À̹ÌÁ¸ÀçÇÏ´Â °áÀç °æ·Î¸íÀÔ´Ï´Ù.\n´Ù¸¥ °áÀç°æ·Î¸íÀ» Àû¾îÁÖ¼¼¿ä.");
> history.back();
> </script>
> <%
> end if
> set rs=nothing
> set conn=nothing
> %>
> <script language=javascript>
> top.frames[0].location.href="../popupFiles/popupGetApproverTop.asp";
> top.frames[1].location.href="../popupFiles/popupGetApproverLeft.asp";
> location.href="../popupFiles/popupGetApproverRight.asp";
> </script>
>
>
>
> ¾îµð¼ Ʋ·È´ÂÁö ¸ð¸£°Ú¾î¿ä... ¤Ì_¤Ì
>
> µÂÁÖ¼¼¿ë~
-----------------------------------------------------------
¹» µµ¿Í´Þ¶ó´Â°Ç°¡¿ä? ¸®´õ´Ô? 0.0;;
|
|
|
|