走进三门峡 | 政务公开 | 公众服务 | 互动交流 | 本站首页  
阅读新闻

体育健身器材询价采购公告

[日期:2008-5-12] 来源:>  作者:> [字体:  ]
   
    三门峡市政府采购中心受有关单位委托,对一批体育健身器材进行询价采购,采购编号为(smxcgzx[2008]询5号),采购商品清单如下:   
序号 商品名称 型号及技术参数 数 量 报价      人民币(元)  
1 压腿器 品牌定为澳瑞特、雪恩、奥之星均可,三个品牌都报价或任选其一。 15   付款方式:货到安装调试完毕付90%,剩余10%为质量保证金。
2 腿部按摩器 15  
3 三位扭腰器 15  
4 二位太极揉推器 15  
5 双位漫步机 15  
6 健骑机 15  
7 高低单杠 15  
8 跷跷板 15  
9 腰背按摩器 15  
10 椭圆机 15  
             
   有意投标单位需要营业执照、经营代理品牌体育器材证明资料复印件加盖公章或传真件。 有意投标单位请于2008年4月29日11:00时前将报价单加盖公章密封或发传真方式报送市政府采购中心208室。
 联系人:汪江洪            联系电话:0398-2976165
 网址:http//www.smxcg.com 传真电话:0398-2976169
                           三门峡市政府采购服务中心
                              2008-4-25

阅读:123
上一篇:桑塔纳囚车询价采购公告 录入:采集程序
下一篇:帕杰罗汽车询价成交公告 评论】 【推荐】 【打印
 
相关新闻
 

 


Runtime Error

Server Error in '/' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>