|
|
@ -8,14 +8,14 @@ |
|
|
|
<div class="time">{{date}}</div> |
|
|
|
<div class="pl-2vw pr-2vw"> |
|
|
|
<el-row :gutter="14" justify="space-between"> |
|
|
|
<el-col :xl="12" :lg="12" :md="12" :sm="12" :xs="12"> |
|
|
|
<el-col :xl="10" :lg="10" :md="10" :sm="10" :xs="10"> |
|
|
|
<div class="left"> |
|
|
|
<div class="table"> |
|
|
|
<ul class="table-header"> |
|
|
|
<li class="first"></li> |
|
|
|
<li class="other">数量</li> |
|
|
|
<li class="other">合格数量</li> |
|
|
|
<li class="other">不良数量</li> |
|
|
|
<li class="other">合格数</li> |
|
|
|
<li class="other">不良数</li> |
|
|
|
<li class="other">不良率</li> |
|
|
|
</ul> |
|
|
|
<ul class="table-body"> |
|
|
@ -68,12 +68,12 @@ |
|
|
|
</div> |
|
|
|
<div class="bottom-r ml-6px mt-20px"> |
|
|
|
<div class="bottom-r-item"> |
|
|
|
<div>CPK(色差)</div> |
|
|
|
<div>CPK</div> |
|
|
|
<div>{{ lineData?.CPK }}</div> |
|
|
|
<div>CPK</div> |
|
|
|
</div> |
|
|
|
<div class="bottom-r-item mt-6px"> |
|
|
|
<div>PPK(色差)</div> |
|
|
|
<div>PPK</div> |
|
|
|
<div>{{ lineData?.PPK }}</div> |
|
|
|
<div>PPK</div> |
|
|
|
</div> |
|
|
@ -81,7 +81,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</el-col> |
|
|
|
<el-col :xl="12" :lg="12" :md="12" :sm="12" :xs="12"> |
|
|
|
<el-col :xl="14" :lg="14" :md="14" :sm="14" :xs="14"> |
|
|
|
<div class="right"> |
|
|
|
<div class="samll-title">合格数据</div> |
|
|
|
<div class="mt-10px qualified-list" style="height:calc(50% - 44px);"> |
|
|
@ -129,7 +129,7 @@ const loading = ref(true) |
|
|
|
const standardDataTotal = ref(0) |
|
|
|
const standardDataTime = ref() |
|
|
|
const standardData = ref({ |
|
|
|
columnWidth: [300, 120, 170, 170, 170, 170], |
|
|
|
columnWidth: [300, 100, 200, 150, 170, 170], |
|
|
|
header: ['零件号', '类型', '检测项', '检测日期', '标准', '实测值'], |
|
|
|
indexHeader: '序号', |
|
|
|
index: false, |
|
|
@ -151,7 +151,7 @@ const standardDataParams = ref({ |
|
|
|
const noStandardDataTotal = ref(0) |
|
|
|
const noStandardDataTime = ref() |
|
|
|
const noStandardData = ref({ |
|
|
|
columnWidth: [300, 120, 170, 170, 170, 170], |
|
|
|
columnWidth: [300, 100, 200, 150, 170, 170], |
|
|
|
header: ['零件号', '类型', '检测项', '检测日期', '标准', '实测值'], |
|
|
|
indexHeader: '序号', |
|
|
|
index: false, |
|
|
|