means.vue 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. <template>
  2. <div class="means">
  3. <div class="container">
  4. <div class="top clearfix">
  5. <div class="title">
  6. <p>Auxiliary means</p>
  7. <h2>辅助工具</h2>
  8. </div>
  9. </div>
  10. <ul class="content clearfix list-unstyled">
  11. <li>
  12. <h4>UAS系统</h4>
  13. <p>UAS通过为客户提供信息化产品以及咨询服务,帮助客户在多组织、跨地域快速发展时从容地管理自己的业务,同时帮助客户累积信息和知识,使客户能在坚实基础上健康成长。<br>
  14. 基于对客户需求独特的理解,为客户建立专业、有效、具协同性和集成性管理系统,从而帮助客户简化日常运作管理,最大化地提升客户竞争力。<br>
  15. UAS建立在B/S架构上,包括ERP、OA、CRM、HR、PLM等模块。UAS同时还能支持集团公司的运作,区分多公司、多工厂的模式</p></li>
  16. <li><img src="/images/btbBusiness/feature-bg0.png"></li>
  17. <li>
  18. <h4>优软商城</h4>
  19. <p style="margin-bottom: 15px;">优软商城(UsoftMall)成立于2016年,总部位于南山区高新技术产业园科技南5路英唐大厦一楼。 优软商城是由深圳市优软商城科技有限公司,为真正地解决电子信息行业的众多难题,秉持回归互联网精神的 “分享与链接”, 基于垂直细分理念打造的一个全球询价共享平台。 优软商城智能询价求购服务基于大数据结合人工智能,智能自动匹配商家询价求购信息,让供应商商机无限拓展,让采购商省时省力更省心。 目前我们拥有7千多家企业用户 7500家的原厂品牌,拥有超过1100万现货型号,交易额月均8亿,2017年公司产业互联网平台“优软云” GMV 已破100亿元,2018年目标有望超过300 亿元。 优软商城的主要服务有:询价求购、入驻开店、供应商资源对接、品牌墙、标准器件库、器件选型、垫资代采 。</p>
  20. <h4>优企云服</h4>
  21. <p>优软SAAS是UAS在云模式下的精简版,核心是给企业提供与优软B2B平台进行有效对接的内部管理软件。<br>
  22. 制造业及流通业的中小规模的企业,通过租用方式,在优软SAAS上开通企业数据库,进行内部的物流、
  23. 财务、制造、流程等的管控。</p>
  24. </li>
  25. </ul>
  26. </div>
  27. </div>
  28. </template>
  29. <script>
  30. export default {
  31. name: 'FiveFeature',
  32. data () {
  33. return {
  34. featureData: [{
  35. illustrationF: '颠覆传统ERP及',
  36. illustrationS: '管理软件市场模式'
  37. }, {
  38. illustrationF: '平台用户的链式',
  39. illustrationS: '反应式发展'
  40. }, {
  41. illustrationF: '企业信息化',
  42. illustrationS: '全面解决方案'
  43. }, {
  44. illustrationF: '全过程的移动',
  45. illustrationS: '互联解决方案'
  46. }, {
  47. illustrationF: ' 全智能的',
  48. illustrationS: '交易平台'
  49. }, {
  50. illustrationF: '平台用户的链式',
  51. illustrationS: '反应式发展'
  52. }]
  53. }
  54. },
  55. computed: {
  56. isInFrame () {
  57. if (this.$route.query.type === 'erp') {
  58. return true
  59. }
  60. },
  61. list () {
  62. return this.$store.state.supplier.merchant.merchant.data
  63. },
  64. all () {
  65. let count = this.$store.state.supplier.merchant.merchantAll.data
  66. let supplierCount = count.content ? count.totalElements + '' : '00000'
  67. return this.formatNumber(supplierCount, 5)
  68. }
  69. }
  70. }
  71. </script>
  72. <style type="text/scss" lang="scss" scoped>
  73. .means{
  74. width: 100%;
  75. min-width: 1190px;
  76. height: 604px;
  77. .container{
  78. width: 1190px;
  79. margin: 0 auto;
  80. .top{
  81. padding-top:30px;
  82. margin-bottom:50px;
  83. .title{
  84. margin: 0 auto;
  85. text-align: center;
  86. width:215px;
  87. border-bottom:1px solid #ff7070;
  88. p{
  89. margin:0;
  90. font-family: FZLTXHK;
  91. font-size: 14px;
  92. color: #666;
  93. }
  94. h2{
  95. font-size: 32px;
  96. margin:0;
  97. line-height: 46px;
  98. color: #333;
  99. }
  100. &::before{
  101. content: '';
  102. display:block;
  103. position:relative;
  104. left:55px;
  105. top:61px;
  106. width:105px;
  107. height:1px;
  108. background: #00caff;
  109. }
  110. &::after{
  111. content: '';
  112. display:block;
  113. position:relative;
  114. left:55px;
  115. top:4px;
  116. width:105px;
  117. height:1px;
  118. background: #4391f7;
  119. }
  120. }
  121. }
  122. .content{
  123. width: 100%;
  124. margin: 0 auto;
  125. padding-left:2px;
  126. li{
  127. float: left;
  128. margin-right: 41px;
  129. width: 366px;
  130. h4{
  131. font-family: MicrosoftYaHei-Bold !important;
  132. color: #2c7adf;
  133. font-size: 16px;
  134. margin: 0px 0px 15px 0;
  135. }
  136. p{
  137. font-size: 12px;
  138. color: #666666;
  139. line-height: 20px;
  140. }
  141. &:nth-child(1){
  142. p{
  143. text-align: right;
  144. }
  145. }
  146. &:nth-child(2){
  147. width: 355px;
  148. }
  149. &:nth-child(3){
  150. width: 376px;
  151. margin-right: 0px;
  152. }
  153. }
  154. }
  155. }
  156. }
  157. </style>