| | |
| | | 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 () { |
| | |
| | | <%-- <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" value="问题反馈" onclick="ToAddorder('<%=OrderId %>')"> |
| | | <input type="button" <%=(string.IsNullOrEmpty(shejidingdanid))?"style=\"display:none;\"":"" %> value="设计订单" onclick="Toshejiorder('<%=OrderId %>')"> |
| | | </td> |
| | | </tr> |
| | | </table> |