Commit 2140a468 authored by 沈翠玲's avatar 沈翠玲

报表

parent 4a2f67c1
......@@ -375,37 +375,37 @@ export default {
if (this.groupKey == '物料类别') {
this.theaders1 = [
{label: '物料分类', value: 'groupKey'},
{label: '总批数', value: 'checkName'},
{label: '不合格批数', value: 'checkItemTotal'},
{label: '特采批数', value: 'checkNgItemCount'},
{label: '批合格率', value: 'ngItemCount'},
{label: '批不良率', value: 'ngPt'},
{label: '批特采率', value: 'totalNgPt'},
{label: '总检验数量', value: 'totalNgPt'},
{label: '不合格数量', value: 'totalNgPt'},
{label: '特采数量', value: 'totalNgPt'},
{label: '数量合格率', value: 'totalNgPt'},
{label: '数量不合格率', value: 'totalNgPt'},
{label: '特采数量比率', value: 'totalNgPt'},
{label: '总批数', value: 'totalRecordCount'},
{label: '不合格批数', value: 'totalUnqualifyCount'},
{label: '特采批数', value: 'specialCollectionCount'},
{label: '批合格率', value: 'qualifyCountPt'},
{label: '批不良率', value: 'unqualifyCountPt'},
{label: '批特采率', value: 'specialCollectionPt'},
{label: '总检验数量', value: 'totalQuantity'},
{label: '不合格数量', value: 'totalUnqualifyQuantity'},
{label: '特采数量', value: 'specialCollectionQuantity'},
{label: '数量合格率', value: 'qualifyPt'},
{label: '数量不合格率', value: 'unqualifyPt'},
{label: '特采数量比率', value: 'specialCollectionQuantityPt'},
]
param['groupKey'] = ['itemTypeCode']
param['groupKey'] = ['物料类别']
} else if (this.groupKey == '物料编码') {
this.theaders1 = [
{label: '物料编码', value: 'groupKey'},
{label: '总批数', value: 'checkName'},
{label: '不合格批数', value: 'checkItemTotal'},
{label: '特采批数', value: 'checkNgItemCount'},
{label: '批合格率', value: 'ngItemCount'},
{label: '批不良率', value: 'ngPt'},
{label: '批特采率', value: 'totalNgPt'},
{label: '总检验数量', value: 'totalNgPt'},
{label: '不合格数量', value: 'totalNgPt'},
{label: '特采数量', value: 'totalNgPt'},
{label: '数量合格率', value: 'totalNgPt'},
{label: '数量不合格率', value: 'totalNgPt'},
{label: '特采数量比率', value: 'totalNgPt'},
{label: '总批数', value: 'totalRecordCount'},
{label: '不合格批数', value: 'totalUnqualifyCount'},
{label: '特采批数', value: 'specialCollectionCount'},
{label: '批合格率', value: 'qualifyCountPt'},
{label: '批不良率', value: 'unqualifyCountPt'},
{label: '批特采率', value: 'specialCollectionPt'},
{label: '总检验数量', value: 'totalQuantity'},
{label: '不合格数量', value: 'totalUnqualifyQuantity'},
{label: '特采数量', value: 'specialCollectionQuantity'},
{label: '数量合格率', value: 'qualifyPt'},
{label: '数量不合格率', value: 'unqualifyPt'},
{label: '特采数量比率', value: 'specialCollectionQuantityPt'},
]
param['groupKey'] = ['sapItemCode']
param['groupKey'] = ['物料']
}
api = getUnquanlify
} else if(this.statisisType === '批供应商合格率'){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment