| | |
| | | |
| | | //查看客户资料 |
| | | function Viewkaipiao(Keyid, SellerOrderId) { |
| | | window.open("/Pages/business/InvoicingOrderPrint.aspx?Keyid=" + Keyid + "&SellerOrderId=" + SellerOrderId, '', ''); |
| | | //window.open("/Pages/business/InvoicingOrderPrint.aspx?Keyid=" + Keyid + "&SellerOrderId=" + SellerOrderId, '', ''); |
| | | top.Dialog.open({ URL: "/Pages/business/InvoicingOrderPrint.aspx?Keyid=" + Keyid + "&SellerOrderId=" + SellerOrderId, Title: "查看订单", Width: 1080, Height: 650 }); |
| | | } |
| | | //查看客户资料 |
| | | function View(personId) { |
| | |
| | | |
| | | |
| | | |
| | | <td> |
| | | <td > |
| | | |
| | | <a href='javascript:void(0)' title='付款登记' class='a_under' onclick='ViewFukuan("<%#Eval("Keyid")%>")'> 删除 </a> |
| | | <a href='javascript:void(0)' menu_member_case_id="case_delete" menu_member_case_name="删除" title='删除' class='a_under' onclick='ViewFukuan("<%#Eval("Keyid")%>")'> 删除 </a> |
| | | |
| | | </td> |
| | | |