⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 orderedit.ascx

📁 简单的cI真的是很简单 你想要就下载吧
💻 ASCX
📖 第 1 页 / 共 2 页
字号:
   </tr>   
  </table>
</asp:Panel>
<asp:Panel ID="productSendPanel" runat="server" Visible="true">
 <table width="100%">
  <tr>
    <td>
     <label>运货者:</label>
     <asp:TextBox ID="productSenderTxt" ReadOnly="true" runat="server" CssClass="TextBoxStart"></asp:TextBox>
    </td>
    <td>
     <label>运货时间:</label>
     <asp:TextBox ID="productSendTimeTxt" ReadOnly="true" runat="server" CssClass="TextBoxStart"></asp:TextBox>
    </td>
    <td>
     <label>运货信息签订人:</label>
     <asp:TextBox ID="productSendInfoTxt" ReadOnly="true" runat="server" CssClass="TextBoxStart"></asp:TextBox>
    </td>
   </tr>
   <tr>
    <td>
     <label>运输说明:</label>
     <asp:TextBox ID="productSendNoteTxt" ReadOnly="true" runat="server" 
            TextMode="MultiLine" Height="107px" Width="210px"></asp:TextBox>
    </td>
   </tr>
 </table>
</asp:Panel>
<asp:Panel ID="productRecivePanel"  runat="server" Visible="true">
 <table width="100%">
  <tr>
   <td>
     <label>接收者:</label>
     <asp:TextBox ID="productReciverTxt" ReadOnly="true" runat="server" CssClass="TextBoxStart"></asp:TextBox>
   </td>
   <td>
    <label>运输到达日期:</label>
    <asp:TextBox ID="productArrivalTimeTxt" ReadOnly="true" runat="server" CssClass="TextBoxStart"></asp:TextBox>
   </td>
   <td>
    <label>接收信息签订人:</label>
    <asp:TextBox ID="productReceiverTxt" ReadOnly="true" runat="server" CssClass="  TextBoxStart"></asp:TextBox>
   </td>
  </tr>
 </table>
</asp:Panel>
<asp:Panel ID="orderClosePanel" runat="server" Visible="true">
 <table width="100%">
   <tr>
    <td>
     <label>订单关闭者:</label>
     <asp:TextBox ID="orderCloserTxt" runat="server" ReadOnly="true" CssClass="TextBoxStart"></asp:TextBox>
    </td>
    <td>
     <label>订单关闭日期:</label>
     <asp:TextBox ID="orderCloseTimeTxt" runat="server" ReadOnly="true" CssClass="TextBoxStart"></asp:TextBox>
    </td>
   </tr>
  </table>
</asp:Panel>
</asp:Panel>
<asp:Panel ID="Content2" runat="server" Visible="false">
<asp:Panel  ID="orderDetailEditPanel" runat="server">
 <table width="100%">
  <tr>
   <td>
    <label>订单编号:</label>
    <asp:TextBox ID="orderIDEditTxt" runat="server" ReadOnly="true" CssClass="TextBoxStart"></asp:TextBox>
   </td> 
   <td>
    <label>顾客名:</label>   
    <asp:DropDownList ID="customerNameEditTxt" runat="server" AutoPostBack="true" 
           onselectedindexchanged="customerNameEditTxt_SelectedIndexChanged">
     <asp:ListItem Value="-1">请选择</asp:ListItem>
    </asp:DropDownList>
   </td>  
  </tr>
  <tr>
    <td>
    <label>订单建立时间:</label>
    <input type="text" id="orderCreateTimeEdit"  runat="server" onchange="inputChange()" />
    <label id="error_Message1"  style="color:Red;"></label>
   </td>
   <td>
    <label>订单请求时间:</label>
    <input type="text" id="orderRequiredTimeEdit" runat="server" onchange="inputChange()" />
    <label id="error_Message2" style="color:Red;"></label>
   </td>
  </tr>
  <tr>
   <td>
    <label>订单说明:</label>
    <asp:TextBox ID="noteEditTxt" runat="server" TextMode="MultiLine" Height="164px" 
           Width="209px"></asp:TextBox><label style="color:Red;">(选填)</label>
   </td>
  </tr>
  <tr>
   <td>
    <label>创建者:</label>
    <asp:DropDownList ID="orderCreateEditTxt" runat="server" AutoPostBack="true" 
           onselectedindexchanged="orderCreateEditTxt_SelectedIndexChanged">
     <asp:ListItem Value="-1">请选择</asp:ListItem>
    </asp:DropDownList>
   </td>
   <td>
    <label>所属组织:</label>
    <asp:DropDownList ID="orgEditTxt" runat="server" AutoPostBack="true" 
           onselectedindexchanged="orgEditTxt_SelectedIndexChanged">
     <asp:ListItem Value="-1">请选择</asp:ListItem>
    </asp:DropDownList>
   </td>
  </tr>  
  <tr>
     <td align="center" colspan="3">      
     </td>
  </tr>
 </table>
