<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="DeliverPlanPaiche.aspx.cs" Inherits="CY.WebForm.Pages.business.DeliverPlanPaiche" %>
|
|
<!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" />
|
<!--前台页面start-->
|
<link rel="stylesheet" type="text/css" href="../../Styles/base.css" />
|
<link href="../../Styles/changes.css" rel="stylesheet" type="text/css" />
|
<link href="../../Styles/ParticularWQJ.css" rel="stylesheet" type="text/css" />
|
<!--前台页面end-->
|
<script type="text/javascript" language="javascript">
|
|
|
|
|
|
|
|
|
|
|
</script>
|
|
</head>
|
<body style='padding: 0; margin: 0;'>
|
<form id="form1" runat="server" style='padding: 0; margin: 0;' class='form2'>
|
|
|
<table class="table2" id="tbBasic">
|
<thead>
|
<tr>
|
<th colspan="8">
|
基本信息
|
</th>
|
</tr>
|
</thead>
|
<tr style=" height:1px;">
|
<td style="border:none;width: 100px;">
|
</td>
|
<td style="border:none; width:300px;">
|
</td>
|
<td style="border:none;width: 100px;">
|
</td>
|
<td style="border:none;">
|
</td>
|
|
</tr>
|
|
<tr>
|
<td class="ali03 ">
|
车辆:
|
</td>
|
<td align="left">
|
|
<select keepdefaultstyle='true' id='selCarId' runat="server" datatextfield='Name' datavaluefield='Keyid' class="Sreq">
|
</select>
|
|
</td>
|
<td class="ali03 ">
|
送货时间:
|
</td>
|
<td align="left">
|
<input id="txtDeliverTime" type="text" runat="server" class='date req' maxlength='10' />
|
</td>
|
</tr>
|
<tr>
|
<td class="ali03 " style="width: 120px;">注意事项:</td>
|
|
<td style=" text-align:left;" colspan="3">
|
<textarea id="txtZhuyishixiang" name="txtZhuyishixiang" runat="server" style="width: 402px; height: 30px;" maxlength="200"></textarea>
|
</td>
|
|
</tr>
|
<tr>
|
<td class="contentLeft" colspan="4" style=" padding-left:300px;">
|
<asp:Button ID="btnSaves" runat="server" Text="提交" OnClick="btnSave_ServerClick" />
|
|
|
|
|
|
</td>
|
</tr>
|
</table>
|
|
|
|
</form>
|
|
</body>
|
<script type="text/javascript" language="javascript">
|
|
|
|
</script>
|
</html>
|