⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frm_ydgzlbb_add.asp

📁 一套石油公司内部的运营管理系统
💻 ASP
字号:
<!--#include virtual="/include/DBCon.inc"-->
<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" src="/include/calender.js"></SCRIPT>
<SCRIPT LANGUAGE=javascript>
<!--
function subcheck() {
	var well=form1.text1.value;
	if (well=="") {
		window.alert("您没有选择井!");
	}
	else {
		form1.action="frm_ydgzlbb_add_confirm.asp";
		form1.submit();
	}
}

function wellClick() {
	form1.action="";
	form1.submit();
}
-->
</SCRIPT>

</head>

<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><br>
	<%
	sdate=request("sdate")
	syear=split(sdate,"-")(0)
	smonth=split(sdate,"-")(1)
	welltype=request("welltype")
	filed=request("field")
	Set Rs = Server.CreateObject("ADODB.RecordSet")
	%>
	<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">
	<br>
	<form action="" method=post name=form1>
	<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%>&nbsp&nbsp<input type=text name=text1 size=20 class=text value=<%=filed%>></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%>&nbsp&nbsp<input type=text name=text2 size=20 class=text></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%>&nbsp&nbsp<input type=text name=text3 size=20 class=text></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%>&nbsp&nbsp<input type=text name=text4 size=20 class=text></td>
	  </tr> 
	  <tr height="20">
	   <td class="title" align=center width=10%>压裂</td>
	   <td align=left width=70%>&nbsp&nbsp<input type=text name=text5 size=20 class=text></td>
	  </tr> 
	  <tr height="20">
	   <td class="title" align=center width=10%>酸化</td>
	   <td align=left width=70%>&nbsp&nbsp<input type=text name=text6 size=20 class=text></td>
	  </tr> 
	  <tr height="20">
	   <td class="title" align=center width=10%>补孔改层</td>
	   <td align=left width=70%>&nbsp&nbsp<input type=text name=text7 size=20 class=text></td>
	  </tr> 
	  <tr height="20">
	   <td class="title" align=center width=10%>换轴</td>
	   <td align=left width=70%>&nbsp&nbsp<input type=text name=text8 size=20 class=text></td>
	  </tr> 
	  <tr height="20">
	   <td class="title" align=center width=10%>换大泵</td>
	   <td align=left width=70%>&nbsp&nbsp<input type=text name=text9 size=20 class=text></td>
	  </tr> 
	  <tr height="20">
	   <td class="title" align=center width=10%>下电泵</td>
	   <td align=left width=70%>&nbsp&nbsp<input type=text name=text10 size=20 class=text></td>
	  </tr> 
	  <tr height="20">
	   <td class="title" align=center width=10%>下水力泵</td>
	   <td align=left width=70%>&nbsp&nbsp<input type=text name=text11 size=20 class=text></td>
	  </tr> 
	  <tr height="20">
	   <td class="title" align=center width=10%>试油</td>
	   <td align=left width=70%>&nbsp&nbsp<input type=text name=text12 size=20 class=text></td>
	  </tr> 
	  <tr height="20">
	   <td class="title" align=center width=10%>卡堵水</td>
	   <td align=left width=70%>&nbsp&nbsp<input type=text name=text13 size=20 class=text></td>
	  </tr> 
	  <tr height="20">
	   <td class="title" align=center width=10%>正水击解堵</td>
	   <td align=left width=70%>&nbsp&nbsp<input type=text name=text14 size=20 class=text></td>
	  </tr> 
	  <tr height="20">
	   <td class="title" align=center width=10%>泡沫洗井</td>
	   <td align=left width=70%>&nbsp&nbsp<input type=text name=text15 size=20 class=text></td>
	  </tr> 
	  <tr height="20">
	   <td class="title" align=center width=10%>爆燃压裂</td>
	   <td align=left width=70%>&nbsp&nbsp<input type=text name=text16 size=20 class=text></td>
	  </tr> 
	  <tr height="20">
	   <td class="title" align=center width=10%>其他</td>
	   <td align=left width=70%>&nbsp&nbsp<input type=text name=text17 size=20 class=text></td>
	  </tr> 
	  <tr height="20">
	   <td class="title" align=center width=20% colspan=2>大修(口)</td>
	   <td align=left width=70%>&nbsp&nbsp<input type=text name=text18 size=20 class=text></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%>&nbsp&nbsp<input type=text name=text19 size=20 class=text></td>
	  </tr> 
	  <tr height="20">
	   <td class="title" align=center width=10%>其中解泵</td>
	   <td align=left width=70%>&nbsp&nbsp<input type=text name=text20 size=20 class=text></td>
	  </tr> 
	  <tr height="20">
	   <td class="title" align=center width=20% colspan=2>新井投产(口)</td>
	   <td align=left width=70%>&nbsp&nbsp<input type=text name=text21 size=20 class=text></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%>&nbsp&nbsp<input type=text name=text2 size=20 class=text></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%>&nbsp&nbsp<input type=text name=text3 size=20 class=text></td>
	  </tr> 
	  <tr height="20">
	   <td class="title" align=center width=10%>压裂</td>
	   <td align=left width=70%>&nbsp&nbsp<input type=text name=text4 size=20 class=text></td>
	  </tr> 
	  <tr height="20">
	   <td class="title" align=center width=10%>酸化</td>
	   <td align=left width=70%>&nbsp&nbsp<input type=text name=text5 size=20 class=text></td>
	  </tr> 
	  <tr height="20">
	   <td class="title" align=center width=10%>补孔改层</td>
	   <td align=left width=70%>&nbsp&nbsp<input type=text name=text6 size=20 class=text></td>
	  </tr> 
	  <tr height="20">
	   <td class="title" align=center width=10%>其他</td>
	   <td align=left width=70%>&nbsp&nbsp<input type=text name=text7 size=20 class=text></td>
	  </tr> 
	  <tr height="20">
	   <td class="title" align=center width=10%>堵水</td>
	   <td align=left width=70%>&nbsp&nbsp<input type=text name=text8 size=20 class=text></td>
	  </tr> 
	  <tr height="20">
	   <td class="title" align=center width=20% colspan=2>大修(口)</td>
	   <td align=left width=70%>&nbsp&nbsp<input type=text name=text9 size=20 class=text></td>
	  </tr> 
	  <tr height="20">
	   <td class="title" align=center width=10% rowspan=5>维护作业</td>
	   <td class="title" align=center width=10%>小计</td>
	   <td align=left width=70%>&nbsp&nbsp<input type=text name=text10 size=20 class=text></td>
	  </tr> 
	  <tr height="20">
	   <td class="title" align=center width=10%>合注</td>
	   <td align=left width=70%>&nbsp&nbsp<input type=text name=text11 size=20 class=text></td>
	  </tr> 
	  <tr height="20">
	   <td class="title" align=center width=10%>分注</td>
	   <td align=left width=70%>&nbsp&nbsp<input type=text name=text12 size=20 class=text></td>
	  </tr> 
	  <tr height="20">
	   <td class="title" align=center width=10%>检串</td>
	   <td align=left width=70%>&nbsp&nbsp<input type=text name=text13 size=20 class=text></td>
	  </tr> 
	  <tr height="20">
	   <td class="title" align=center width=10%>其他</td>
	   <td align=left width=70%>&nbsp&nbsp<input type=text name=text14 size=20 class=text></td>
	  </tr> 
	  <tr height="20">
	   <td class="title" align=center width=20% colspan=2>投转注井(口)</td>
	   <td align=left width=70%>&nbsp&nbsp<input type=text name=text15 size=20 class=text></td>
	  </tr> 
	  <tr height="20">
	   <td class="title" align=center width=20% colspan=2>其他</td>
	   <td align=left width=70%>&nbsp&nbsp<input type=text name=text16 size=20 class=text></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=sdate value=<%=sdate%>>
			<input type=hidden name=welltype value=<%=welltype%>>
			<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_ydgzlbb.asp?year=<%=syear%>&month=<%=smonth%>&welltype=<%=welltype%>");'>
		  </td>
		</tr>
	  </table>
	</form>

</body>
</html>
<!--#include virtual="/include/DBClose.inc"-->

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -