From 5cfaaffd38b1cd91e1279261fa7f5df0675117e0 Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期三, 24 九月 2025 16:13:04 +0800
Subject: [PATCH] 把erp中文修改成语言变量

---
 north-glass-erp/northglass-erp/src/views/mm/stockReport/MaterialAdditionReport.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/north-glass-erp/northglass-erp/src/views/mm/stockReport/MaterialAdditionReport.vue b/north-glass-erp/northglass-erp/src/views/mm/stockReport/MaterialAdditionReport.vue
index 817bf51..f28face 100644
--- a/north-glass-erp/northglass-erp/src/views/mm/stockReport/MaterialAdditionReport.vue
+++ b/north-glass-erp/northglass-erp/src/views/mm/stockReport/MaterialAdditionReport.vue
@@ -11,7 +11,7 @@
 const childrenData = ref({
   columns:[
     {type: 'seq',fixed:"left", title: t('basicData.Number'), width: '80' },
-    {field: 'operationOrderNumber', width:'150', title: t('productStock.operationOrderNumber'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }},
+    {field: 'operationOrderNumber', width:'150', title: t('ingredientsStock.dateOfManufacture'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }},
     {field: 'operationNumber', width: '100',title: t('order.OrderNum'), showOverflow:"ellipsis" ,filters:[{ data: '' }],slots: { filter: 'num1_filter' }},
     {field: 'operateType', width: '120',title:t('warehouseBasicData.type'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }},
     {field: 'quantity', width: '140',title: t('order.quantity'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }},
@@ -26,7 +26,7 @@
     {field: 'singlePieceArea', width:'140', title: t('productStock.singlePieceArea'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }},
     {field: 'inventoryArea', width:'140', title: t('productStock.inventoryArea'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }},
     {field: 'operator', width: '100',title: t('productStock.creator'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }},
-    {field: 'operateTime', width:'140', title: t('productStock.productionDate'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }},
+    {field: 'operateTime', width:'140', title: t('productStock.productionDate')},
     {field: 'remarks', width: '140',title: t('productStock.remarks'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }},
 
   ],//琛ㄦ牸琛ㄥご瀛楁

--
Gitblit v1.8.0