username@email.com
5 小时以前 f0c21ec9c1e9c7cd5db58caeb760c7d7ca6df002
CY_ECommercePlatform/CY.WebForm/Pages/business/xiaoshouyejiList.aspx
@@ -41,6 +41,13 @@
            top.Dialog.open({ URL: "/Pages/business/xiaoshouyejiKehu.aspx?BusinessManagerId=" + BusinessManagerId + "&chaxuntime=" + chaxuntime + "&leixing=xinzeng", Title: "查看新增客户", Width: 1200, Height: 900 });
        }
        //查看客户资料
        function Viewkaipiao( SellerOrderId) {
            // window.open("/Pages/business/InvoicingOrderPrint.aspx?Keyid=" + Keyid + "&SellerOrderId=" + SellerOrderId, '', '');
            top.Dialog.open({ URL: "/Pages/business/InvoicingOrderPrint.aspx?SellerOrderId=" + SellerOrderId, Title: "查看订单", Width: 1080, Height: 650 });
        }
    </script>
    <script type="text/javascript">
        $(function () {
@@ -127,7 +134,7 @@
                                回款金额
                            </th>
                             <th style="text-align: center;">
                                逾期发票张数
                                逾期订单数量
                            </th>
                            
                             <th style="text-align: center;">
@@ -185,10 +192,13 @@
                            <%#Eval("PayedMoney", "{0:F2}")%>
                        </td>
                         <td>
                            <%#Eval("fapiaoshuliang")%>
                              <a href='javascript:void(0)' title=' <%#Eval("fapiaoshuliang")%> ' class='a_under' onclick='Viewkaipiao("<%#Eval("fapiaoshuliangName")%>")'> <%#Eval("fapiaoshuliang")%>    </a>
                        </td>
                         <td>
                            <%#Eval("UnPayedMoney", "{0:F2}")%>
                            <%#Eval("OrAllUnPayedMoney", "{0:F2}")%>
                        </td>
                    </tr>
                </ItemTemplate>