| | |
| | | |
| | | //查看客户资料 |
| | | function Viewkaipiao(Keyid, SellerOrderId) { |
| | | window.open("/Pages/business/InvoicingOrderPrint.aspx?Keyid=&SellerOrderId=" + SellerOrderId, '', ''); |
| | | //window.open("/Pages/business/InvoicingOrderPrint.aspx?Keyid=&SellerOrderId=" + SellerOrderId, '', ''); |
| | | top.Dialog.open({ URL: "/Pages/business/InvoicingOrderPrint.aspx?Keyid=&SellerOrderId=" + SellerOrderId, Title: "查看订单", Width: 1080, Height: 650 }); |
| | | } |
| | | //查看 |
| | | function onView(keyid) { |
| | |
| | | 收款单位 |
| | | </th> |
| | | <th style="text-align: center;" width="70"> |
| | | 户名 |
| | | </th> |
| | | <th style="text-align: center;" width="70"> |
| | | 开户行 |
| | | </th> |
| | | <th style="text-align: center;" width="70"> |
| | | 账号 |
| | | </th> |
| | | <th style="text-align: center;" width="70"> |
| | | 付款用途 |
| | | </th> |
| | | <th width="60"> |
| | |
| | | |
| | | |
| | | </td> |
| | | <td style="text-align: center;"> |
| | | <%#Eval("Huming")%> |
| | | |
| | | |
| | | </td> |
| | | <td style="text-align: center;"> |
| | | <%#Eval("Bank")%> |
| | | |
| | | |
| | | </td> |
| | | <td style="text-align: center;"> |
| | | <%#Eval("AccountID")%> |
| | | |
| | | |
| | | </td> |
| | | <td style="text-align: center;"> |
| | | <%#Eval("Fukuanyongtu")%> |
| | | |