📄 f_contractedit1_bak.asp
字号:
</td>
</tr>
</table>
<form method="POST" action="F_contractEditInfo1.asp" name="form1" >
<table border="1" width="100%" cellspacing="0" height="24" bgcolor="#F7F4E5">
<tr>
<td width="721" height="23" align="right" colspan="4">
<input type="hidden" name="ID" value="<%=ID%>">
<p align="left">
合同号<input type="text" name="hth" size="15" readonly value="<%=myrs("contractnum")%>" readonly style="background-color: #edefef" >
销售代表<input type="text" name="xsdb" size="9" readonly value="<%=Session("StuffName")%>" readonly style="background-color: #edefef" >
工程师序号 <input type="text" name="gcsxh" size="7"<%if gcsxh<>"" then%> value="<%=gcsxh%>" <%end if%> value="<%=myrs("Engineer")%>" >
<input type="button" value="..." name="cmd" onclick="gcs()" class="hand" style="background-color: #D1D1D1; border-style: solid; border-width: 1" >
工程师名称<input type="text" name="gcsmc" size="9" <%if gcsxh<>"" then%> value="<%=gcsmc%>" <%end if%> value="<%=gcsmc1%>" readonly style="background-color: #edefef" >
</td>
</tr>
<tr>
<td width="113" height="23" align="right">
<font size="2">需方序号
</font>
</td>
<td width="192" height="23">
<input type="text" name="khxh" size="12" <%if khxh<>"" then%> value="<%=khxh%>" <%end if %> value="<%=myrs("Needer")%>" >
<input type="button" value="..." name="cmdsearch" onclick="kh()" class="hand" style="background-color: #D1D1D1; border-style: solid; border-width: 1" >
<td width="106" height="23" align="right">
<font size="2">需方名称
</font>
</td>
<td width="298" height="23" >
<input type="text" name="khmc" size="32" <%if khxh<>"" then%> value="<%=khmc%>" <%end if %> value="<%=khmc1%>" readonly style="background-color: #edefef">
</td>
</tr>
<tr>
<td width="113" height="17" align="right">
<font size="2">联系人
</font>
</td>
<td width="192" height="17">
<font size="2"><select size="1" name="lxr" style="width:100;" tabindex="8">
<% if khxh="" then%>
<option value="<%=myrs("LinkMan")%>" selected><%=myrs("LinkMan")%></option>
<%else%>
<option value=""></option>
<%end if %>
<% if khxh<>"" then
set rs2=Server.CreateObject("ADODB.RecordSet")
sql="select * from D_LinkMan where ClientNum='"&khxh&"'"
rs2.open sql,Pubconn,1
do while not rs2.eof
%>
<option value="<%=rs2("LinkMan")%>"
><%=rs2("LinkMan")%></option>
<%
rs2.movenext
loop
rs2.close
set rs2=nothing
end if %>
</select>
</font>
</td>
<td width="106" height="17" align="right">
<font size="2">电话
</font>
</td>
<td width="298" height="17">
<input type="text" name="telephone" size="15" <%if khxh<>"" then%> value="<%=telephone%>" <%end if%> value="<%=telephone1%>" readonly style="background-color: #edefef" >
<font size="2">传真 <input type="text" name="fax" size="15" <%if khxh<>"" then%> value="<%=fax%>" <%end if%> value="<%=fax1%>" readonly style="background-color: #edefef" >
</font>
</td>
</tr>
<tr>
<td width="113" height="23" align="right">
地址
</td>
<td width="604" height="23" colspan="3">
<input type="text" name="address" size="53" <%if khxh<>"" then%> value="<%=address%>" <%end if%> value="<%=address1%>" readonly style="background-color: #edefef" >
<font size="2"> 特殊要求
<input type="radio" value="1" <% if myrs("EsceptNeed")="1" then%> checked <%end if %> name="tsyq">有
<input type="radio" value="2" <% if myrs("EsceptNeed")="0" then%> checked <%end if %> name="tsyq">无
</font>
</td>
</tr>
<tr>
<td width="721" height="23" align="right" colspan="4">
<p align="left">
工程技术条件
</td>
</tr>
<tr>
<td width="721" height="23" align="right" colspan="4">
<p align="left">
<font size="2">最高工作温度(干)</font><input type="text" name="wd1" size="11" value="<%=myrs("TopTemptDry")%>" >℃
<font size="2">最高工作温度(湿)</font> <input type="text" name="wd2" size="7" tabindex="9" value="<%=myrs("TopTemptDump")%>">℃
<font size="2">闪点温度</font><input type="text" name="wd3" size="10" tabindex="9" value="<%=myrs("LightTemperature")%>" >℃
</td>
</tr>
<tr>
<td width="113" height="23" align="right">
<font size="2">烟气组成
</font>
</td>
<td width="192" height="23">
<input type="text" name="yqzc" size="26" value="<%=myrs("CloudCompose")%>">
</td>
<td width="106" height="23" align="right">
<font size="2">烟气水份组成
</font>
</td>
<td width="298" height="23">
<input type="text" name="yszc" size="27" tabindex="9" value="<%=myrs("CloudWaterContent")%>">
</td>
</tr>
<tr>
<td width="113" height="23" align="right">
<font size="2">最大粒径
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -