📄 frm_ydgzlbb_add_confirm.asp
字号:
<!--#include virtual="/include/DBCon.inc"-->
<%
sdate=request.form("sdate")
isSub=request.form("isSub")
syear=split(sdate,"-")(0)
smonth=split(sdate,"-")(1)
welltype=request.form("welltype")
Set Rs = Server.CreateObject("ADODB.RecordSet")
if welltype=0 then
text1=request.form("text1")
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")
else
text1=request.form("text1")
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")
end if
%>
<html>
<head>
<title>油田采油工艺综合管理系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="/css/oil.css" type="text/css">
<SCRIPT LANGUAGE=javascript>
<!--
function goCh(year,month,welltype,sym) {
if (sym==0) {
if (welltype==0)
window.alert("您还没有添加注水井数据,默认所有水井数据为空!")
else if (welltype==1)
window.alert("您还没有添加油气井数据,默认所有油气井数据为空!")
window.location.replace("frm_ydgzlbb.asp?year="+year+"&month="+month+"&welltype="+welltype)
}
else
window.location.replace("frm_ydgzlbb.asp?year="+year+"&month="+month+"&welltype="+welltype)
}
-->
</SCRIPT>
</head>
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><br>
<form method=post name=form1>
<span class="subject">
添加<%=syear%>年度<%=smonth%>月的月度井下工作量月报(<%if welltype=0 then response.write "油井" else response.write "水井" end if%>)
</span>
<hr size="1" class=hr width="98%" align="center">
<%
if isSub="" then
%>
<table width=80% border=0 cellspacing="0" cellpadding="0">
<tr>
<td align=left height=40>
您确认要添加新数据吗?
</td>
</tr>
</table>
<table border="1" cellpadding="1" cellspacing="0" align="center" class="table2"
bordercolor="#000000" bordercolordark="#F8EDEB" width="90%">
<tr height="20">
<td class="title" align=center width=30% colspan=3>油田</td>
<td align=left width=70%>  <%=text1%></td>
</tr>
<%if welltype=0 then%>
</tr>
<tr height="20">
<td class="title" align=center width=30% colspan=3>油(气)水井总工作量</td>
<td align=left width=70%>  <%=text2%></td>
</tr>
<tr height="20">
<td class="title" align=center width=10% rowspan=19>油(气)井作业</td>
<td class="title" align=center width=20% colspan=2>工作量合计</td>
<td align=left width=70%>  <%=text3%></td>
</tr>
<tr height="20">
<td class="title" align=center width=10% rowspan=14>增产措施</td>
<td class="title" align=center width=10%>措施小计</td>
<td align=left width=70%>  <%=text4%></td>
</tr>
<tr height="20">
<td class="title" align=center width=10%>压裂</td>
<td align=left width=70%>  <%=text5%></td>
</tr>
<tr height="20">
<td class="title" align=center width=10%>酸化</td>
<td align=left width=70%>  <%=text6%></td>
</tr>
<tr height="20">
<td class="title" align=center width=10%>补孔改层</td>
<td align=left width=70%>  <%=text7%></td>
</tr>
<tr height="20">
<td class="title" align=center width=10%>换轴</td>
<td align=left width=70%>  <%=text8%></td>
</tr>
<tr height="20">
<td class="title" align=center width=10%>换大泵</td>
<td align=left width=70%>  <%=text9%></td>
</tr>
<tr height="20">
<td class="title" align=center width=10%>下电泵</td>
<td align=left width=70%>  <%=text10%></td>
</tr>
<tr height="20">
<td class="title" align=center width=10%>下水力泵</td>
<td align=left width=70%>  <%=text11%></td>
</tr>
<tr height="20">
<td class="title" align=center width=10%>试油</td>
<td align=left width=70%>  <%=text12%></td>
</tr>
<tr height="20">
<td class="title" align=center width=10%>卡堵水</td>
<td align=left width=70%>  <%=text13%></td>
</tr>
<tr height="20">
<td class="title" align=center width=10%>正水击解堵</td>
<td align=left width=70%>  <%=text14%></td>
</tr>
<tr height="20">
<td class="title" align=center width=10%>泡沫洗井</td>
<td align=left width=70%>  <%=text15%></td>
</tr>
<tr height="20">
<td class="title" align=center width=10%>爆燃压裂</td>
<td align=left width=70%>  <%=text16%></td>
</tr>
<tr height="20">
<td class="title" align=center width=10%>其他</td>
<td align=left width=70%>  <%=text17%></td>
</tr>
<tr height="20">
<td class="title" align=center width=20% colspan=2>大修(口)</td>
<td align=left width=70%>  <%=text18%></td>
</tr>
<tr height="20">
<td class="title" align=center width=10% rowspan=2>维护作业</td>
<td class="title" align=center width=10%>小计</td>
<td align=left width=70%>  <%=text19%></td>
</tr>
<tr height="20">
<td class="title" align=center width=10%>其中解泵</td>
<td align=left width=70%>  <%=text20%></td>
</tr>
<tr height="20">
<td class="title" align=center width=20% colspan=2>新井投产(口)</td>
<td align=left width=70%>  <%=text21%></td>
</tr>
<%else%>
</tr>
<tr height="20">
<td class="title" align=center width=10% rowspan=15>注水井作业</td>
<td class="title" align=center width=20% colspan=2>工作量合计</td>
<td align=left width=70%>  <%=text2%></td>
</tr>
<tr height="20">
<td class="title" align=center width=10% rowspan=6>增注措施</td>
<td class="title" align=center width=10%>小计</td>
<td align=left width=70%>  <%=text3%></td>
</tr>
<tr height="20">
<td class="title" align=center width=10%>压裂</td>
<td align=left width=70%>  <%=text4%></td>
</tr>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -