亚洲AV午夜精品一区二区/欧美日韩亚洲v在线观看/日韩免费视频/久久大香伊蕉在人线国产昨爱

全時財經(jīng)

首頁 > 股票 > 正文

中曼石油今日申購 頂格申購需配市值12萬

中曼石油今日開啟申購,公司此次發(fā)行總數(shù)為4000萬股,其中網(wǎng)上發(fā)行1200萬股,申購代碼732619,申購價格22.61元 ,發(fā)行市盈率為22.99倍,單一賬戶申購上限為12000股,申購數(shù)量為1000股的整數(shù)倍。
  公司主營業(yè)務(wù)為以鉆井工程服務(wù)為核心業(yè)務(wù),帶動鉆機(jī)裝備制造業(yè)務(wù)協(xié)調(diào)同步發(fā)展的油服公司。發(fā)行人以技術(shù)能力的提升為突破口,以高難度鉆井項(xiàng)目的工程總承包為依托,逐步成長為具有國際知名度的綜合性石油服務(wù)供應(yīng)商。
  證券時報新股助手APP ,專注新股市場,第一時間提醒申購、中簽、上市,掃描右方二維碼立即下載!
<script src="http://echarts.baidu.com/build/dist/echarts.js"></script> <script type="text/javascript"> // 路徑配置 require.config({ paths: { echarts: 'http://echarts.baidu.com/build/dist' } }); // 使用 require( [ 'echarts', 'echarts/chart/line', 'echarts/chart/pie', 'echarts/chart/bar', 'echarts/chart/k', 'echarts/chart/scatter', 'echarts/chart/radar', 'echarts/chart/chord', 'echarts/chart/force', 'echarts/chart/map', 'echarts/chart/funnel', 'echarts/chart/treemap' ], function (ec) { // 基于準(zhǔn)備好的dom,初始化echarts圖表 var myChart = ec.init(document.getElementById('main0-0')); var option = { title : { text: '四維度財務(wù)估值', x:'center' }, grid:{ x:100 }, tooltip : { trigger: 'axis' }, toolbox: { show : true, feature : { mark : {show: true}, dataView : {show: true, readOnly: false}, magicType: {show: true, type: ['line', 'bar']}, restore : {show: true}, saveAsImage : {show: true} } }, calculable : true, xAxis : [ { type : 'value', min:40, max:100, boundaryGap : [0, 0.01] } ], yAxis : [ { type : 'category', data : ['盈利及營運(yùn)能力','成長能力','償債能力','估值水平'] } ], series : [ { name:'', type:'bar', barWidth:30, data:[93.24, 90.63, 72.39, 73.25] } ] }; // 為echarts對象加載數(shù)據(jù) myChart.setOption(option); } ); </script>

基本信息

項(xiàng)目1數(shù)據(jù)1項(xiàng)目2數(shù)據(jù)2
股票代碼603619股票簡稱中曼石油
申購代碼732619發(fā)行價22.61元
發(fā)行市盈率22.99倍參考行業(yè)市盈率-
申購日期2017.08.02網(wǎng)上發(fā)行數(shù)量1200萬股
總發(fā)行數(shù)量4000.01萬股申購股數(shù)上限12000股
頂格申購需配市值12萬元中簽號公布及繳款日2017.08.04

公司簡介及募投項(xiàng)目

項(xiàng)目投資金額(萬元)
補(bǔ)充流動資金 14124.49
鉆井總承包能力提升項(xiàng)目 70000.00

主要財務(wù)指標(biāo)