</asp:Panel>
<asp:Panel ID="productStoreHourseEdiPanel" runat="server">
 <table width="100%">
  <tr>
   <td>
    <label>备货时间:</label>
    <input type="text" runat="server" id="storeHourseTimeEditTxt" onchange="inputChange()" />
    </td>
    <td>
     <label>备货人:</label>     
     <asp:DropDownList ID="storeHourserEditTxt" runat="server" AutoPostBack="true" 
            onselectedindexchanged="storeHourserEditTxt_SelectedIndexChanged">
      <asp:ListItem Value="-1">请选择</asp:ListItem>
     </asp:DropDownList>
    </td>
  </tr>
  <tr>
   <td>
    <label>备货备注:</label>
    <asp:TextBox ID="storeHourseNoteEditTxt" runat="server" TextMode="MultiLine" 
           Height="72px" Width="210px"></asp:TextBox>
   </td>
  </tr>
 </table>
</asp:Panel>
<asp:Panel ID="productSendEditPanel" runat="server">
 <table width="100%">
  <tr>
   <td>
    <label>运货者:</label>
    <asp:TextBox ID="productSenderEditTxt" runat="server"></asp:TextBox>
   </td>
   <td>
    <label>运货时间:</label>
    <asp:TextBox ID="productSendTimeEditTxt" runat="server"></asp:TextBox>
   </td>
   <td>
    <label>运货信息签订人:</label>   
    <asp:DropDownList ID="productSendReceviceEditTxt" runat="server" 
           AutoPostBack="true" 
           onselectedindexchanged="productSendReceviceEditTxt_SelectedIndexChanged">
     <asp:ListItem Value="-1">请选择</asp:ListItem>
    </asp:DropDownList>
   </td>
  </tr>
  <tr>
   <td>
    <label>运货说明:</label>
    <asp:TextBox ID="productSendNoteEditTxt"  runat="server" TextMode="MultiLine" 
           Height="63px" Width="208px"></asp:TextBox>
   </td>
  </tr>
 </table>
</asp:Panel>
<asp:Panel ID="productReciveEditPanel" runat="server">
 <table width="100%">
  <tr>
   <td>
    <label>接收者:</label>
    <asp:TextBox ID="productReciverEditTxt" runat="server"></asp:TextBox>
   </td>
   <td>
    <label>运输到达日期:</label>
    <asp:TextBox ID="productReciverTimeEditTxt" runat="server"></asp:TextBox>
   </td>
   <td>
    <label>接收信息签订者:</label>    
    <asp:DropDownList ID="productReciverInfoEditTxt" runat="server" AutoPostBack="true">
     <asp:ListItem Value="-1">请选择</asp:ListItem>
    </asp:DropDownList>
   </td>
  </tr>
  <tr>
   <td>
    <label>接收备注:</label>
    <asp:TextBox id="productReciverNoteEditTxt" runat="server" TextMode="MultiLine" Height="63px" Width="208px"></asp:TextBox>
   </td>
  </tr>
 </table>
</asp:Panel>
<asp:Panel ID="orderCloseEditPanel" runat="server" >
 <table width="100%">
  <tr>
   <td>
    <label>订单关闭者:</label>   
    <asp:DropDownList ID="orderCloserEditTxt" runat="server" AutoPostBack="true">
     <asp:ListItem Value="-1">请选择</asp:ListItem>
    </asp:DropDownList>
   </td>
   <td>
    <label>订单关闭日期:</label>
    <asp:TextBox ID="orderCloseTimeEditTxt" runat="server"></asp:TextBox>
   </td>
  </tr>
 </table>
</asp:Panel>
</asp:Panel>
<<asp:Panel ID="content" runat="server" Visible="true">
<fieldset>
 <legend>商品信息</legend>
 <asp:Table ID="orderDetail" Width="100%"  runat="server" CssClass=" tabaleContain">
       <asp:TableHeaderRow ID="headRow">
         <asp:TableCell>商品ID</asp:TableCell>
         <asp:TableCell>商品名称</asp:TableCell>
         <asp:TableCell>商品数量</asp:TableCell>
         <asp:TableCell>商品单价</asp:TableCell>
         <asp:TableCell>商品折扣</asp:TableCell> 
         <%--<asp:TableCell>产品类别</asp:TableCell>--%>
         <asp:TableCell>总价</asp:TableCell>        
         <asp:TableCell>操作</asp:TableCell>
       </asp:TableHeaderRow>
      </asp:Table>     
</fieldset></asp:Panel>
<table width="100%">
 <tr>
  <td align="center" colspan="3">
    <asp:Button ID="operateBtn" runat="server" Text="编辑订单" 
          onclick="operateBtn_Click" />
          <asp:Button ID="tranferBtn" runat="server" Text="提交订单" 
          onclick="tranferBtn_Click"  Visible="false"/>
      <input id="closeBtn" runat="server" type="button" value="关闭窗口" onclick="javascript:window.close();" />
  </td>
 </tr>
</table>
</asp:Panel>
</fieldset>
<%--</ContentTemplate>
</asp:UpdatePanel>--%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -