<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="DeliverSignList.aspx.cs" Inherits="CY.WebForm.APP.Pages.DeliverSignList" %>
|
|
<!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>
|
<uc:cmshead id="CMSHead1" runat="server" />
|
<%-- <script src="../../js/business/Order.js" type="text/javascript"></script>--%>
|
<!--引入弹窗组件start-->
|
<script type="text/javascript" src="/libs/js/popup/drag.js"></script>
|
<script type="text/javascript" src="/libs/js/popup/dialog.js"></script>
|
<!--引入弹窗组件end-->
|
<link href="/css/base.css" rel="stylesheet" type="text/css" />
|
<link href="/css/admin.css" rel="stylesheet" type="text/css" />
|
<script src="/js/utils/sM.js" type="text/javascript"></script>
|
<link href="/css/sM.css" rel="stylesheet" type="text/css" />
|
<script type="text/javascript">
|
//工作考评
|
function View(Keyid, BuyerName) {
|
//if (Keyid == '00000000-0000-0000-0000-000000000000') {
|
// alert("请先安排送货!");
|
// return;
|
//}
|
window.location = "/APP/Pages/DeliverSign.aspx?Keyid=" + Keyid + "&BuyerName=" + BuyerName;
|
//Dialog.open({ URL: "/APP/Pages/DeliverSign.aspx?Keyid=" + Keyid + "&BuyerName=" + BuyerName, Title: "签收", Width: $(window).width() * 0.9, Height: $(window).height() * 0.9 });
|
}
|
|
|
|
|
|
|
|
|
|
|
</script>
|
<style type="text/css">
|
* {
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font-size: 36px;
|
line-height:40px;
|
}
|
/*基本表格样式*/
|
.tableStyleXS{
|
border-collapse: collapse;
|
border: 1px solid #bbb;
|
width: 100%;
|
background-color: White;
|
}
|
|
.tableStyleXS td{
|
|
border-color: #bbb;
|
height:24px;
|
padding: 1px 2px 1px 4px;
|
}
|
.tableStyleXS tr{
|
color:#000;
|
}
|
|
.tableStyleXS th { padding: 1px 0 1px 3px; background-image:none; border-bottom:1px solid #CCC;height:40px; }
|
.tableStyleXS td { padding: 1px 0 1px 3px; }
|
.TableNewStyle select { width: 80px; }
|
.td_hide span { text-decoration: default; display: none; text-align: center; }
|
span.hand_no { cursor: default; display: block; font-size: 12px; }
|
span.hand_no:hover { text-decoration: none; }
|
span.hand_yes { cursor: pointer; display: block; font-size: 12px; }
|
.td_hide { cursor: pointer; }
|
</style>
|
</head>
|
<body>
|
<form id="form1" runat="server">
|
<div id="scrollContent" style="width: auto;">
|
<div class="box1">
|
<table class="TableNewStyle" style="width: 100%;">
|
<tr>
|
|
|
|
|
<td style="width:5%" >
|
|
</td>
|
<td style="width:15%">
|
|
</td>
|
<td style="width:5%" >
|
|
</td>
|
<td style="width:15%">
|
|
</td>
|
<td style="width:30%">
|
|
</td>
|
<td style="width:30%">
|
|
</td>
|
</tr>
|
<tr>
|
<td class="ali03">
|
送货时间:
|
</td>
|
<td colspan="5">
|
<asp:button id="Button1" text="日期" runat="server" padding="0px" OnClick="btn_Search_Click1" style="width:160px;height:48px;font-size:30px;" />
|
<asp:button id="Button2" text="日期" runat="server" padding="0px" OnClick="btn_Search_Click2" style="width:160px;height:48px;font-size:30px;" />
|
<asp:button id="Button3" text="日期" runat="server" padding="0px" OnClick="btn_Search_Click3" style="width:160px;height:48px;font-size:30px;" />
|
<asp:button id="Button4" text="日期" runat="server" padding="0px" OnClick="btn_Search_Click4" style="width:160px;height:48px;font-size:30px;" />
|
<asp:button id="Button5" text="日期" runat="server" padding="0px" OnClick="btn_Search_Click5" style="width:160px;height:48px;font-size:30px;" />
|
<asp:button id="Button6" text="日期" runat="server" padding="0px" OnClick="btn_Search_Click6" style="width:160px;height:48px;font-size:30px;" />
|
<asp:button id="Button7" text="日期" runat="server" padding="0px" OnClick="btn_Search_Click7" style="width:160px;height:48px;font-size:30px;" />
|
<input type="hidden" runat="server" id="txtDeliveryTime" />
|
</td>
|
</tr>
|
|
|
|
|
</table>
|
</div>
|
|
|
<div clear="fl" style="width:100%; overflow-x:scroll;">
|
<table class="tableStyleXS" style="width:2200px;">
|
<thead>
|
<tr>
|
|
<th width="5%">
|
顺序
|
</th>
|
<th style="text-align: center;" width="10%">
|
送货单号
|
</th>
|
<th style="text-align: center;" width="10%">
|
要求到达时间
|
</th>
|
|
<th width="8%">
|
业务经理
|
</th>
|
<th width="10%">
|
客户单位
|
</th>
|
<th style="text-align: center;"width="22%">
|
客户地址、联系人及联系电话
|
</th>
|
|
|
<th width="8%">
|
货单数量
|
</th>
|
|
<th width="15%">
|
注意事项
|
</th>
|
<th width="10%">
|
操作
|
</th>
|
|
|
</tr>
|
</thead>
|
<tbody>
|
<asp:repeater id="RepClientList" runat="server">
|
<itemtemplate>
|
<tr>
|
|
|
<td>
|
<%#Eval("Sort")%> </a>
|
</td>
|
<td>
|
<%#Eval("SellerOrderId")%>
|
</td>
|
<td>
|
<%#Eval("DeliverTime", "{0:yyyy-MM-dd}")%>
|
</td>
|
|
<td>
|
<%#Eval("BusinessManager")%>
|
</td>
|
<td>
|
<%#Eval("BuyerName")%>
|
</td>
|
|
<td>
|
<%#Eval("DizhiLianxirenDianhua")%>
|
</td>
|
<td>
|
<%#Eval("shuliang")%>
|
</td>
|
|
<td>
|
<%#Eval("Zhuyishixiang")%> </a>
|
</td>
|
<td>
|
|
|
|
<%#Eval("qianshou")%>
|
|
</td>
|
|
|
</tr>
|
</itemtemplate>
|
</asp:repeater>
|
</tbody>
|
</table>
|
|
</div>
|
</div>
|
</form>
|
</body>
|
</html>
|