📄 frm_ydcsxg_modify.asp
字号:
<td align=left width=40%>  <input type=text name=text12 size=20 class=text></td>
</tr>
<tr height="20">
<td class="title" align=center width=15%>油压</td>
<td align=left width=30%>  <%=ydcsxg(14)%></td>
<td align=left width=40%>  <input type=text name=text13 size=20 class=text></td>
</tr>
<tr height="20">
<td class="title" align=center width=15% >套压</td>
<td align=left width=30%>  <%=ydcsxg(15)%></td>
<td align=left width=40%>  <input type=text name=text14 size=20 class=text></td>
</tr>
<tr height="20">
<td class="title" align=center width=15%>配注</td>
<td align=left width=30%>  <%=ydcsxg(16)%></td>
<td align=left width=40%>  <input type=text name=text15 size=20 class=text></td>
</tr>
<tr height="20">
<td class="title" align=center width=15% >注水量</td>
<td align=left width=30%>  <%=ydcsxg(17)%></td>
<td align=left width=40%>  <input type=text name=text16 size=20 class=text></td>
</tr>
<tr height="20">
<td class="title" colspan=2 align=center width=30%>措施有效天数</td>
<td align=left width=30%>  <%=ydcsxg(18)%></td>
<td align=left width=40%>  <input type=text name=text17 size=20 class=text value=<%=stext2%>></td>
</tr>
<tr height="20">
<td class="title" colspan=2 align=center width=30%>日增注</td>
<td align=left width=30%>  <%=ydcsxg(19)%></td>
<td align=left width=40%>  <input type=text name=text18 size=20 class=text value=<%=stext3%>></td>
</tr>
<tr height="20">
<td class="title" colspan=2 align=center width=30%>月增注</td>
<td align=left width=30%>  <%=ydcsxg(20)%></td>
<td align=left width=40%>  <input type=text name=text19 size=20 class=text value=<%=stext4%>></td>
</tr>
<tr height="20">
<td class="title" colspan=2 align=center width=30%>累计增注</td>
<td align=left width=30%>  <%=ydcsxg(21)%></td>
<td align=left width=40%>  <input type=text name=text20 size=20 class=text value=<%=stext5%>></td>
</tr>
<tr height="20">
<td class="title" colspan=2 align=center width=30%>备注</td>
<td align=left width=30%>  <textarea cols=30 rows=3 class=text><%=ydcsxg(22)%></textarea></td>
<td align=left width=40%>  <textarea name=text21 cols=30 rows=3 class=text></textarea></td>
</tr>
<%end if%>
</table>
<br>
<hr size="1" class=hr width="98%" align="center">
<br>
<table width="98%" border="0" cellspacing="0" cellpadding="2" align="center">
<tr align="center">
<td>
<input type=hidden name=chydcsxg value=<%=ydcsxgId%>>
<input type=hidden name=welltype value=<%=welltype%>>
<input type=hidden name=sdate value=<%=sdate%>>
<input type=hidden name=isSub value=true>
<input type="button" name="Submit32" value=" 更新 " class=button onclick=subcheck()>
<input type="button" name="Submit32" value=" 返回 " class=button LANGUAGE=javascript onclick='javascript:location.replace("frm_ydcsxg.asp?year=<%=syear%>&month=<%=smonth%>");'>
</td>
</tr>
</table>
</form>
<%
else
if welltype=0 then
text2=request.form("text2")
text3=request.form("text3")
text4=request.form("text4")
text5=request.form("text5")
text6=request.form("text6")
text7=request.form("text7")
text8=request.form("text8")
text9=request.form("text9")
text10=request.form("text10")
text11=request.form("text11")
text12=request.form("text12")
text13=request.form("text13")
text14=request.form("text14")
text15=request.form("text15")
text16=request.form("text16")
text17=request.form("text17")
text18=request.form("text18")
SQL="select * from oil.oil_incre where incre_id='" &ydcsxgId& "'"
rs.open SQL,conn,1,3
if text2<>"" then
rs("incre_csnr")=text2
end if
if text3<>"" then
rs("incre_cscw")=text3
end if
if text4<>"" then
rs("incre_csrq")=text4
end if
if text5<>"" then
rs("incre_bf_rcy")=text5
end if
if text6<>"" then
rs("incre_bf_rco")=text6
end if
if text7<>"" then
rs("incre_bf_hs")=text7
end if
if text8<>"" then
rs("incre_bf_dym")=text8
end if
if text9<>"" then
rs("incre_af_rcy")=text9
end if
if text10<>"" then
rs("incre_af_rco")=text10
end if
if text11<>"" then
rs("incre_af_hs")=text11
end if
if text12<>"" then
rs("incre_af_dym")=text12
end if
if text13<>"" then
rs("incre_bysc")=text13
end if
if text14<>"" then
rs("incre_yxts")=text14
end if
if text15<>"" then
rs("incre_rzyl")=text15
end if
if text16<>"" then
rs("incre_yzol")=text16
end if
if text17<>"" then
rs("incre_ljzy")=text17
end if
if text18<>"" then
rs("incre_memo")=text18
end if
rs.update
rs.close
else
text2=request.form("text2")
text3=request.form("text3")
text4=request.form("text4")
text5=request.form("text5")
text6=request.form("text6")
text7=request.form("text7")
text8=request.form("text8")
text9=request.form("text9")
text10=request.form("text10")
text11=request.form("text11")
text12=request.form("text12")
text13=request.form("text13")
text14=request.form("text14")
text15=request.form("text15")
text16=request.form("text16")
text17=request.form("text17")
text18=request.form("text18")
text19=request.form("text19")
text20=request.form("text20")
text21=request.form("text21")
SQL="select * from oil.oil_cszz where cszz_id='" &ydcsxgId& "'"
rs.open SQL,conn,1,3
if text2<>"" then
rs("cszz_csnr")=text2
end if
if text3<>"" then
rs("cszz_cscw")=text3
end if
if text4<>"" then
rs("cszz_csrq")=text4
end if
if text5<>"" then
rs("cszz_bf_fsq")=text5
end if
if text6<>"" then
rs("cszz_bf_gy")=text6
end if
if text7<>"" then
rs("cszz_bf_oy")=text7
end if
if text8<>"" then
rs("cszz_bf_ty")=text8
end if
if text9<>"" then
rs("cszz_bf_pz")=text9
end if
if text10<>"" then
rs("cszz_bf_sz")=text10
end if
if text11<>"" then
rs("cszz_af_fsq")=text11
end if
if text12<>"" then
rs("cszz_af_gy")=text12
end if
if text13<>"" then
rs("cszz_af_oy")=text13
end if
if text14<>"" then
rs("cszz_af_ty")=text14
end if
if text15<>"" then
rs("cszz_af_pz")=text15
end if
if text16<>"" then
rs("cszz_af_sz")=text16
end if
if text17<>"" then
rs("cszz_period")=text17
end if
if text18<>"" then
rs("cszz_rzz")=text18
end if
if text19<>"" then
rs("cszz_yzz")=text19
end if
if text20<>"" then
rs("cszz_ljzz")=text20
end if
if text21<>"" then
rs("cszz_memo")=text21
end if
rs.update
rs.close
end if
response.redirect "frm_ydcsxg.asp?year=" &syear& "&month=" &smonth
end if
%>
</body>
</html>
<!--#include virtual="/include/DBClose.inc"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -