📄 e_rein.asp
字号:
end if
rst.close
set rst=nothing
%>
Pcount=<%=count%>;
function key2()
{
if (document.form1.khxh.value=="")
{
alert("请先输入客户!"); //要先输入客户
document.form1.cpbm.value=""
document.form1.khxh.focus();
}
//取商品名称
for (l=0;l<Pcount;l++)
{
if(document.form1.cpbm.value.substring(0,4)==shang1[l][0])
{
document.form1.ggxh.value=shang1[l][1];
break;
}
else
{
document.form1.ggxh.value="";
}
}
for (t=0;t<Pcount;t++)
{
if(document.form1.cpbm.value==shang2[t][0])
{
document.form1.cpmc.value=shang2[t][3];
document.form1.ggxh.value=shang1[l][1]+"-"+shang2[t][1];
break;
}
else
{
document.form1.cpmc.value="";
}
}
} //key2事件响完成
</script>
<script language="javascript">
function jian()
{
var tag;
tag=0;
if ((document.form1.khxh.value=="")||(document.form1.khmc.value==""))
{
alert("客户不能为空!");
document.form1.khxh.value="";
document.form1.khxh.focus();
tag=1;
return(false);
}
if (tag==0)
{
document.form1.submit();
}
}
</script>
<script language="vbscript">
sub xzkh()
'选择客户时,新开一个窗口
djbh=document.form1.djbh.value
window.open "E_reinClient.asp?djbh="+djbh,"客户信息","menubar=no,status=no,width=600,height=500,scrollbars=yes"
end sub
sub cpxz()
djbh=document.form1.djbh.value
khxh=document.form1.khxh.value
ksfs=document.form1.ksfs.value
year1=document.form1.year1.value
month1=document.form1.month1.value
date1=document.form1.date1.value
window.open "E_reinCP.asp?djbh="+djbh+"&khxh="+khxh+"&ksfs="+ksfs+"&year1="+year1+"&month1="+month1+"&date1="+date1,"客户信息","menubar=no,status=no,width=600,height=500,scrollbars=yes"
end sub
sub khxx()
khxh=document.form1.khxh.value
window.open "E_Clientdetail.asp?khxh="+khxh,"客户信息","menubar=no,status=no,width=600,height=500,scrollbars=yes"
end sub
</script>
<script language="vbscript">
</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="E_reinInfo.asp" name="form1" >
<table border="1" width="100%" cellspacing="0" height="24" bgcolor="#F7F4E5">
<tr>
<td width="95" height="23" bgcolor="#F7F4E5" bordercolor="#F7F4E5" >
<p align="right">
<font size="2">
单据编号
</font>
</p>
</td>
<td width="178" height="23" bgcolor="#F7F4E5" bordercolor="#F7F4E5">
<p align="left">
<input type="text" name="djbh" size="15" <%if djbh<>"" then%> value="<%=djbh%>" <%end if %> value="<%=getdj("E_Clientcomplain","billID","C")%>" >
<td width="104" height="23" align="right" bgcolor="#F7F4E5" bordercolor="#F7F4E5" >
<font size="2">受理人
</font>
</td>
<td width="333" height="23" bgcolor="#F7F4E5" bordercolor="#F7F4E5">
<input type="text" name="slr" size="15" readonly style="background-color: #edefef" tabindex="9" value="<%=Session("StuffName")%>" >
</td>
</tr>
<tr>
<td width="95" height="23" align="right" bgcolor="#F7F4E5" bordercolor="#F7F4E5">
<font size="2">客户序号
</font>
</td>
<td width="178" height="23" bgcolor="#F7F4E5" bordercolor="#F7F4E5">
<input type="text" name="khxh" size="17" value="<%=khxh%>" onkeyup="keyup()" tabindex="2" >
<input type="button" value="..." name="cmdsearch" onclick="xzkh()" class="hand" style="background-color: #D1D1D1; border-style: solid; border-width: 1" >
<td width="104" height="23" align="right" bgcolor="#F7F4E5" bordercolor="#F7F4E5" >
<font size="2"><a href="#" onclick="khxx()">客户名称</a>
</font>
</td>
<td width="333" height="23" bgcolor="#F7F4E5" bordercolor="#F7F4E5" >
<input type="text" name="khmc" size="32" value="<%=khmc%>" tabindex="3" readonly style="background-color: #edefef">
</td>
</tr>
<tr>
<td width="95" height="17" align="right" bgcolor="#F7F4E5" bordercolor="#F7F4E5">
<font size="2">客诉方式
</font>
</td>
<td width="178" height="17" bgcolor="#F7F4E5" bordercolor="#F7F4E5">
<select size="1" name="ksfs" style="width:150">
<option value=""></option>
<% for i=0 to Ubound(ksstyle)%>
<option value="<%=ksstyle(i)%>"<% if ksfs=ksstyle(i) then %> selected <% end if %>><%=ksstyle(i)%></option>
<%next%>
</select>
</td>
<td width="104" height="17" align="right" bgcolor="#F7F4E5" bordercolor="#F7F4E5" >
<font size="2">客诉日期
</font>
</td>
<td width="333" height="17" bgcolor="#F7F4E5" bordercolor="#F7F4E5">
<input type="text" name="year1" size=4 <%if year1<>"" then%> value="<%=year1%>" <%end if %> value="<%=year(date())%>">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -