username@email.com
2025-05-14 99ddfbcecf0fa2881eb3a91028257eef87dab6de
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="DeliverPlanYijiao.aspx.cs" Inherits="CY.WebForm.Pages.business.DeliverPlanYijiao" %>
 
<!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>
            <td  class="ali03">
                  驾驶员:
            </td>
            <td   >
               
               <asp:RadioButtonList runat="server" ID="IsBusinessManager" RepeatDirection="Horizontal" CellPadding="0" CellSpacing="0" CssClass="w240px NoBorder">
                       <%-- <asp:ListItem Text="业务经理" Value="1" />
                        <asp:ListItem Text="工厂物流部" Value="2" />--%>
                    </asp:RadioButtonList>
            </td>
            <td align="right">
               
            </td>
            <td align="left">
                 
            </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>