fmcs.vue 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315
  1. <template>
  2. <view class="content">
  3. <!-- 顶部logo和菜单 -->
  4. <uTop data-aos="fade-down"></uTop>
  5. <!-- 标题和介绍 -->
  6. <uDesc :title="dTitle" :description="dMemo" data-aos="slide-right" data-aos-delay="300"></uDesc>
  7. <view class="boxs">
  8. <!-- 方案特征 -->
  9. <view class="fatz box" data-aos="zoom-in" data-aos-delay="600">
  10. <view class="title">方案特征</view>
  11. <view class="items">
  12. <view class="item">
  13. <image src="../../static/imgs/fmcs_fatz1.png"></image>
  14. <p>设备类型广泛</p>
  15. </view>
  16. <view class="item">
  17. <image src="../../static/imgs/fmcs_fatz2.png"></image>
  18. <p>深入业务场景</p>
  19. </view>
  20. <view class="item">
  21. <image src="../../static/imgs/fmcs_fatz3.png"></image>
  22. <p>试用范围广</p>
  23. </view>
  24. <view class="item">
  25. <image src="../../static/imgs/fmcs_fatz4.png"></image>
  26. <p>复制行强</p>
  27. </view>
  28. </view>
  29. </view>
  30. <!-- 方案架构 -->
  31. <view class="fajg box" data-aos="zoom-in" data-aos-delay="900" data-aos-offset="-100">
  32. <view class="title">方案架构</view>
  33. <image src="../../static/imgs/fmcs_fajg.png" mode="widthFix" @click="showBigImg"></image>
  34. </view>
  35. <!-- 产品功能 -->
  36. <view class="box">
  37. <view class="box2">
  38. <view class="title" data-aos="slide-left">产品功能</view>
  39. <block v-if="functionList.length">
  40. <uFunction :title="item.title" :list="item.list" v-for="(item,index) in functionList" :key="index" data-aos="slide-left"></uFunction>
  41. </block>
  42. </view>
  43. </view>
  44. </view>
  45. <!-- 合作与咨询 -->
  46. <uForm data-aos="zoom-in"></uForm>
  47. </view>
  48. </template>
  49. <script>
  50. export default {
  51. data(){
  52. return {
  53. dTitle:'FMCS厂务管理系统',
  54. dMemo:'通过可视化技术结合智能硬件、物联网、互联网、大数据等先进技术信息技术。构建FMCS厂务管理系统。该系统涵盖人员定位管理、安防监控、园区车辆管理、仓储可视化、巡检可视化及资产定位管理等多功能管理,有效助力厂区高效、智能化管理。广泛适用于生产园区、制造园区、工业园区等工厂厂房空间。',
  55. functionList:[
  56. // 设备运维
  57. {
  58. title:'设备运维',
  59. list:[
  60. {
  61. title:'设备资产',
  62. desc:'基于工业互联网平台,将工厂、人员、机器和生产资料通过网络技术高度结合,实现对设备资产的全生命周期管理'
  63. },
  64. {
  65. title:'重点机房监测',
  66. desc:'变配电房、给排水房等机电设备智能化实时监测,降低安全隐患'
  67. },
  68. {
  69. title:'智能巡检',
  70. desc:'远程设备、机房智能巡检,自动输出巡检报告'
  71. },
  72. {
  73. title:'智能联动',
  74. desc:'支持根据上下班时间安排自动开启/关闭照明、空调等跨场景智能联动'
  75. }
  76. ]
  77. },
  78. // 安全应急管理
  79. {
  80. title:'安全应急管理',
  81. list:[
  82. {
  83. title:'物联网监控',
  84. desc:'全局可视化监控、感知预警、能耗管理'
  85. },
  86. {
  87. title:'消防应急',
  88. desc:'应急预案、应急防控、应急处理'
  89. },
  90. {
  91. title:'人员管理',
  92. desc:'越界报警、静止报警、滞留报警、超/缺员报警 、一键呼救'
  93. },
  94. {
  95. title:'重点区域/物品管理',
  96. desc:'重要物品出围栏、重点防护区域遭入侵化学品等有害气体泄漏、误入危险区域'
  97. }
  98. ]
  99. },
  100. // 运输车辆管理
  101. {
  102. title:'运输车辆管理',
  103. list:[
  104. {
  105. title:'车辆信息可视化',
  106. desc:'基于物联网及高精准定位技术,建设一个“全面感知、全面覆盖、全面可视、全面可控”的智慧运输车辆管理系统'
  107. },
  108. {
  109. title:'车辆移动路线监控',
  110. desc:'监管车辆的实时位置及运行状况,实现精细化的车辆管理'
  111. },
  112. {
  113. title:'车辆违章行驶检测',
  114. desc:'提升管理效率,降本增效'
  115. },
  116. {
  117. title:'车辆进出时间记录',
  118. desc:'提高安全性,通过登记车辆进出情况,可以及时发现异常情况并采取相应措施'
  119. }
  120. ]
  121. },
  122. // 仓储智能管理
  123. {
  124. title:'仓储智能管理',
  125. list:[
  126. {
  127. title:'仓库规划',
  128. desc:'库房区域划分、货物分类制定、附属设施安置、运输路线设定'
  129. },
  130. {
  131. title:'仓库专项图',
  132. desc:'库存可视化、出入库管理、物资定位、数据统计'
  133. },
  134. {
  135. title:'智能派工',
  136. desc:'工单智能分派、工单详情查看、基于路径派工、基于状态派工'
  137. },
  138. {
  139. title:'出入库调度',
  140. desc:'智能流程优化、智能防拥堵、资源最优、路径最优'
  141. }
  142. ]
  143. },
  144. // 厂区智能服务
  145. {
  146. title:'厂区智能服务',
  147. list:[
  148. {
  149. title:'访客服务',
  150. desc:'通过可视化的厂区服务系统与智能定位卡片,可替代传统 纸质登记访客信息的方式,实现对访客在厂区内的行为监 控,为访客提供地图导览、智能停车等服务,从而提高厂 区安防工作效率,提升企业智能化服务水平'
  151. },
  152. {
  153. title:'办公服务',
  154. desc:'智慧办公服务平台基于空间可视化和管理自动化等核心技 术,实现对各功能空间统一的监测、控制和管理,通过管 理后台便可对特定办公空间的使用权限、使用时间、使用 事项等进行 智能化管理'
  155. }
  156. ]
  157. },
  158. // 能碳管理
  159. {
  160. title:'能碳管理',
  161. list:[
  162. {
  163. title:'能耗采集',
  164. desc:'自动采集水电气能耗数据,统一能耗数据管理'
  165. },
  166. {
  167. title:'能耗统计',
  168. desc:'用能单位、系统分项能耗统计,自动形成周期性报表及用能趋势'
  169. },
  170. {
  171. title:'能耗模型',
  172. desc:'将用能系统结构可视化,分级展示能耗分布及运行占比,直观展示预算与实际用能对比'
  173. },
  174. {
  175. title:'碳排核算',
  176. desc:'通过建立碳排放标准和基础精细化,建立碳排放计量核算体系'
  177. },
  178. {
  179. title:'碳指标体系',
  180. desc:'多维碳耗模型,自定义用能减碳策略,实现空间全生命周期能耗量化与碳排放管理'
  181. },
  182. {
  183. title:'碳足迹跟踪',
  184. desc:'碳排放全流程数据采集,对不同排放源和用能设备进行碳足迹追溯,实时掌控耗能耗碳耗环节,碳足迹核查,优化能碳策略'
  185. },
  186. {
  187. title:'碳资产管理',
  188. desc:'碳盘查、碳配额、能碳优化与管控,实现碳数据价值流转,碳排放核算全流程动态数据采集统计,对不同排放源和用能设备进行碳足迹追溯'
  189. }
  190. ]
  191. }
  192. ]
  193. }
  194. },
  195. created() {
  196. uni.setNavigationBarTitle({
  197. title:'FMCS厂务管理系统'
  198. })
  199. },
  200. methods:{
  201. //方案架构点击展示大图并且可下载到手机
  202. showBigImg(e){
  203. let current = e.target.dataset.src;
  204. let that = this;
  205. uni.previewImage({
  206. current,
  207. urls:['../../static/imgs/fmcs_fajg.png'],
  208. longPressActions:{
  209. itemList:['保存图片'],
  210. success(data) {
  211. let imgUrl = '../../static/imgs/fmcs_fajg.png';
  212. that.saveImage(imgUrl);
  213. },
  214. fail(err) {
  215. that.$showToast(err.errMsg);
  216. }
  217. }
  218. })
  219. },
  220. saveImage(url){
  221. let that = this;
  222. uni.downloadFile({
  223. url,
  224. success(res) {
  225. let filePath = res.tempFilePath;
  226. uni.saveImageToPhotosAlbum({
  227. filePath,
  228. success() {
  229. that.$showToast('保存成功');
  230. },
  231. fail(err) {
  232. that.$showToast('保存失败');
  233. }
  234. })
  235. }
  236. })
  237. }
  238. }
  239. }
  240. </script>
  241. <style scoped lang="less">
  242. .content{
  243. width: 100%;
  244. padding-bottom: 104rpx;
  245. overflow-y: hidden;
  246. .boxs{
  247. width: 100%;
  248. padding: 0 30rpx;
  249. box-sizing: border-box;
  250. background: #FFFFFF;
  251. overflow: hidden;
  252. .box{
  253. width: 100%;
  254. margin-top: 48rpx;
  255. overflow: hidden;
  256. .box2{
  257. width: 100%;
  258. }
  259. .title{
  260. font-family: PingFang-SC, PingFang-SC;
  261. font-weight: bold;
  262. font-size: 36rpx;
  263. color: #111111;
  264. line-height: 50rpx;
  265. text-align: center;
  266. }
  267. &.fatz{
  268. .items{
  269. margin-top: 12rpx;
  270. display: flex;
  271. justify-content: space-between;
  272. flex-wrap: wrap;
  273. .item{
  274. width: calc(50% - 15rpx);
  275. height: 188rpx;
  276. background: #FAFCFF;
  277. border-radius: 2rpx;
  278. display: flex;
  279. flex-direction: column;
  280. align-items: center;
  281. margin-top: 24rpx;
  282. image{
  283. width: 118rpx;
  284. height: 118rpx;
  285. }
  286. p{
  287. font-family: PingFangSC, PingFang SC;
  288. font-weight: 400;
  289. font-size: 30rpx;
  290. color: #111111;
  291. line-height: 42rpx;
  292. text-align: center;
  293. margin-top: 2rpx;
  294. }
  295. }
  296. }
  297. }
  298. &.fajg{
  299. margin-top: 72rpx;
  300. image{
  301. margin-top: 36rpx;
  302. width: 100%;
  303. }
  304. }
  305. }
  306. }
  307. }
  308. </style>