財務(wù)指標(biāo)/時間2016年2015年2014年2013年
總資產(chǎn)(億元) 26.14 25.14 25.35 16.82
凈資產(chǎn)(億元) 12.79 8.84 6.96 7.33
營業(yè)收入(億元) 15.95 16.32 13.14 7.42
凈利潤(億元) 3.94 1.89 0.61 0.49
資本公積(億元) 2.12 2.12 2.12 3.14
未分配利潤(億元) 6.27 2.71 1.23 1.93
基本每股收益(元) 1.09 0.52 0.17 0.14
稀釋每股收益(元) 1.09 0.52 0.17 0.14
每股經(jīng)營現(xiàn)金流(元) 0.67 1.60 0.75-
凈資產(chǎn)收益率(攤薄)(%) 30.83 21.32 8.75 6.68
<script type="text/javascript">$(document).ready(function (){ var $denglu = $('.denglu'); var $tc_box = $('.tc_box'); var $bghover = $('.bghover'); var $close = $('.close'); $denglu.bind('click',function(){ $tc_box.show(); $bghover.show(); showCount('.tc_box'); }); $close.bind('click',function(){ $tc_box.hide(); $bghover.hide(); }); function showCount(obj){ var $body_height = $('body').css('height'); $bghover.css('height', $body_height); var $scroll_top = $(window).scrollTop(); var $obj = $(obj); var $width = parseInt($obj.css('width')); var $height = parseInt($obj.css('height')); $obj.css({ marginLeft : -($width / 2), marginTop : -($height / 2) + $scroll_top }); } $('#username').keydown(function (event){ if (event.keyCode == 13) { $('#ajaxlogin').click(); } }); $('#password').keydown(function (event){ if (event.keyCode == 13) { $('#ajaxlogin').click(); } }); //手動登錄部分與處理 $('#ajaxlogin').click(function (){ var message = ""; var err = false; if($('#username').val()==''){ message = "用戶名或密碼不能為空"; err = true; } if($('#password').val()==''){ message = "用戶名或密碼不能為空"; err = true; } if(err){ $("#loginError").html("*"+message); $("#loginError").show(); return false; } $("#ajaxlogin").attr("disabled", true); $("#ajaxlogin").css("background","#ababab"); var isrember = '0'; if($("#remUsername").attr("checked")){ isrember = '1'; } $.ajax({ type: "POST", dataType: "json", url: "/passport/ajaxLogin.do", data:{ username:$('#username').val(), password:$('#password').val(), isrember:isrember }, cache: false, success:function (data) //回傳函數(shù) { if(data.result==1){ //如果已登錄,在這里做相應(yīng)處理 //window.location.href=""; $('#username').val(""); $('#password').val(""); $("#loginError").html(""); $("#loginBox").hide(); $bghover.hide(); $("#notLogin").hide(); $("#nick").html(data.user.nick); $("#hasLogin").show(); }else{ $("#loginError").html("*用戶名或密碼不正確"); $("#loginError").show(); } $("#ajaxlogin").removeAttr("disabled"); $("#ajaxlogin").css("background","#b90a0a"); }, error:function (xmlHttpRequest, textStatus, errorThrown){ $("#ajaxlogin").removeAttr("disabled"); $("#ajaxlogin").css("background","#b90a0a"); //alert("服務(wù)器維護(hù),請稍候登錄"); } }); }); $("#loginBox").hide(); $("#hasLogin").hide(); $("#loginError").hide(); //自動登錄 //檢查用戶登錄狀態(tài)并處理,注意這里的提交參數(shù)與上面方式不同 var ssoreceivetgturl = 'https://passport.stcn.com/wsLoginAssis.js?'+new Date().getTime(); $.getScript(ssoreceivetgturl, function(){ if( typeof tgtId !='undefined' && (tgtId=='null' || tgtId==null)){ tgtId = ''; } $.post( '/passport/ajaxLogin.do', { tgtId:(tgtId!==undefined)?tgtId:'' }, function (data) //回傳函數(shù) { if(data.result==1){ //如果已登錄 //window.location.href=""; $("#notLogin").hide(); $("#loginBox").hide(); $("#nick").html(data.user.nick); $("#hasLogin").show(); return; } }, 'json' ); });});function logout(){ //處理ajax超時的范例 var isneedtoKillAjax = true; // set this true var ssologoutUrl = "https://passport.stcn.com/ajaxlogout?jsoncallback=?"; var myAjaxCall = $.getJSON(ssologoutUrl, function(data) { isneedtoKillAjax = false; //TODO:用戶注銷后可以做的事 $.post("/passport/ajaxLogout.do",{}, function(data) { $("#notLogin").show(); $("#loginError").html(""); $("#loginBox").hide(); $("#loginError").hide(); $("#hasLogin").hide(); $("#nick").html(""); $("#ajaxlogin").removeAttr("disabled"); } ); } ); setTimeout(function() { if(isneedtoKillAjax){ myAjaxCall.abort(); } }, 5000); }</script> <script type="text/javascript" src="http://img.stcn.com/templates/stcn/css/index2015/jQselect.js"></script><script type="text/javascript"> var content = '';//第一頁內(nèi)容緩存 var context = '';//全文內(nèi)容緩存 $(function(){ content = $('#ctrlfscont').html(); }) function fulltext(){ //單頁閱讀 if(context =='') $.getJSON('http://app.stcn.com/'+'?app=article&controller=article&action=fulltext&jsoncallback=?&contentid='+contentid,function(data){ context = data.content; $('#ctrlfscont').html(data.content); $('#show-all-cont').html('分頁閱讀').parent().siblings().hide(); $('.bor-ccc').hide(); isfulltext = true; holdpic(); }); else{ $('#ctrlfscont').html(isfulltext?content:context); $('#show-all-cont').html(isfulltext?'單頁閱讀':'分頁閱讀').parent().siblings().toggle(isfulltext === true); isfulltext = (isfulltext === false); $('.bor-ccc').show(); holdpic(); } } //cmstop后臺pv統(tǒng)計代碼 $.getJSON(APP_URL+'?app=system&controller=content&action=stat&jsoncallback=?&contentid='+contentid); function holdpic(){//控制內(nèi)容區(qū)域的的圖片大小并為過大的圖片添加查看原圖 var options = { imageLoading:'http://img.stcn.com/'+'js/lib/lightBox/lightbox-ico-loading.gif', imageBtnPrev:'http://img.stcn.com/'+'js/lib/lightBox/lightbox-btn-prev.gif', imageBtnNext:'http://img.stcn.com/'+'js/lib/lightBox/lightbox-btn-next.gif', imageBtnClose:'http://img.stcn.com/'+'js/lib/lightBox/lightbox-btn-close.gif', imageBlank:'http://img.stcn.com/'+'js/lib/lightBox/lightbox-blank.gif' }; $('#ctrlfscont').find('img').each(function(){ var img = this; if (img.width>608) { img.style.width = '600px'; $(img).removeAttr('height'); var aTag = document.createElement('a'); aTag.href = img.src; $(aTag).addClass('bPic') .insertAfter(img).append(img) .lightBox(options); } }); } $(window).load(function(){ holdpic(); }); var $menu_li = $('.menu_con').find('li') $menu_li.bind('mouseover',function(){ if( $(this).attr('class') != 'cur'){ $(this).addClass("cur1").siblings().removeClass("cur1"); }else{ $(this).addClass("cur").siblings().removeClass("cur1"); } }) $menu_li.bind('mouseout',function(){ $(this).removeClass('cur1'); }) //文章發(fā)布時間離現(xiàn)在未超過24小時才統(tǒng)計全媒體網(wǎng)站記錄點(diǎn)擊量 function checkArticleHits(){ try { //獲取文章發(fā)布時間 var begindate = publishdate; var beginsecond = changeDate(begindate).getTime(); //獲取客戶端當(dāng)前系統(tǒng)時間 var date = new Date(); var endsecond = date.getTime(); var days = (endsecond-beginsecond)/(24*3600*1000); if(days < 1){ // 全媒體網(wǎng)站記錄點(diǎn)擊量接口 doArticleHits(contentid, publishdate); } } catch (e) { } } // 如果你的時間是字符串 yyyy-MM-dd hh:mm:ss ,下面函數(shù)可以轉(zhuǎn)成時間 function changeDate(str){ try{ var newstr = str.replace(/-/g,'/'); return new Date(newstr); }catch (e){ alert("轉(zhuǎn)換時間出錯,原因:" + e.message); } } checkArticleHits(); </script>

本站部分文章來源于網(wǎng)絡(luò),版權(quán)屬于原作者所有;如有轉(zhuǎn)載或引用文章/圖片涉及版權(quán)問題,請聯(lián)系我們處理!

相關(guān)推薦