📄 f_contractedit1.asp
字号:
sub bfb2_onkeypress
window.event.keyCode=PublicKeyAscii(document.form1.bfb2.value,"Num",window.event.keyCode)
end sub
sub rknd_onkeypress
window.event.keyCode=PublicKeyAscii(document.form1.rknd.value,"Num",window.event.keyCode)
end sub
sub pfyq_onkeypress
window.event.keyCode=PublicKeyAscii(document.form1.pfyq.value,"Num",window.event.keyCode)
end sub
sub clfl_onkeypress
window.event.keyCode=PublicKeyAscii(document.form1.clfl.value,"Num",window.event.keyCode)
end sub
sub xtfy_onkeypress
window.event.keyCode=PublicKeyAscii(document.form1.xtfy.value,"Num",window.event.keyCode)
end sub
sub gdnum1_onkeypress
window.event.keyCode=PublicKeyAscii(document.form1.gdnum1.value,"Num",window.event.keyCode)
end sub
sub gdnum2_onkeypress
window.event.keyCode=PublicKeyAscii(document.form1.gdnum2.value,"Num",window.event.keyCode)
end sub
sub zbyear_onkeypress
window.event.keyCode=PublicKeyAscii(document.form1.zbyear.value,"Num",window.event.keyCode)
end sub
sub power_onkeypress
window.event.keyCode=PublicKeyAscii(document.form1.power.value,"Num",window.event.keyCode)
end sub
</script>
<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="F_contractEditInfo1.asp" name="form1" >
<table border="1" width="100%" cellspacing="0" height="24" bgcolor="#F7F4E5">
<tr>
<% set rs1=Server.CreateObject("ADODB.RecordSet")
mysql="select * from A_stuffInfo where stuffnum='"&myrs("SaleDelegate")&"'"
rs1.open mysql,Pubconn,1
%>
<td width="721" height="23" align="right" colspan="4" bgcolor="#F7F4E5" bordercolor="#F7F4E5">
<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="<%=rs1("name")%>" readonly style="background-color: #edefef" >
工程师序号 <input type="text" name="gcsxh" size="7" <%if gcsxh<>"" then%> value="<%=gcsxh%>" <%end if%> value="<%=myrs("Engineer")%>" onkeyup="cx()" >
<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" bgcolor="#F7F4E5" bordercolor="#F7F4E5">
<font size="2">需方序号
</font>
</td>
<td width="192" height="23" bgcolor="#F7F4E5" bordercolor="#F7F4E5">
<input type="text" name="khxh" size="12" <%if khxh<>"" then%> value="<%=khxh%>" <%end if %> value="<%=myrs("Needer")%>" readonly style="background-color: #edefef">
<td width="106" height="23" align="right" bgcolor="#F7F4E5" bordercolor="#F7F4E5">
<font size="2">需方名称
</font>
</td>
<td width="298" height="23" bgcolor="#F7F4E5" bordercolor="#F7F4E5" >
<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" bgcolor="#F7F4E5" bordercolor="#F7F4E5">
<font size="2">联系人
</font>
</td>
<td width="192" height="17" bgcolor="#F7F4E5" bordercolor="#F7F4E5">
<font size="2">
<input type="text" name="lxr" value="<%=myrs("LinkMan")%>" readonly style="background-color: #edefef">
</font>
</td>
<td width="106" height="17" align="right" bgcolor="#F7F4E5" bordercolor="#F7F4E5">
<font size="2">电话
</font>
</td>
<td width="298" height="17" bgcolor="#F7F4E5" bordercolor="#F7F4E5">
<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" bgcolor="#F7F4E5" bordercolor="#F7F4E5">
地址
</td>
<td width="604" height="23" colspan="3" bgcolor="#F7F4E5" bordercolor="#F7F4E5">
<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" bgcolor="#F7F4E5" bordercolor="#F7F4E5">
<p align="left">
工程技术条件
</td>
</tr>
<tr>
<td width="721" height="23" align="right" colspan="4" bgcolor="#F7F4E5" bordercolor="#F7F4E5">
<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" bgcolor="#F7F4E5" bordercolor="#F7F4E5">
<font size="2">烟气组成
</font>
</td>
<td width="192" height="23" bgcolor="#F7F4E5" bordercolor="#F7F4E5">
<input type="text" name="yqzc" size="26" value="<%=myrs("CloudCompose")%>">
</td>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -