28,409
社区成员




if otype=1 then
If Session("CRM_level") = 9 Then
Set rs = GWCrmCom_Obj.CallGWFunc("followup.asp",100,""&date())
Else
strUserList = getUserList(Session("CRM_level"),Session("CRM_group"))
Set rs = GWCrmCom_Obj.CallGWFunc("followup.asp",200,""&date()&"&"&strUserList)
End If
elseif otype=2 then
If Session("CRM_level") = 9 Then
Set rs = GWCrmCom_Obj.CallGWFunc("followup.asp",300,""&date())
Else
strUserList = getUserList(Session("CRM_level"),Session("CRM_group"))
Set rs = GWCrmCom_Obj.CallGWFunc("followup.asp",400,""&date()&"&"&strUserList)
End If
elseif otype=3 then
If Session("CRM_level") = 9 Then
Set rs = GWCrmCom_Obj.CallGWFunc("followup.asp",500,""&date())
Else
strUserList = getUserList(Session("CRM_level"),Session("CRM_group"))
Set rs = GWCrmCom_Obj.CallGWFunc("followup.asp",600,""&date()&"&"&strUserList)
End If
elseif otype=4 then
If Session("CRM_level") = 9 Then
Set rs = GWCrmCom_Obj.CallGWFunc("followup.asp",700,""&date())
Else
strUserList = getUserList(Session("CRM_level"),Session("CRM_group"))
Set rs = GWCrmCom_Obj.CallGWFunc("followup.asp",800,""&date()&"&"&strUserList)
End If
elseif otype=5 then
If Session("CRM_level") = 9 Then
Set rs = GWCrmCom_Obj.CallGWFunc("followup.asp",1500,""&date())
Else
strUserList = getUserList(Session("CRM_level"),Session("CRM_group"))
Set rs = GWCrmCom_Obj.CallGWFunc("followup.asp",1600,""&date()&"&"&strUserList)
End If
elseif otype=6 then
If Session("CRM_level") = 9 Then
Set rs = GWCrmCom_Obj.CallGWFunc("followup.asp",1300,""&date())
Else
strUserList = getUserList(Session("CRM_level"),Session("CRM_group"))
Set rs = GWCrmCom_Obj.CallGWFunc("followup.asp",1400,""&date()&"&"&strUserList)
End If
elseif otype="" then
If Session("CRM_level") = 9 Then
Set rs = GWCrmCom_Obj.CallGWFunc("followup.asp",900,"")
Else
strUserList = getUserList(Session("CRM_level"),Session("CRM_group"))
Set rs = GWCrmCom_Obj.CallGWFunc("followup.asp",1000,""&strUserList)
End If
end if