📄 g_stateedit.asp
字号:
cc=myrst("level") ' 传回的客户类型值
end if%>
<td width="86" height="23" align="right" bgcolor="#F7F4E5" bordercolor="#F7F4E5">
<font size="2">客户名称</font>
</td>
<td width="264" colspan="3" height="23" bgcolor="#F7F4E5" bordercolor="#F7F4E5">
<input type="text" name="khmc" size="29" tabindex="2" value="<%=bb%>" readonly style="background-color: #edefef">
</td>
</tr>
<tr>
<td width="120" height="23" align="right" bgcolor="#F7F4E5" bordercolor="#F7F4E5">
<font size="2">客户级别
</font>
</td>
<td width="235" height="23" bgcolor="#F7F4E5" bordercolor="#F7F4E5">
<input type="text" name="khjb" size="15" tabindex="3" value="<%=cc%>" readonly style="background-color: #edefef">
</td>
<td width="86" height="23" align="right" bgcolor="#F7F4E5" bordercolor="#F7F4E5">
<font size="2">业务员
</font>
</td>
<td width="264" colspan="3" height="23" bgcolor="#F7F4E5" bordercolor="#F7F4E5">
<input type="text" name="txtywy" size="15" tabindex="4" value="<%=Session("StuffName")%>" readonly style="background-color: #edefef">
</td>
</tr>
<tr>
<td width="120" height="23" align="right" bgcolor="#F7F4E5" bordercolor="#F7F4E5">
<font size="2">报告日期
</font>
</td>
<td width="593" height="23" bgcolor="#F7F4E5" colspan="5" bordercolor="#F7F4E5">
<input type="text" name="year1" size="17" tabindex="5" value="<%=Rsta("ReportDate")%>" >
</td>
</tr>
<tr>
<td width="120" height="23" align="right" bgcolor="#F7F4E5" bordercolor="#F7F4E5">
<font size="2">接近客户
</font>
</td>
<td width="235" height="23" bgcolor="#F7F4E5" bordercolor="#F7F4E5">
<font size="2"><select size="1" name="selkh" style="width: 71; height: 23" tabindex="8">
<%if rsta("CloseState")<>"" then%>
<option value="<%=rsta("CloseState")%>"><%=rsta("CloseState")%></option>
<%else%>
<option value=""></option>
<%end if %>
<option value="△">△</option>
<option value="╳">╳</option>
<option value="〇">〇</option>
</select></font>
</td>
<td width="86" height="23" align="right" bgcolor="#F7F4E5" bordercolor="#F7F4E5">
<font size="2">调查
</font>
</td>
<td width="116" height="23" bgcolor="#F7F4E5" bordercolor="#F7F4E5">
<font size="2"><select size="1" name="seldc" style="width: 71; height: 23" tabindex="9">
<%if rsta("InquiryState")<>"" then%>
<option value="<%=rsta("InquiryState")%>"><%=rsta("InquiryState")%></option>
<%else%>
<option value=""></option>
<%end if %>
<option value="△">△</option>
<option value="╳">╳</option>
<option value="〇">〇</option>
</select></font>
</td>
<td width="57" height="23" align="right" bgcolor="#F7F4E5" bordercolor="#F7F4E5">
<font size="2">问题
</font>
</td>
<td width="83" height="23" bgcolor="#F7F4E5" bordercolor="#F7F4E5">
<font size="2"><select size="1" name="selwt" style="width: 71; height: 23" tabindex="10">
<%if rsta("Problem")<>"" then%>
<option value="<%=rsta("Problem")%>"><%=rsta("Problem")%></option>
<%else%>
<option value=""></option>
<%end if %>
<option value="△">△</option>
<option value="╳">╳</option>
<option value="〇">〇</option>
</select></font>
</td>
</tr>
<tr>
<td width="120" height="23" align="right" bgcolor="#F7F4E5" bordercolor="#F7F4E5">
<font size="2">方案
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -