From cf4b24b7757bc76bb9c01fe936140073cb150711 Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期五, 12 十二月 2025 15:37:52 +0800
Subject: [PATCH] 成品报表新增平方毫米字段
---
north-glass-erp/northglass-erp/src/views/mm/stockReport/FinishedProductOutboundReport.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/north-glass-erp/northglass-erp/src/views/mm/stockReport/FinishedProductOutboundReport.vue b/north-glass-erp/northglass-erp/src/views/mm/stockReport/FinishedProductOutboundReport.vue
index 158e546..2e6cc8b 100644
--- a/north-glass-erp/northglass-erp/src/views/mm/stockReport/FinishedProductOutboundReport.vue
+++ b/north-glass-erp/northglass-erp/src/views/mm/stockReport/FinishedProductOutboundReport.vue
@@ -20,6 +20,7 @@
{field: 'order.customerName',width: '100', title: t('order.customers'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }, sortable: true},
{field: 'order.orderType',width: '100', title: t('order.orderType'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }, sortable: true},
{field: 'area',width: '100', title: t('order.computeGrossArea'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }},
+ {field: 'squareMillimeter',width: '100', title: t('骞虫柟姣背')},
{field: 'orderDetail.productId',width: '100', title: t('order.productId'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }, sortable: true},
{field: 'orderDetail.productName',width: '140', title: t('order.product'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }, sortable: true},
{field: 'orderDetail.width', width: '100',title: t('order.width'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }},
@@ -39,7 +40,7 @@
url :'/finishedGoodsInventory/getSelectFinishedOperateLogReport/鍑哄簱',
exportUrl :'/finishedGoodsInventory/exportFinishedOperateLogReport/鍑哄簱',
exportName:t('stockReport.finishedProductOutboundReport'),
- footList:['quantity','area']
+ footList:['quantity','area','squareMillimeter']
})
</script>
--
Gitblit v1.8.0