| | |
| | | </tr> |
| | | |
| | | <tr> |
| | | <td align="right"> |
| | | 驾驶员: |
| | | <td class="ali03 ">
|
| | | 车辆:
|
| | | </td> |
| | | <td align="left"> |
| | | |
| | | <select keepdefaultstyle='true' id='selDriverId' runat="server" datatextfield='Name' datavaluefield='Keyid' class="Sreq"> |
| | | <select keepdefaultstyle='true' id='selCarId' runat="server" datatextfield='Name' datavaluefield='Keyid' class="Sreq">
|
| | | </select> |
| | | |
| | | </td> |
| | | <td align="right"> |
| | | |
| | | <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;" class="req" 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" /> |
| | | |