| | |
| | | return false
|
| | | }
|
| | |
|
| | |
|
| | | //查看
|
| | | function onViewWeihu(keyid) {
|
| | | top.Dialog.open({ URL: "/Pages/business/CorporateClientsVisit.aspx?Keyid=" + keyid, Title: "查看客户维护记录", Width: 1200, Height: 900 });
|
| | | }
|
| | | //查看
|
| | | function onViewSheji(keyid) {
|
| | | top.Dialog.open({ URL: "/Pages/business/CorporateClientsSheji.aspx?Keyid=" + keyid, Title: "查看客户设计沟通", Width: 1200, Height: 900 });
|
| | | }
|
| | |
|
| | | |
| | | </script>
|
| | | </head>
|
| | | <body>
|
| | |
| | | </asp:Repeater>
|
| | |
|
| | | </fieldset>
|
| | |
|
| | | |
| | | <fieldset>
|
| | | <legend>维护记录</legend>
|
| | | <button id="Button4" onclick="onViewWeihu('<%=CorporateClientsid%>')" >查看维护记录</button>
|
| | | </fieldset>
|
| | | <fieldset>
|
| | | <legend>设计沟通</legend>
|
| | | <button id="Button5" onclick="onViewSheji('<%=CorporateClientsid%>')" >查看设计沟通</button>
|
| | | </fieldset>
|
| | | <%-- <fieldset id="weihujilu">
|
| | | <legend>添加维护记录</legend>
|
| | | <table class="tableStyle" width="100%">
|