diff --git a/src/api/qualityManagement/commonFQC.js b/src/api/qualityManagement/commonFQC.js index 91e4105..714dbd0 100644 --- a/src/api/qualityManagement/commonFQC.js +++ b/src/api/qualityManagement/commonFQC.js @@ -46,4 +46,13 @@ export function GetWorkOrderFqcTableData(query) { method: 'post', data: query, }) +} + +// 获取产线,抛光,一次合格品质量报表看板数据 +export function GetProductAndPolishAndOneTimeFqcBoardData(query) { + return request({ + url: '/mes/qc/FQC/common/getProductAndPolishAndOneTimeFqcBoardData', + method: 'post', + data: query, + }) } \ No newline at end of file diff --git a/src/views/kanbanManagement/FqcWarehouseBoard/index.vue b/src/views/kanbanManagement/FqcWarehouseBoard/index.vue new file mode 100644 index 0000000..9da5405 --- /dev/null +++ b/src/views/kanbanManagement/FqcWarehouseBoard/index.vue @@ -0,0 +1,323 @@ + + + + + 数据统计 + + 产线 + + 产线上件总数 + {{ boardData.productRequireTotal }} + + 抛光仓库 + + 抛光仓库零件数 + {{ boardData.polishWarehouseTotal }} + + + 抛光投入总数 + {{ boardData.polishRequireTotal }} + + + 后道检验投入总数 + {{ boardData.afterPolishRequireTotal }} + + 一次合格品仓库 + + 一次合格品仓库零件数 + {{ boardData.oneTimeWarehouseTotal }} + + + GP12检测投入数 + {{ boardData.gP12RequireTotal }} + + 成品仓库 + + 成品仓库零件数 + {{ boardData.finishProductPartTotal }} + + + 成品仓库箱数 + {{ boardData.finishProductPackageTotal }} + + + 成品仓库出库零件数 + {{ boardData.finishProductPartOutTotal }} + + + 成品仓库出库箱数 + {{ boardData.finishProductPackageOutTotal }} + + + + + + + + + 全部打磨总数 + {{ boardData.sandingTotal }} + + + + + 全部报废总数 + {{ boardData.discardTotal }} + + + + + 产线检验 + + + 合格总数 + {{ boardData.productQualifiedTotal }} + + + 抛光总数 + {{ boardData.productPolishTotal }} + + + 打磨总数 + {{ boardData.productSandingTotal }} + + + 报废总数 + {{ boardData.productDiscardTotal }} + + + + + 抛光操作 + + + 合格总数 + {{ boardData.polishQualifiedTotal }} + + + 打磨总数 + {{ boardData.polishSandingTotal }} + + + 报废总数 + {{ boardData.polishDiscardTotal }} + + + + + 后道检验 + + + 合格总数 + {{ boardData.afterPolishQualifiedTotal }} + + + 抛光总数 + {{ boardData.afterPolishPolishTotal }} + + + 打磨总数 + {{ boardData.afterPolishSandingTotal }} + + + 报废总数 + {{ boardData.afterPolishDiscardTotal }} + + + + + GP12检验 + + + 合格总数 + {{ boardData.gP12QualifiedTotal }} + + + 抛光总数 + {{ boardData.gP12PolishTotal }} + + + 打磨总数 + {{ boardData.gP12SandingTotal }} + + + 报废总数 + {{ boardData.gP12DiscardTotal }} + + + + + + + + + + \ No newline at end of file diff --git a/src/views/wmsManagement/WmOneTimeQualifiedProduct/WmGP12QualityStatistics.vue b/src/views/wmsManagement/WmOneTimeQualifiedProduct/WmGP12QualityStatistics.vue index 493c512..96f44ca 100644 --- a/src/views/wmsManagement/WmOneTimeQualifiedProduct/WmGP12QualityStatistics.vue +++ b/src/views/wmsManagement/WmOneTimeQualifiedProduct/WmGP12QualityStatistics.vue @@ -37,9 +37,9 @@ - + 搜索 重置 @@ -87,7 +87,7 @@ - + @@ -150,9 +150,9 @@ - + @@ -273,7 +273,7 @@ export default { { index: 1, key: 'workorderId', label: `工单号`, checked: true }, { index: 2, key: 'partnumber', label: `零件号`, checked: true }, { index: 3, key: 'requireNumber', label: `抛光投入数`, checked: true }, - { index: 4, key: 'team', label: `班组`, checked: true }, + // { index: 4, key: 'team', label: `班组`, checked: true }, { index: 5, key: 'qualifiedNumber', label: `合格数`, checked: true }, { index: 6, key: 'qualifiedRate', label: `合格率`, checked: true }, { index: 7, key: 'paoguangTotal', label: `抛光总数`, checked: true }, @@ -367,7 +367,7 @@ export default { workorderId: undefined, partnumber: undefined, requireNumber: 0, - team: 'A', + team: 'GP12', isReturnWorkpiece: false, qualifiedNumber: 0, qualifiedRate: 0,