| | |
| | | } |
| | | |
| | | |
| | | |
| | | //维护 |
| | | function onViewuplod() { |
| | | |
| | | var keyid = $("#selCustormer").val(); |
| | | if (keyid == "") { |
| | | alertMsg("请选择客户!"); |
| | | return; |
| | | } |
| | | var l = (screen.availWidth - 500) / 2; |
| | | var t = (screen.availHeight - 300) / 2; |
| | | // window.open({ URL: "/Pages/business/CorporateClientsUpLoadContract.aspx?Keyid=" + keyid, Title: "查看合同", Width: 900, Height: 750 }); |
| | | window.open('/Pages/business/CorporateClientsContractShow.aspx?Keyid=' + keyid, '_blank', 'height=750,width=900,top=' + t + ',left=' + l + ',toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,status=no'); |
| | | } |
| | | |
| | | |
| | | </script> |
| | | <style type="text/css"> |
| | |
| | | <table class="table2" id="tbBasic" align="left" style=" width:1000px;"> |
| | | <thead> |
| | | <tr> |
| | | <th colspan="8"> |
| | | <th colspan="1"> |
| | | <input type="button" id="btnPrint" value="查看合同" onclick="onViewuplod()"> |
| | | </th> |
| | | <th colspan="7"> |
| | | 基本信息 |
| | | </th> |
| | | </tr> |
| | |
| | | </tr> |
| | | <tr> |
| | | <td align="right"> |
| | | 订单类型: |
| | | </td> |
| | | <td align="left"> |
| | | <span id='spnPrintType'></span> |
| | | <input type="hidden" id='txtPrintTypes' runat="server" /> |
| | | <select id='selPrintTypes' runat="server" datatextfield="PrintName" datavaluefield="Keyid" keepdefaultstyle='true' onchange='printTypeChange(this)' class=' Sreq'> |
| | | </select> |
| | | </td> |
| | | <td align="right"> |
| | | 客户单位: |
| | | </td> |
| | | <td colspan="3" align="left"> |
| | |
| | | </select> |
| | | <!--datavaluefield="MeanValue"--> |
| | | </td> |
| | | <td align="right"> |
| | | 订单类型: |
| | | </td> |
| | | <td align="left"> |
| | | <span id='spnPrintType'></span> |
| | | <input type="hidden" id='txtPrintTypes' runat="server" /> |
| | | <select id='selPrintTypes' runat="server" datatextfield="PrintName" datavaluefield="Keyid" keepdefaultstyle='true' onchange='printTypeChange(this)' class=' Sreq'> |
| | | </select> |
| | | </td> |
| | | |
| | | |
| | | </tr> |
| | | <tr> |
| | |
| | | 对应合同序号: |
| | | </td> |
| | | <td style="text-align:left;" > |
| | | <input id='txtDuiyinghetongbianhao' runat="server" maxlength="100" style="width:300px;" /> |
| | | <input id='txtDuiyinghetongbianhao' runat="server" maxlength="100" /> |
| | | </td> |
| | | </tr> |
| | | </table> |