| | |
| | | <form runat="server" id="form1" class="form2">
|
| | | <fieldset>
|
| | | <legend>基本信息</legend>
|
| | | <table class="tableStyle" width="100%"> |
| | | <table class="table2" width="100%"> |
| | | |
| | | |
| | | <tr> |
| | | <td class="ali03 ">订单号:</td>
<td ><label id="labSellerOrderId" runat="server"></label></td> |
| | | <td colspan='2' class='col_third'> |
| | | 开票时间: |
| | | <label runat="server" id="txtkaipiaoshijian"></label> |
| | | </td> |
| | | </tr> |
| | | <%--<tr> |
| | | <td colspan='2' class='col_third' '> |
| | | 开票申请单号: |
| | | <label runat="server" id="txtSellerOrderId"></label> |
| | | |
| | | </td> |
| | | </tr>--%> |
| | | <tr> |
| | | <td colspan='2' class='col_third' '> |
| | | 客户单位: |
| | | <label runat="server" id="txtBuyerName"></label> |
| | | |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | | <td colspan='2' class='col_third' > |
| | | 业务经理: |
| | | <label runat="server" id="txtBusinessManager"></label> |
| | | |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | | <td class='col_third' > |
| | | 订单数量: |
| | | <label runat="server" id="txtshuliang"></label> |
| | | |
| | | </td> |
| | | <td class='col_third' > |
| | | 开票金额: |
| | | <label runat="server" id="txtjine"></label> |
| | | |
| | | </td> |
| | | </tr> |
| | | <tr > |
| | | <td class="contentLeft" colspan='2' > 发票号码:<label runat="server" id="txtFapiaohao"></label> </td> |
| | | |
| | | </tr> |
| | | <tr>
|
| | |
|
| | |
|
| | | <td class="ali02" colspan="2">
|
| | |
|
| | | <asp:Button ID="btn_Submit" Text="保存" runat="server" OnClick="btn_Submit_Config" /> |
| | | <td class="contentLeft" colspan='2' > |
| | | 上传回执: <input type="file" id="filesel" name="__hetongFile" keepdefaultstyle="true" runat="server" text="请选择文件" /> |
| | |
|
| | | <input type="hidden" id="HideKeyid" runat="server" /></td>
|
| | | </td> |
| | |
|
| | | </tr> |
| | | <tr> |
| | | <td class="contentLeft" colspan='2'> |
| | |       <asp:Button ID="btn_Submit" Text="确认签收" runat="server" OnClick="btn_Submit_Config" /> |
| | | <input type="hidden" id="ids" runat="server" /> |
| | | </td> |
| | | </tr> |
| | | </table>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | </fieldset>
|
| | |
|
| | |
|