CeramicProject/newyt/Module_data/Dispatch_browse.aspx

71 lines
4.7 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Dispatch_browse.aspx.cs" Inherits="Dispatch_browse" %>
<!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="head21" runat="server">
<title></title>
<script type="text/javascript"></script>
<script src="../Js/jquery-1.4.1.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="../Css/index.css" rel="stylesheet" type="text/css" />
<link href="../Css/detail.css" rel="stylesheet" type="text/css" />
<link href="../Jquery-ui/css/pepper-grinder/jquery-ui-1.10.4.custom.css" rel="stylesheet" type="text/css" />
<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 src="../Js/TcOrder.js" type="text/javascript"> </script>
<script type="text/javascript">
function GETDispatchPrint() {
var url = "../Print_File/DispatchPrint.aspx?uid=" + $("#id").val();
window.open(url, '生产施工单打印', 'height=650,width=1200,top=0,left=100,toolbar=yes,menubar=no,scrollbars=yes, resizable=no,location=no, status=no')
}
</script>
</head>
<body>
<form id="form" runat="server">
<div class="rtbjdiv" >
<div class="add-top" >
<div class="add-top-dh" id="div_listdaohang"><h4>生产单详细页 &nbsp&nbsp</h4> <a href="Dispatch_list.aspx" id="bt_fhlb" runat="server" style=" width:65px" class="button icon pin">回到列表</a></div>
<div class="add-top-cz" >
<a id="dayin" runat="server" style=" width:65px" Visible=false class="button" onclick="GETDispatchPrint()" >▓&nbsp 打印单据</a>
<asp:button id="mrpys" runat="server" Width="80" CssClass="button bluez small" Text="MRP运算" Visible="false" OnClientClick="return confirm('确定进行MRP运算吗')" onclick="mrpys_Click" ></asp:button>
<asp:button id="scmjzl" runat="server" Width="110" CssClass="button bluez small" Text="生成模具指令单" Visible="false" OnClientClick="return confirm('确定生成模具指令单吗?')" onclick="scmjzl_Click" ></asp:button>
<asp:button id="kaigong" runat="server" CssClass="button bluez small" Text="开工" OnClientClick="return confirm('确定开工生成单吗')" Visible="false" onclick="kaigong_Click" ></asp:button>
<asp:button id="wangong" runat="server" CssClass="button bluez small" Text="完工" OnClientClick="return confirm('确定要完工生成单吗')" Visible="false" onclick="wangong_Click" ></asp:button>
<asp:button id="zanting" runat="server" CssClass="button bluez small" Text="暂停" OnClientClick="return confirm('确定要暂停生成单吗')" Visible="false" onclick="zanting_Click" ></asp:button>
<asp:button id="fwangong" runat="server" Width="60" CssClass="button bluez small" Text="反完工" OnClientClick="return confirm('确定要反完工生成单吗')" Visible="false" onclick="fwangong_Click" ></asp:button>
<asp:button id="bianji" runat="server" CssClass="button bluez small" Text="编辑" Visible=false onclick="bianji_Click" ></asp:button>
<asp:button id="shanchu" runat="server" CssClass="button bluez small" Text="删除" OnClientClick="return confirm('确定要删除生成单吗')" Visible=false onclick="shanchu_Click" ></asp:button>
<asp:label id="z_error" CssClass="error" runat="server"></asp:label>
</div>
</div>
<div id="dd_kong" style=" overflow:auto;">
<table class="bule"> <tr class="tdlietou"><td><h4>生产单基本信息</h4></td></tr></table>
<table class="bule">
<tr>
<td><span>生产编号:</span><asp:Label id="bh" runat="server" ></asp:Label></td>
<td><span>生产类型:</span><asp:Label id="sclx" runat="server"></asp:Label></td>
<td><span>下单日期:</span><asp:Label id="xdrq" runat="server"></asp:Label></td>
<td><span>完工时间:</span><asp:Label id="wgrq" runat="server" ></asp:Label></td>
<td><span>开单人:</span><asp:Label id="ywy" runat="server" ></asp:Label></td>
<td><span>执行状态:</span><asp:Label id="zt" runat="server"></asp:Label></td>
</tr>
<tr>
<td colspan="6"><span>备注:</span><asp:Label id="ddbz" runat="server"></asp:Label> </td>
</tr>
</table>
<table class="bule"> <tr class="tdlietou"><td><h4>产品信息</h4></td></tr></table>
<div id="cpxx" runat=server > </div>
</div>
</div>
<asp:HiddenField ID="id" runat="server" Value="" />
<script src="../Js/messageshow.js" type="text/javascript"></script>
</form>
</body>
</html>