生产统计

This commit is contained in:
2023-04-26 17:45:29 +08:00
parent 5febe7565e
commit d9cb3836ff
3 changed files with 847 additions and 843 deletions

View File

@@ -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()
},