⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 d_finance.asp

📁 一个很好的在线购物系统
💻 ASP
📖 第 1 页 / 共 2 页
字号:




<!--#include file="../include/Pubconn.asp"-->
<!--#include file="../include/PubFun.asp"-->
<!--#include file="../include/PubCode.asp"--> 
<%
'username=Getuser()
'userclass=TableVisitor("d_linkman",username)
'if userclass<2 then
'   response.write"<br>"
'   response.write"<br>" 
'   response.write "<center><font size=2>抱歉,您没有此项操作权限!<a href=D_linkManbrow.asp>返回</a>"
'   response.end
'end if

%>

<%'###########################得到付款方式#############################            
 set AdoRs1=Server.CreateObject("AdoDB.RecordSet")            
 lcsql="select NumValue from A_ConfigInfo Where Subject='Payment'"            
 AdoRS1.Open lcSql,PubConn,1,1            
 Areavalue=Adors1("NumValue")            
 if not isNull(Areavalue) then            
 	PayWay=Split(AreaValue,",") 					            
 end if            
 Set Adors1=Nothing%>            
<%'###########################得到发票方式#############################            
 set AdoRs2=Server.CreateObject("AdoDB.RecordSet")            
 lcsql="select NumValue from A_ConfigInfo Where Subject='InvoiceWay'"            
 AdoRS2.Open lcSql,PubConn,1,1            
 HYvalue=Adors2("NumValue")            
 if not isNull(HYvalue) then            
 	InvoiceWay=Split(HYValue,",") 					            
 end if            
 Set Adors2=Nothing%>            
<%     
 '传过来的客户序号
 khxh=request("par_id")
 if khxh<>"" then
    set rskh=Server.CreateObject("ADODB.RecordSet")
    sql="select ClientName from D_ClientInfo where clientnum='"&khxh&"'"
    rskh.open sql,pubconn,1
    if not rskh.eof then
        khmc=rskh("clientName")
    end if 
     '通过客户序号在营业状况表中找对应的数据
    
    set rscw=Server.CreateObject("ADODB.RecordSet")
    sql="select * from D_finance where Clientnum='"&khxh&"'"
    rscw.open sql,pubconn,1
    if not rscw.eof then
       BusinessPlace1=rscw("BusinessPlace")
       PlaceValue1=rscw("PlaceValue")
       PayWay1=rscw("PayWay")
       PayPerson1=rscw("PayPerson")
       InvoiceWay1=rscw("InvoiceWay")
       SupportFee1=rscw("SupportFee")
       BaseFee1=rscw("BaseFee")
       EnterFee1=rscw("EnterFee")
       OtherFee1=rscw("OtherFee")
       OpenBank1=rscw("OpenBank")
       Counting1=rscw("Counting")
       Remark1=rscw("Remark")
   
   end  if 
end if 
 
 %>            





<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>客户跟进计划</title>
<link href="../cread.css" rel="stylesheet" type="text/css">
</head>
<script language="vbscript">
'以下判断只有为数字型才能输入
sub PlaceValue_onkeypress
		window.event.keyCode=PublicKeyAscii(document.form1.PlaceValue.value,"Num",window.event.keyCode)
end sub
sub SupportFee_onkeypress
		window.event.keyCode=PublicKeyAscii(document.form1.SupportFee.value,"Num",window.event.keyCode)
end sub

sub BaseFee_onkeypress
		window.event.keyCode=PublicKeyAscii(document.form1.BaseFee.value,"Num",window.event.keyCode)
end sub
sub EnterFee_onkeypress
		window.event.keyCode=PublicKeyAscii(document.form1.EnterFee.value,"Num",window.event.keyCode)
end sub
sub OtherFee_onkeypress
		window.event.keyCode=PublicKeyAscii(document.form1.OtherFee.value,"Num",window.event.keyCode)
end sub



</script>
<body bgcolor="#FFFFFF" >
<table border="0" cellpadding="0" cellspacing="0" width="100%">
  <tr>
    <td width="100%"><b><font size="3"><img border="0" src="../pic/it_22.gif" width="34" height="15"> 
      </font><font size="2">财务状况信息</font></b><hr width="40%" size="1" align="left">                
                      
    </td>                
  </tr>                
</table>                
         
            
          
<form method="POST" action="D_financeInfo.asp" name="form1" >           
           
          
         
          
<table border="1" width="100%" cellspacing="0" height="9"  bgcolor="#F7F4E5" bordercolor="#F7F4E5">            
  <tr>       
          
      <input type="hidden" name="khxh"  value="<%=khxh%>">    
          
    <td width="13%" height="23" align="right" bgcolor="#F7F4E5" bordercolorlight="#F7F4E5">                                                                    
     <font size="2">                                                                    
     客户名称  
     </font>  
    </td>                                                                            
    <td width="73%" height="23" bgcolor="#F7F4E5" bordercolorlight="#F7F4E5" colspan="5">                                                                            
                                                            
    <input type="text" name="khmc" size="31" value="<%=khmc%>" readonly style="background-color: #edefef">                                                                                                                                                                         
                                                                                                                                                                          
  </tr>      
  <tr>       
          
          
          
    <td width="13%" height="23" align="right" bgcolor="#F7F4E5" bordercolorlight="#F7F4E5">                                                                    
     <font size="2">营业场所  
     </font>  
    </td>                                                                            
    <td width="15%" height="23" bgcolor="#F7F4E5" bordercolorlight="#F7F4E5">                                                                            
                                                            
    <p align="left">                                                                           
                                                           
   <select  name="BusinessPlace"  style="width: 110; height: 23" size="1">                                                                           
           <option value=""></option>      
           <option value="租赁" <%if BusinessPlace1="租赁" then%> selected <%end if %>>租赁</option>  
  
           <option value="自有" <%if BusinessPlace1="自有" then%> selected <%end if %>>自有</option>  
  
                                               
                              </select>                                                  
                                                                                                                                                   
                                                                                                                                  
    <td width="10%" height="23" align="right" bgcolor="#F7F4E5" bordercolorlight="#F7F4E5">                                                                      
     <font size="2">价值   
     </font>   
    </td>                                                                         
    <td width="48%" height="23" bgcolor="#F7F4E5" bordercolorlight="#F7F4E5" colspan="3" >                                                                         
                                                                               

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -