CeramicProject/newyt/Report_File/WagesRanking.aspx

93 lines
5.4 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="WagesRanking.aspx.cs" Inherits="WagesRanking" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title></title>
<script type="text/javascript"></script>
<link href="../Css/index.css" rel="stylesheet" type="text/css" />
<link href="../Css/edit.css" rel="stylesheet" type="text/css" />
<script src="../Js/Calendar3.js" type="text/javascript"></script>
<script src="../Jquery-ui/js/jquery-1.10.2.js" type="text/javascript"></script>
<script src="../Jquery-ui/js/jquery-ui-1.10.4.custom.js" type="text/javascript"></script>
<link href="../Jquery-ui/css/pepper-grinder/jquery-ui-1.10.4.custom.css" rel="stylesheet" type="text/css" />
<script src="../Js/commonality.js" type="text/javascript"></script>
<link rel="stylesheet" href="../Css/gh-buttons.css" type="text/css"/>
<link rel="stylesheet" href="../Css/prettify.css"/>
<script src="../Js/prettify.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function () {
var setdiv = $(window).height() - 440;
$("#div_main").css("height", setdiv);
})
</script>
</head>
<body>
<form id="form" runat="server">
<div class="rtbjdiv" >
<div class="add-top" >
<div class="add-top-dh" id="div_listdaohang" style=" width:700px"><h4>人员工资统计报表 &nbsp&nbsp</h4>
<a href="#button" id="chongzhi" onclick="form.reset();" style=" width:60px; " class=" button icon reload">重置表单</a>
<a href="#button" id="fanhui" onclick="history.back();" style=" width:60px; " class="button icon arrowleft">返回上级</a>
<asp:label id="z_error" CssClass="error" runat="server"></asp:label>
</div>
</div>
<div class="alert-tip">
<b>温馨提示:</b>
<p>• 当前页面为人员工资统计报表</p>
<p>• 人员工资统计报表根据生产登记记录信息计算,公式为(人员登记数量*产品工价=人员登记工资)</p>
</div>
<table class="bule"> <tr class="tdlietou"><td><h4>人员工资查询信息</h4></td></tr></table>
<table class="tablewk">
<tr>
<td class="wktblm" style=" width:100px"><span>订单编号</span></td>
<td style=" width:120px"> <asp:TextBox id="ddbh" runat="server" CssClass="tbinput"></asp:TextBox> </td>
<td width="30">&nbsp</td>
<td class="wktblm" style=" width:100px"><span>生产编号</span></td>
<td style=" width:120px"> <asp:TextBox id="scbh" runat="server" CssClass="tbinput"></asp:TextBox> </td>
<td width="30">&nbsp</td>
<td class="wktblm" style=" width:100px"><span>产品编号</span></td>
<td style=" width:120px"> <asp:TextBox id="cpbh" runat="server" CssClass="tbinput"></asp:TextBox> </td>
<td width="30">&nbsp</td>
<td class="wktblm" style=" width:100px"><span>产品名称</span></td>
<td style=" width:120px"> <asp:TextBox id="cpmc" runat="server" CssClass="tbinput"></asp:TextBox></td>
<td width="30">&nbsp</td>
<td rowspan="2"><asp:button id="cxrz" runat="server" CssClass="button" Width="80" Text="帮我查询" onclick="cxrz_Click" ></asp:button> </td>
<td class="tdjj5">&nbsp </td>
</tr>
<tr>
<td class="wktblm" style=" width:100px">选择人员</td><td style=" width:120px">
<asp:dropdownlist id="xzry" runat="server" CssClass="tbinput_xl" ></asp:dropdownlist> </td>
<td width="30">&nbsp</td>
<td class="wktblm" style=" width:100px">登记工序</td><td style=" width:120px">
<asp:dropdownlist id="djgx" runat="server" CssClass="tbinput_xl" ></asp:dropdownlist> </td>
<td width="30">&nbsp</td>
<td class="wktblm" style=" width:100px">查询开始日期</td><td style=" width:120px">
<input name='control_date' type='text' id='ksrq' size='10' maxlength='10' onclick='new Calendar().show(this);' readonly runat=server class="tbinput" />
</td>
<td width="30">&nbsp</td>
<td class="wktblm" style=" width:100px">查询结束日期</td><td style=" width:120px">
<input name='control_date' type='text' id='jsrq' size='10' maxlength='10' onclick='new Calendar().show(this);' readonly runat=server class="tbinput" />
</td>
<td width="30">&nbsp</td>
<td class="tdjj5">&nbsp </td>
</tr>
</table>
<table class='bule'> <tr class='tdlietou'><td><h4>人员工资查询结果</h4></td></tr></table>
<table class='bule'> <tr class='tbtilt'><td style='width:100px'><span>人员编号</span></td><td style=' width:100px'><span>人员名称</span></td>
<td style='width:100px'><span >单据编号</span></td> <td style='width:100px'><span >生产编号</span></td><td style='width:100px'><span >产品货号</span></td>
<td style='width:100px'><span >产品名称</span></td> <td style='width:100px'><span >登记数量</span></td><td style='width:100px'><span >报废数量</span></td>
<td style='width:100px'><span >登记工序</span></td><td style='width:100px'><span >相关工价</span></td></td><td style='width:100px'><span >单项工价</span></td>
<td><span>计价总工资</span></td></tr></table>
<div id="div_main" style="width:100%;overflow:auto; " runat=server>
</div>
</div>
<asp:HiddenField runat=server id="jsid"/>
<script src="../Js/messageshow.js" type="text/javascript"></script>
</form>
</body>
</html>