| | |
| | | window.open('/Pages/business/DeliverPlanFujianShow.aspx?Keyid=' + keyid + '&AttachmentType=' + AttachmentType, '_blank', 'height=750,width=900,top=' + t + ',left=' + l + ',toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,status=no'); |
| | | } |
| | | |
| | | function showProgress() { |
| | | document.getElementById('progressBar').style.display = 'block'; |
| | | |
| | | |
| | | setTimeout(function () { |
| | | document.getElementById('progressBar').style.display = 'none'; |
| | | }, 2000); // 10000毫秒等于10秒 |
| | | |
| | | } |
| | | |
| | | /* |
| | | 打印送货单 |
| | | */ |
| | |
| | | <asp:button id="btn_Search" text="查询" runat="server" padding="0px" OnClick="btn_Search_Click" /> <input type="button" value='重置' onclick='document.body.innerHTML="";window.location=window.location;' /> |
| | | |
| | | |
| | | |
| | | <asp:Button ID="Button1" Text="导出" OnClientClick="showProgress();return true;" runat="server" OnClick="btn_Daochu_Click" /> |
| | | <div id="progressBar" style="display:none; position:fixed; top:50%; left:50%; transform:translate(-50%, -50%);border:1px solid black;height:50px;background-color:azure;"> |
| | | 正在导出Excel文件,请稍候... |
| | | </div> |
| | | |
| | | </td> |
| | | </tr> |
| | |
| | | <tr> |
| | | |
| | | <th width="25"> |
| | | 顺序 |
| | | 编号 |
| | | </th> |
| | | <th width="60"> |
| | | 车辆 |