|
|
@@ -244,7 +244,6 @@
|
|
|
v-for="(item, index) in getFambeQualityList"
|
|
|
:key="index"
|
|
|
>
|
|
|
-
|
|
|
<p class="imgBox" @click="qualityTesting(item, '0')">
|
|
|
<img
|
|
|
v-if="item.isEaLingKiln == 0 && item.startTime == null"
|
|
|
@@ -268,7 +267,6 @@
|
|
|
>空</span
|
|
|
>
|
|
|
<div class="message-box" v-else>
|
|
|
-
|
|
|
<div style="line-height: 53px">
|
|
|
出釜未检 | <span class="font12"> 已等待 </span
|
|
|
>{{ item.startTime | computedTimeSlot }}小时
|
|
|
@@ -310,7 +308,6 @@
|
|
|
>空釜</span
|
|
|
>
|
|
|
<div class="message-box" style="padding-top: 5px" v-else>
|
|
|
-
|
|
|
<div class="font12">
|
|
|
入釜时间: {{ item.startTime }} {{
|
|
|
item.pressure
|
|
|
@@ -371,7 +368,6 @@
|
|
|
{{ item.number == 0 ? '空窑' : item.number + '/' + 18 }}
|
|
|
</span>
|
|
|
<div class="entry-kiln message-box" v-else>
|
|
|
-
|
|
|
<div class="font12">
|
|
|
{{ item.startTime | formatYear }}~{{
|
|
|
item.endTime | formatYear
|
|
|
@@ -495,7 +491,6 @@
|
|
|
@click="onekeyScrapFun(scope.row)"
|
|
|
>报废</el-button
|
|
|
>
|
|
|
-
|
|
|
</div>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
@@ -556,7 +551,6 @@
|
|
|
<template v-slot="scope">
|
|
|
<div>{{ scope.row.vehicleNo }}</div>
|
|
|
</template>
|
|
|
-
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="productCode"
|
|
|
@@ -620,7 +614,6 @@
|
|
|
</div>
|
|
|
<div v-else>{{ scope.row.scrapReason }}</div>
|
|
|
</div>
|
|
|
-
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table-column>
|
|
|
@@ -669,7 +662,6 @@
|
|
|
</div>
|
|
|
<div v-else>{{ scope.row.correctReason }}</div>
|
|
|
</div>
|
|
|
-
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table-column>
|
|
|
@@ -694,7 +686,7 @@
|
|
|
width=""
|
|
|
align="center"
|
|
|
></el-table-column>
|
|
|
-
|
|
|
+
|
|
|
<el-table-column
|
|
|
prop="total"
|
|
|
label="总数量(块)"
|
|
|
@@ -848,6 +840,7 @@
|
|
|
element-loading-spinner="el-icon-loading"
|
|
|
:close-on-click-modal="false"
|
|
|
:close-on-press-escape="false"
|
|
|
+ :center="true"
|
|
|
>
|
|
|
<el-table :data="editList" border style="width: 100%">
|
|
|
<el-table-column label="模组序号" type="index" width="100px" />
|
|
|
@@ -1197,7 +1190,6 @@ export default {
|
|
|
// this.getOnekeyWorkReportByPageFun()
|
|
|
this.getDateMeg('today');
|
|
|
}, 180000);
|
|
|
-
|
|
|
},
|
|
|
methods: {
|
|
|
_initEcharts() {
|
|
|
@@ -2451,6 +2443,11 @@ export default {
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
+:deep(.el-button--medium) {
|
|
|
+ padding: 10px 20px !important;
|
|
|
+ font-size: 14px !important;
|
|
|
+ border-radius: 4px !important;
|
|
|
+}
|
|
|
#echarts {
|
|
|
margin-left: -50px;
|
|
|
}
|