📄 f_swbginput.asp
字号:
end if %>
><%=i%></option>
<%next%>
</select>年<select size="1" name="cpjs2" style="width:50">
<option value=""></option>
<%for i=1 to 9%>
<option value="<%="0"&i%>"
<%
if rst("bz")="1" then
if cint(cpjs2)=i then
response.write ("selected")
end if
end if %>
><%="0"&i%></option>
<%next%>
<%for i=10 to 12%>
<option value="<%=i%>"
<%
if rst("bz")="1" then
if cint(cpjs2)=i then
response.write ("selected")
end if
end if %>
><%=i%></option>
<%next%>
</select>月</font>
</p>
</td>
</tr>
<tr>
<td width="99" align="right" bordercolor="#F7F4E5"><font size="2">交流会</font></td>
<td width="140" align="center" bordercolor="#F7F4E5">
<p align="left">
<font size="2"><select size="1" name="jlh1" style="width:60">
<option value=""></option>
<%for i=1999 to 2020%>
<option value="<%=i%>"
<%
if rst("bz")="1" then
if cint(hui1)=i then
response.write ("selected")
end if
end if %>
><%=i%></option>
<%next%>
</select>年<select size="1" name="jlh2" style="width:50">
<option value=""></option>
<%for i=1 to 9%>
<option value="<%="0"&i%>"
<%
if rst("bz")="1" then
if cint(hui2)=i then
response.write ("selected")
end if
end if %>
><%="0"&i%></option>
<%next%>
<%for i=10 to 12%>
<option value="<%=i%>"
<%
if rst("bz")="1" then
if cint(hui2)=i then
response.write ("selected")
end if
end if %>
><%=i%></option>
<%next%>
</select>月</font>
</p>
</td>
<td width="87" align="right" bordercolor="#F7F4E5"><font size="2">建议书</font></td>
<td width="145" align="center" bordercolor="#F7F4E5">
<p align="left">
<font size="2"><select size="1" name="Jys1" style="width:60">
<option value=""></option>
<%for i=1999 to 2020%>
<option value="<%=i%>"
<%
if rst("bz")="1" then
if cint(jy1)=i then
response.write ("selected")
end if
end if %>
><%=i%></option>
<%next%>
</select>年<select size="1" name="Jys2" style="width:50">
<option value=""></option>
<%for i=1 to 9%>
<option value="<%="0"&i%>"
<%
if rst("bz")="1" then
if cint(jy2)=i then
response.write ("selected")
end if
end if %>
><%="0"&i%></option>
<%next%>
<%for i=10 to 12%>
<option value="<%=i%>"
<%
if rst("bz")="1" then
if cint(jy2)=i then
response.write ("selected")
end if
end if %>
><%=i%></option>
<%next%>
</select>月</font>
</p>
</td>
<td width="84" align="right" bordercolor="#F7F4E5"><font size="2">解决抗拒</font></td>
<td width="149" align="center" bordercolor="#F7F4E5">
<p align="left">
<font size="2"><select size="1" name="kj1" style="width:60">
<option value=""></option>
<%for i=1999 to 2020%>
<option value="<%=i%>"
<%
if rst("bz")="1" then
if cint(kj1)=i then
response.write ("selected")
end if
end if %>
><%=i%></option>
<%next%>
</select>年<select size="1" name="kj2" style="width:50">
<option value=""></option>
<%for i=1 to 9%>
<option value="<%="0"&i%>"
<%
if rst("bz")="1" then
if cint(kj2)=i then
response.write ("selected")
end if
end if %>
><%="0"&i%></option>
<%next%>
<%for i=10 to 12%>
<option value="<%=i%>"
<%
if rst("bz")="1" then
if cint(kj2)=i then
response.write ("selected")
end if
end if %>
><%=i%></option>
<%next%>
</select>月</font>
</p>
</td>
</tr>
<tr>
<td width="99" align="right" bordercolor="#F7F4E5" ><font size="2">付款情况</font></td>
<td width="613" align="center" colspan="5" bordercolor="#F7F4E5">
<p align="left">
<font size="2"><select size="1" name="fkqk" style="width:110" >
<option value="已付款" <%if rst("paystatus")="已付款" then%> selected <%end if %>>已付款
<option selected value="未付款" <%if rst("paystatus")="未付款" then%> selected <%end if %>>未付款
</select></font>
</p>
</td>
</tr>
<tr>
<td width="714" colspan="6" bordercolor="#F7F4E5"><font size="2">经验教训</font></td>
</tr>
<tr>
<td width="99" align="right" bordercolor="#F7F4E5"><font size="2">主要原因</font></td>
<td width="140" align="center" bordercolor="#F7F4E5"><font size="2"><select size="1" name="zyd" style="width: 139;">
<option value=""></option>
<% for i=0 to Ubound(zy)%>
<option value="<%=zy(i)%>" <%if rst("experience1")=zy(i) then%> selected <%end if %>><%=zy(i)%></option>
<%next%>
</select></font></td>
<td width="87" align="right" bordercolor="#F7F4E5">
<p align="right">
<font size="2">描述
</font>
</td><td colspan="3" width="382" bordercolor="#F7F4E5"><input type="text" name="mx1" size="36" value="<%=rst.Fields("experiencea")%>"></font>
</td>
</tr>
<tr>
<td width="99" align="right" bordercolor="#F7F4E5"><font size="2">次要原因</font></td>
<td width="140" align="center" bordercolor="#F7F4E5"><font size="2"><select size="1" name="cyd" style="width: 137;">
<option value=""></option>
<% for i=0 to Ubound(cy)%>
<option value="<%=cy(i)%>" <%if rst("experience2")=cy(i) then%> selected <%end if %>><%=cy(i)%></option>
<%next%>
</select></font></td>
<td width="87" align="right" bordercolor="#F7F4E5">
<p align="right">
<font size="2">描述
</font>
</td><td colspan="3" width="382" bordercolor="#F7F4E5"><input type="text" name="mx2" size="36" value="<%=rst.Fields("experienceb")%>" ></font>
</td>
</tr>
<tr>
<td width="99" align="right" bordercolor="#F7F4E5"><font size="2">其他原因</font></td>
<td width="140" align="center" bordercolor="#F7F4E5"><font size="2"><select size="1" name="qtd" style="width: 136; ">
<option value=""></option>
<% for i=0 to Ubound(qt)%>
<option value="<%=qt(i)%>" <%if rst("experience3")=qt(i) then%> selected <%end if %>><%=qt(i)%></option>
<%next%>
</select></font></td>
<td width="87" align="right" bordercolor="#F7F4E5">
<p align="right">
<font size="2">描述
</font>
</td><td colspan="3" width="382" bordercolor="#F7F4E5"><input type="text" name="mx3" size="36" value="<%=rst.Fields("experiencec")%>"></font>
</td>
</tr>
<tr>
<td width="99" align="right" bordercolor="#F7F4E5"><font size="2">增购计划</font></td>
<td width="140" align="center" bordercolor="#F7F4E5">
<p align="left">
<font size="2"><input type="radio" value="1" <%if rst("presentplan")="1" then%> checked <%end if %> name="R1">有
<input type="radio" value="0" name="R1" <%if rst("presentplan")="0" then%> checked <%end if %>>无</font></td>
<td width="87" align="right" bordercolor="#F7F4E5">
<p align="right">
<font size="2">特殊服务要求
</font>
</td><td colspan="3" width="382" bordercolor="#F7F4E5"><input type="text" name="tsfw" size="26" value="<%=rst.Fields("esceptask")%>"></font></td>
</tr>
<tr>
<td width="99" align="right" bordercolor="#F7F4E5"><font size="2">备注</font></td>
<td width="613" align="center" colspan="5" bordercolor="#F7F4E5">
<p align="left">
<font size="2"><input type="text" name="bz" size="80" value="<%=rst.Fields("remark")%>"></font></td>
</tr>
</table>
<p><center><input type="submit" value="保存" class="hand" style="background-color: #D1D1D1; border-style: solid; border-width: 1">
<a href="F_swbgdel.asp?ID=<%=ID%>&ywy=<%=ywy%>">删除</a>
<a href="F_swbgbrow.asp">返回</a> </center>
</p>
</form>
</body>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -