生产统计
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<div class="yard_group_p" @click="getInfo1(e)">
|
||||
<p class="fontselect">{{e.point_name}}</p>
|
||||
<div v-if="e.struct_url == '1'" class="machine_1"></div>
|
||||
<div class="ingbox" :style="{height:(Number(e.show_struct_qty)/1000*60+'px')}" :class="{blue:e.struct_status ==='01',green:e.struct_status ==='02',yellow:e.struct_status ==='03',red:e.struct_status ==='04',gray:e.struct_status ==='05'}"></div>
|
||||
<div class="ingbox" :style="{height:(Number(e.show_struct_qty)/1000*60+'px')}" :class="{blue:e.standing_status ==='1',green:e.standing_status ==='2',yellow:e.standing_status ==='3',red:e.standing_status ==='4',gray:e.standing_status ==='5'}"></div>
|
||||
</div>
|
||||
<div v-show="code1 === e.point_code" class="locate-wrap clearfix">
|
||||
<div :class="e.aline">
|
||||
@@ -44,7 +44,7 @@
|
||||
<div class="yard_group_p" @click="getInfo1(e)">
|
||||
<p class="fontselect">{{e.point_name}}</p>
|
||||
<div v-if="e.struct_url == '2'" class="machine_2"></div>
|
||||
<div class="ingbox" :style="{height:(Number(e.show_struct_qty)/1000*60+'px')}" :class="{blue:e.struct_status ==='01',green:e.struct_status ==='02',yellow:e.struct_status ==='03',red:e.struct_status ==='04',gray:e.struct_status ==='05'}"></div>
|
||||
<div class="ingbox" :style="{height:(Number(e.show_struct_qty)/1000*60+'px')}" :class="{blue:e.standing_status ==='1',green:e.standing_status ==='2',yellow:e.standing_status ==='3',red:e.standing_status ==='4',gray:e.standing_status ==='5'}"></div>
|
||||
</div>
|
||||
<div v-show="code1 === e.point_code" class="locate-wrap clearfix">
|
||||
<div :class="e.aline">
|
||||
@@ -60,7 +60,7 @@
|
||||
<p class="tan_p">货位:{{e.point_name}}</p>
|
||||
<p class="tan_p">载具:{{e.vehicle_code}}</p>
|
||||
<p class="tan_p">物料:{{e.material_code}}</p>
|
||||
<p class="tan_p">库存(kg):{{e.ivt_qty}}</p>
|
||||
<p class="tan_p">库存(块):{{e.ivt_qty}}</p>
|
||||
<p class="tan_p">入库时间:{{e.instorage_time}}</p>
|
||||
</div>
|
||||
<div class="iconfont icon-guanbi close_btn" @click="closebtn"></div>
|
||||
@@ -129,7 +129,6 @@
|
||||
|
||||
<script>
|
||||
import THeader from '@components/header.vue'
|
||||
// import * as echarts from 'echarts'
|
||||
import { storageMonitor } from '@js/getData1'
|
||||
export default {
|
||||
name: 'StorageMonitor',
|
||||
@@ -173,7 +172,7 @@ export default {
|
||||
},
|
||||
mounted () {
|
||||
// lock_type 00空闲,01锁定
|
||||
// struct_status 00为空,01为空盅,02为静置中,03为静置完成,04为强制完成,05为禁用
|
||||
// standing_status 00为空,1为空盅,2为静置中,3为静置完成,4为强制完成,5为禁用
|
||||
// 编号排布
|
||||
// 12排
|
||||
// let pai1 = []
|
||||
@@ -221,7 +220,6 @@ export default {
|
||||
// pai56 = pai5.concat(pai6)
|
||||
// this.group03 = pai56
|
||||
// end
|
||||
// 加载echarts图表
|
||||
this.initData()
|
||||
this.refresh()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user