diff --git a/src/views/statistics/process_statistics_gx.vue b/src/views/statistics/process_statistics_gx.vue index 5fc9e0b0..cc29baac 100644 --- a/src/views/statistics/process_statistics_gx.vue +++ b/src/views/statistics/process_statistics_gx.vue @@ -230,7 +230,7 @@ {{ scope.row.data.倒角_加工前_缺陷_崩边 }} - + {{ scope.row.data.倒角_加工前_缺陷_崩边 }} @@ -267,7 +267,7 @@ {{ scope.row.data.倒角_缺陷_崩边 }} - + {{ scope.row.data.倒角_缺陷_小崩边 }} @@ -355,7 +355,7 @@ {{ scope.row.data.减薄B_缺陷_崩边 }} - + {{ scope.row.data.减薄B_缺陷_小崩边 }} @@ -711,7 +711,7 @@ export default { if (data.倒角_加工前_缺陷_小崩边 !== undefined) { count += data.倒角_加工前_缺陷_小崩边 ; } - count_qt = data.扫边B_count_pn_jgqbl - count; + count_qt = data.倒角_count_pn_jgqbl - count; return count_qt; } }else if(type=='倒角'){ @@ -797,7 +797,7 @@ export default { if (data.磨抛_加工前_缺陷_小崩边 !== undefined) { count += data.磨抛_加工前_缺陷_小崩边 ; } - count_qt = data.扫边B_count_pn_jgqbl - count; + count_qt = data.磨抛_count_pn_jgqbl - count; return count_qt; } }else if(type=='磨抛'){ @@ -826,7 +826,7 @@ export default { if (data.一次超洗_加工前_缺陷_小崩边 !== undefined) { count += data.一次超洗_加工前_缺陷_小崩边 ; } - count_qt = data.扫边B_count_pn_jgqbl - count; + count_qt = data.一次超洗_count_pn_jgqbl - count; return count_qt; } }else if(type=='一次超洗'){ @@ -854,7 +854,7 @@ export default { if (data.二次超洗_加工前_缺陷_小崩边 !== undefined) { count += data.二次超洗_加工前_缺陷_小崩边 ; } - count_qt = data.扫边B_count_pn_jgqbl - count; + count_qt = data.二次超洗_count_pn_jgqbl - count; return count_qt; } }else if(type=='二次超洗'){ diff --git a/src/views/wpm_bx/handover.vue b/src/views/wpm_bx/handover.vue index 52d59d86..029ce7c7 100644 --- a/src/views/wpm_bx/handover.vue +++ b/src/views/wpm_bx/handover.vue @@ -70,6 +70,7 @@ + 新批次号:{{ props.row.new_batch }}