123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577 |
- <template>
- <view class="equipment">
- <commons-header :isBack="false"></commons-header>
- <div>刷新</div>
- <!-- <view v-if="!isJinbian" class="search-warp">
- <view class="left-select" @click="openSelectQd(2)">
- <span class="icon"></span>
- <span style="margin:0 10rpx">1号生产线</span>
- <span class="icon"></span>
- </view>
- <view class="right-select" @click="openSelectQd(1)">
- <span class="icon"></span>
- <span style="margin: 0 10rpx;">{{$t('equipment.stat')}}</span>
- <span class="icon"></span>
- </view>
- </view> -->
- <view class="content" style="margin-top:128rpx">
- <ul>
- <li v-for="i in listData" :key="i.id">
- <!-- v-if="i.type == 1" -->
- <view class="list-warp" @click="toDtl(i.equipmentNo,i.type)" v-if="i.type == 1 || i.type == 2 || i.type == 3 || i.type == 4 || i.type == 5 || i.type == 7">
- <view class="list-main-info">
- <view class="img">
- <image src="../../static/images/icon_bzj@2x.png" mode=""></image>
- </view>
- <view class="text">
- <view class="list-main-title">
- {{i.name}}
- <!-- {{$t('injection.name')}} -->
- <span class="commons-close">{{offLine}}</span>
- </view>
- <view class="list-main-model">
- {{$t('equipment.model')}}:{{i.equipmentNo}}
- </view>
- </view>
- <view class="more">
- <span class="iconfont"></span>
- </view>
- </view>
- <!-- <view class="tag">
- <view class="tag-box">
- 自动模式
- </view>
- <view class="tag-box">
- 检测系统
- </view>
- </view> -->
-
- </view>
- <!-- <view class="list-warp" @click="toDtl3">
- <view class="list-main-info">
- <view class="img">
- <image src="../../static/images/icon_bzj@2x.png" mode=""></image>
- </view>
- <view class="text">
- <view class="list-main-title">
- 注塑机
- <span class="standby commons-close">{{offLine}}</span>
- </view>
- <view class="list-main-model">
- {{$t('equipment.model')}}:SMT-1029
- </view>
- </view>
- <view class="more">
- <i class="iconfont"></i>
- </view>
- </view>
- <view class="list-title">
- {{$t('equipment.auxiliaryMachine')}}
- </view>
- <view class="auxiliary-warp">
-
- <view class="auxiliary-list-box">
- <view class="auxiliary-img">
- <image src="../../static/images/icon_xlj@2x.png" mode=""></image>
- </view>
- <view class="auxiliary-text">
- <view class="auxiliary-text-title">
- 下料机
- </view>
- <view class="model">
- {{$t('equipment.model')}}:SMT-2071
- </view>
- </view>
- <view class="auxiliary-before commons-close">
- {{offLine}}
- </view>
- </view>
-
- </view>
- </view> -->
- </li>
- <!-- v-if="i.type === 8" -->
- <li @click="toDtl5" v-for="i in listData" :key="i.id" v-if="i.type === 9">
- <view class="list-warp">
- <view class="list-main-info">
- <view class="img">
- <image src="../../static/images/icon_bzj@2x.png" mode=""></image>
- </view>
- <view class="text">
- <view class="list-main-title">
- {{$t('packer.name')}}
- <span class="commons-close">{{offLine}}</span>
- </view>
- <view class="list-main-model">
- {{$t('equipment.model')}}:{{i.equipmentNo}}
- <span style="margin-left: 30rpx;">{{$t('equipment.yield')}}:200 pcs/min</span>
- </view>
- </view>
- <view class="more">
- <span class="iconfont"></span>
- </view>
- </view>
- </view>
-
- </li>
- <li @click="toDtl2" v-for="i in listData" :key="i.id" v-if="i.type == 8">
- <view class="list-warp">
- <view class="list-main-info">
- <view class="img">
- <image src="~@/static/images/icon_mjg@2x.png" mode=""></image>
- </view>
- <view class="text">
- <view class="list-main-title">
- {{$t('sterilization.name')}}
- <span>{{running}}</span>
- </view>
- <view class="list-main-model">
- {{$t('equipment.model')}}:{{i.equipmentNo}}
- </view>
- </view>
- <view class="more">
- <span class="iconfont"></span>
- </view>
- </view>
- <view class="tag">
- <view class="tag-box">
- {{$t('equipment.temperature')}}:67.5℃
- </view>
- <view class="tag-box">
- {{$t('equipment.humidity')}}:67.5%RH
- </view>
- </view>
- </view>
- </li>
- </ul>
- </view>
- <uni-popup v-if="!isJinbian" ref="popup2" type="bottom">
- <view class="search-box">
-
- <ul>
- <li @click="selectMaterialList()">
- 一号生产线
- </li>
- </ul>
- </view>
- </uni-popup>
- <uni-popup v-if="!isJinbian" ref="popup1" type="bottom">
- <view class="search-box">
-
- <ul>
- <li @click="selectMaterialList()">
- {{running}}
- </li>
- <li @click="selectMaterialList()">
- {{standby}}
- </li>
- <li @click="selectMaterialList()">
- {{offLine}}
- </li>
- </ul>
- </view>
- </uni-popup>
- <ul class="jinbian-list">
- <li class="jinbian-list-box" v-for="i in listData" :key="i.id" v-if="i.type == 6">
- <!-- <view class="list-title">
- 分组1 <i class="iconfont"></i>
- </view> -->
- <view class="list-content">
- <view class="equ-list" @click="toDtl(i.equipmentNo,i.type)">
- <view class="state" :style="!i.swichType ? 'background:#999' : ''">
-
- {{i.swichType ? running : offLine}}
-
- </view>
- <view class="img-or-text">
- <image src="../../static/jinbian/icon_jbj.png" mode=""></image>
- <view class="text">
- <h3>设备1</h3>
- <p>{{$t('equipment.model')}}:{{i.equipmentNo}} <span>{{$t('equipment.yield')}}:200</span></p>
- </view>
- </view>
- <view class="tags">
- <view class="tag-box">
- <view class="tag-icon-box">
- <i class="iconfont"></i>
- </view>
- EBC
- </view>
- <view class="tag-box">
- <view class="tag-icon-box">
- <i class="iconfont"></i>
- </view>
- <!-- {{$t('warpKnitting.jaca')}} -->
- 贾卡
- </view>
- <view class="tag-box">
- <view class="tag-icon-box">
- <i class="iconfont"></i>
- </view>
-
- 横移
- </view>
- </view>
- </view>
- </view>
- </li>
- </ul>
-
- </view>
- </template>
- <script>
- import {
- getInfo
- } from "@/util/api.js";
- import Vue from 'vue'
- import commonsHeader from '../../components/commons-header/index.vue'
- export default {
- components:{
- commonsHeader
- },
- data() {
- return {
- offLine:this.$t('equipment.offLine'),
- standby:this.$t('equipment.standby'),
- running:this.$t('equipment.running'),
- userInfoData: [],
- notificationData:[],
- isJinbian:false,//控制是否是经编
- listData:[],
- }
- },
- created() {
- const v = this
- v.getList()
-
- },
- methods: {
- getList(){
- const v = this
- v.$post('/api/syringe-production/factoryProduct/list',{}).then(res => {
- for (var i = 0; i < res.data.length; i++) {
- res.data[i].swichType = false
- v.getDtl(res.data[i].equipmentNo,i)
- }
- v.listData = res.data
- setTimeout(()=>{
- v.getList()
- },20000)
- })
- },
- getDtl(_id, _index) {
- const v = this
- v.$post('/api/syringe-production/factoryProduct/getData', {
- equipmentNo: _id
- }).then(res => {
-
- const time1 = new Date(res.data.eventTime).getTime()
- const time2 = new Date().getTime()
- if (time1 + 600000 > time2) {
-
- v.listData[_index].swichType = true
- } else {
- v.listData[_index].swichType = false
- }
-
- })
-
-
- },
- selectMaterialList(){
- this.$refs.popup1.close()
- this.$refs.popup2.close()
- },
- openSelectQd(_type){
- if(_type == 1){
- this.$refs.popup1.open('top')
- }else{
- this.$refs.popup2.open('top')
- }
- },
- toDtl3(){
- uni.showToast({
- icon:"none",
- title: '该设备待机中,暂无数据!'
- })
- },
- toDtl5(){
- uni.navigateTo({
- url: '/pages/equipment/packingMachine'
- })
- },
- toDtl4(){
- console.log(123123)
- uni.navigateTo({
- url: '/pages/equipment/warpKnitting'
- })
- },
- toDtl2(){
- uni.navigateTo({
- url: '/pages/equipment/sterilization'
- })
- },
- toDtl(_id,_type){
- const equipmentObj = {
- 1:'injectionMolding',
- 2:'rollPrinter',
- 3:'assemblyMachine',
- 4:'threadedHead',
- 5:'injectionNeedle',
- 6:'warpKnitting',
- 7:'clothInspecting',
- }
- // 1 注塑机 2 滚印机 3 组装机 4 螺纹头 5 注射针 6经编机 7验布机
- uni.navigateTo({
- url: '/pages/equipment/'+ equipmentObj[_type] +'?id=' + _id
- })
- },
- toRouter(j) {
- console.log(j)
- uni.navigateTo({
- url: '/pages/' + j.menuKey + '/' + j.menuKey
- })
- },
- },
- }
- </script>
-
- <style lang="less">
- .jinbian-list{
-
- .jinbian-list-box{
- margin-bottom: 24rpx;
- background-color: #fff;
- .list-title{
- height: 100rpx;
- line-height: 100rpx;
- display: flex;
- justify-content: space-between;
- padding: 0 24rpx;
- border-bottom: 2rpx solid #DDDDDD;
- span{
- color: #999;
- line-height: 100rpx;
- }
- }
- .list-content{
- padding: 16rpx 24rpx 40rpx;
- .equ-list{
- margin-top: 24rpx;
- background-color: #F1F1F1;
- border-radius: 10rpx;
- padding: 40rpx 24rpx;
- position: relative;
- .state{
- position: absolute;
- top: 0;
- right: 0;
- width: 120rpx;
- height: 40rpx;
- color: #fff;
- background: #FF655B;
- font-size: 24rpx;
- border-top-right-radius: 10rpx;
- border-bottom-left-radius: 10rpx;
- text-align: center;
- }
-
- .tags{
- display: flex;
- margin-top: 20rpx;
- .tag-box{
- background-color: #fff;
- height: 64rpx;
- width: 31%;
- margin: 1.1%;
- color: #333333;
- line-height: 64rpx;
- text-align: center;
- font-size: 24rpx;
- border-radius: 8rpx;
- display:flex;
- justify-content: center;
- .tag-icon-box{
- height: 40rpx;
- width: 40rpx;
- background-color: #84C418;
- line-height: 40rpx;
- text-align: center;
- margin-top: 12rpx;
- margin-right: 16rpx;
- border-radius: 8rpx;
- i{
- line-height: 40rpx;
- font-size: 22rpx;
- color: #fff;
- }
- }
-
- }
- }
- .img-or-text{
- display: flex;
-
- line-height: 40rpx;
- .text{
- padding: 10rpx 24rpx;
- }
- h3{
- color: #333333;
- font-size: 32rpx;
- }
- p{
- color: #666;
- font-size: 24rpx;
- span{
- margin-left: 40rpx;
- }
- }
- image{
- width: 100rpx;
- height: 100rpx;
- }
- }
- }
- }
- }
- }
- .search-box{
- background-color: #fff;
- padding-top: 100rpx;
- ul{
- li{
- padding: 25rpx 30rpx;
- border-bottom: 1rpx solid #dcdcdc;
- }
- }
- }
- .equipment{
- background-color: #f0f0f0;
- min-height: 100vh;
- .search-warp{
- height: 90rpx;
- line-height: 90rpx;
- background-color: #fff;
- display: flex;
- justify-content: space-between;
- padding: 0 24rpx;
- margin-bottom: 24rpx;
- margin-top: 128rpx;
- }
- .content{
- ul{
- li{
- box-shadow: 0px 3rpx 20rpx 0px rgba(0,0,0,0.10);
- background-color: #ffffff;
- margin-bottom:24rpx;
- padding: 0rpx 24rpx;
- .list-warp{
- padding: 24rpx 0;
- border-bottom: 14rpx solid #f0f0f0;
- }
- .list-warp:last-child{
- border:none;
- }
- .auxiliary-warp{
- display: flex;
- justify-content: space-between;
- flex-wrap: wrap;
- .auxiliary-list-box{
- width: 342rpx;
- padding: 24rpx 20rpx;
- border-radius: 10rpx;
- border: 1rpx solid #ddd;
- background-color: #fff;
- display: flex;
- position: relative;
- box-sizing: border-box;
- font-size: 24rpx;
- margin-top: 24rpx;
- .auxiliary-before{
- position: absolute;
- right: 0;
- top: 0;
- width: 120rpx;
- height: 40rpx;
- line-height: 40rpx;
- text-align: center;
- border-radius: 2px 2px 2px 10px;
- }
- .auxiliary-img{
- width: 60rpx;
- height: 60rpx;
- margin-right: 10rpx;
- image{
- width: 100%;
- height: 100%;
- }
- }
- }
-
- }
- .list-title{
- margin-top: 30rpx;
- color: #333;
- font-size: 28rpx;
- }
- .tag{
- margin-top: 32rpx;
- .tag-box{
- height: 48rpx;
- line-height: 48rpx;
- text-align: center;
- padding: 0 22rpx;
- display: inline-block;
- background-color: #F1F1F1;
- font-size: 24rpx;
- color: #666666;
- margin-left: 20rpx;
-
- }
- }
- .list-main-info{
- display: flex;
- justify-content: space-between;
-
- .img{
- width: 100rpx;
- height: 100rpx;
- image{
- width: 100rpx;
- height: 100rpx;
- }
- }
- .text{
- width: calc(~ '100% - 140rpx');
- margin-top: 10rpx;
- padding: 0 24rpx;
- .list-main-title{
- font-size: 28rpx;
- color: #333333;
- span{
- background: rgba(63,191,49,0.20);
- padding: 3rpx 24rpx;
- color: #34C724;
- border-radius: 40rpx;
- margin-left: 24rpx;
- }
- .standby{
- background-color: rgba(153, 153, 153, 0.20);
- color:#FF8800;
- }
- }
- .list-main-model{
- margin-top: 10rpx;
- font-size: 24rpx;
- color: #333333;
- }
- }
- }
- }
- }
- }
- }
- </style>
-
|