username@email.com
7 天以前 862c0ecf0e3fb192dfe5cedbafd017f0b676bbbb
CY_ECommercePlatform/CY.WebForm/Pages/business/OrderDeatil.aspx
@@ -39,6 +39,14 @@
            window.open('/Pages/business/CorporateClientsContractShow.aspx?Keyid=' + keyid, '_blank', 'height=750,width=900,top=' + t + ',left=' + l +',toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,status=no');
        }
        //新增问题反馈
        function ToAddorder(orderid) {
            var l = (screen.availWidth - 500) / 2;
            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 () {
            $("#btnPrint").click(function () {
                var orderId = $("#hideOrderId").val();
@@ -62,7 +70,8 @@
              <tr>
                        <td  >
<%--                            <span onclick="onViewuplod('<%=BuyerId %>')"   <%=ContractCount.ToString() == "0" ? "style=\"display:none;\"" : ""%>  >查看合同 </span>--%>
                            <input type="button"    <%=ContractCount.ToString() == "0" ? "style=\"display:none;\"" : ""%>   value="查看合同" onclick="onViewuplod('<%=BuyerId %>')">
                            <input type="button"    <%=ContractCount.ToString() == "0" ? "style=\"display:none;\"" : ""%>   value="查看合同" onclick="onViewuplod('<%=BuyerId %>')">&nbsp;&nbsp;&nbsp;
                             <input type="button"     value="问题反馈" onclick="ToAddorder('<%=OrderId %>')">
                        </td>
                    </tr>
             </table>