username@email.com
12 小时以前 f0c21ec9c1e9c7cd5db58caeb760c7d7ca6df002
CY_ECommercePlatform/CY.WebForm/Pages/business/OrderDeatil.aspx
@@ -46,6 +46,16 @@
            var t = (screen.availHeight - 300) / 2;
            window.open("/Pages/business/DeliverPlanWentiOrder.aspx?Orderid="+orderid, '_blank', 'height=750,width=900,top=' + t + ',left=' + l + ',toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,status=no');
        }
        //查看设计订单
        function Toshejiorder(orderid) {
            var l = (screen.availWidth - 500) / 2;
            var t = (screen.availHeight - 300) / 2;
            window.open("/Pages/business/ShejiOrderDeatil.aspx?orderId=" + orderid, '_blank', 'height=850,width=800,top=' + t + ',left=' + l + ',toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,status=no');
        }
        $(function () {
            $("#btnPrint").click(function () {
@@ -72,6 +82,7 @@
<%--                            <span onclick="onViewuplod('<%=BuyerId %>')"   <%=ContractCount.ToString() == "0" ? "style=\"display:none;\"" : ""%>  >查看合同 </span>--%>
                            <input type="button"    <%=ContractCount.ToString() == "0" ? "style=\"display:none;\"" : ""%>   value="查看合同" onclick="onViewuplod('<%=BuyerId %>')">&nbsp;&nbsp;&nbsp;
                             <input type="button"     value="问题反馈" onclick="ToAddorder('<%=OrderId %>')">
                            <input type="button"  <%=(string.IsNullOrEmpty(shejidingdanid))?"style=\"display:none;\"":"" %>   value="设计订单" onclick="Toshejiorder('<%=OrderId %>')">
                        </td>
                    </tr>
             </table>