From fbbe81e17f9580dad96a99daad9c507a6445383e Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期五, 28 三月 2025 15:43:47 +0800
Subject: [PATCH] 班组产量报表添加在制品名称列
---
north-glass-erp/northglass-erp/src/views/pp/report/TeamOutput.vue | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/north-glass-erp/northglass-erp/src/views/pp/report/TeamOutput.vue b/north-glass-erp/northglass-erp/src/views/pp/report/TeamOutput.vue
index 3982079..1018de3 100644
--- a/north-glass-erp/northglass-erp/src/views/pp/report/TeamOutput.vue
+++ b/north-glass-erp/northglass-erp/src/views/pp/report/TeamOutput.vue
@@ -266,15 +266,16 @@
field: 'processId', width: 140, title: t('processCard.processId'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }
},
{field: 'orderNumber', width: 90, title: t('order.OrderNum')},
- {field: 'code', width: 60, title: t('reportingWorks.glassNumber')},
- {field: 'width', width: 100, title: t('order.width')},
- {field: 'height', width: 100, title: t('order.height')},
+ {field: 'code', width: 100, title: t('reportingWorks.glassNumber')},
+ {field: 'width', width: 90, title: t('order.width')},
+ {field: 'height', width: 90, title: t('order.height')},
+ {field: 'workProcessName', width: 120, title: t('report.workProcessName')},
{field: 'edgingType', width: 110, title: t('order.edgingType'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }},
{field: 'completedQuantity', width: 90, title: t('reportingWorks.completedQuantity')},
{field: 'area', width: 100, title: t('reportingWorks.completedArea')},
- {field: 'reviewed', title: t('processCard.reviewed')},
- {field: 'examineTime', title: t('ingredientsStock.reviewedTime')},
- {field: 'productName', title: t('order.product')},
+ {field: 'reviewed',width: 80, title: t('processCard.reviewed')},
+ {field: 'examineTime',width: 80, title: t('ingredientsStock.reviewedTime')},
+ {field: 'productName',width: 150, title: t('order.product')},
],//琛ㄥご鎸夐挳
toolbarConfig: {
--
Gitblit v1.8.0