From e0aefd88e7857c40acc2afce212c37c5eabdad9e Mon Sep 17 00:00:00 2001
From: guoyuji <guoyujie@ng.com>
Date: 星期二, 25 六月 2024 10:10:50 +0800
Subject: [PATCH] 修改楼层编号 字段名

---
 north-glass-erp/northglass-erp/src/views/sd/order/CreateOrder.vue |    2 +-
 north-glass-erp/northglass-erp/src/lang/ru.js                     |    2 +-
 north-glass-erp/northglass-erp/src/lang/zh.js                     |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/north-glass-erp/northglass-erp/src/lang/ru.js b/north-glass-erp/northglass-erp/src/lang/ru.js
index 9a59ef2..30df218 100644
--- a/north-glass-erp/northglass-erp/src/lang/ru.js
+++ b/north-glass-erp/northglass-erp/src/lang/ru.js
@@ -202,7 +202,7 @@
         levelTwo:'袙褌芯褉芯泄 褍褉芯胁械薪褜',
         orderDetailsReport:'袨褌褔械褌 芯 写械褌邪谢褟褏 蟹邪泻邪蟹邪',
         orderDetailsSummaryReport:'小胁芯写薪褘泄 芯褌褔械褌 芯 蟹邪泻邪蟹邪褏',
-        floorNumber:'袧芯屑械褉 褝褌邪卸邪',
+        buildingNumber:'袧芯屑械褉 褝褌邪卸邪',
         saveHeader:'袠蟹屑械薪懈褌褜 蟹邪谐芯谢芯胁芯泻 褌邪斜谢懈褑褘',
         msg:{
             productCheck:'袩芯卸邪谢褍泄褋褌邪, 胁褘斜械褉懈褌械 锌褉芯写褍泻褌',
diff --git a/north-glass-erp/northglass-erp/src/lang/zh.js b/north-glass-erp/northglass-erp/src/lang/zh.js
index 625673b..d588d0c 100644
--- a/north-glass-erp/northglass-erp/src/lang/zh.js
+++ b/north-glass-erp/northglass-erp/src/lang/zh.js
@@ -202,7 +202,7 @@
         levelTwo:'浜у搧灏忕被',
         orderDetailsReport:'璁㈠崟鏄庣粏鎶ヨ〃',
         orderDetailsSummaryReport:'璁㈠崟鏄庣粏姹囨�绘姤琛�',
-        floorNumber:'妤煎眰缂栧彿',
+        buildingNumber:'妤煎眰缂栧彿',
         saveHeader:'淇濆瓨琛ㄥご',
         msg:{
             productCheck:'璇烽�夋嫨浜у搧',
diff --git a/north-glass-erp/northglass-erp/src/views/sd/order/CreateOrder.vue b/north-glass-erp/northglass-erp/src/views/sd/order/CreateOrder.vue
index 8df08ec..29e11b5 100644
--- a/north-glass-erp/northglass-erp/src/views/sd/order/CreateOrder.vue
+++ b/north-glass-erp/northglass-erp/src/views/sd/order/CreateOrder.vue
@@ -143,7 +143,7 @@
     {type: 'seq',fixed:"left", title: t('basicData.Number'), width: 80 },
     {field: 'productId',width:140,  title: t('order.productId'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }, sortable: true,filterMethod:filterChanged},
     {field: 'productName',width:300,  title: t('order.product'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }, sortable: true,filterMethod:filterChanged},
-    {field: 'buildingNumber',width:120,  title: t('order.floorNumber'),editRender: { name: 'input'},filters:[{ data: '' }],slots: { filter: 'num1_filter'}, sortable: true,filterMethod:filterChanged},
+    {field: 'buildingNumber',width:120,  title: t('order.buildingNumber'),editRender: { name: 'input'},filters:[{ data: '' }],slots: { filter: 'num1_filter'}, sortable: true,filterMethod:filterChanged},
     {field: 'price',width:140,  title: t('order.price'),editRender: { name: 'input'},filters:[{ data: '' }],slots: { filter: 'num1_filter' }, sortable: true,filterMethod:filterChanged},
     {field: 'grossAmount',width:160,  title: t('order.grossAmount'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }, sortable: true,filterMethod:filterChanged},
     {field: 'width',width:120,  title: t('order.width') ,editRender: { name: 'input'},filters:[{ data: '' }],slots: { filter: 'num1_filter' }, sortable: true,filterMethod:filterChanged},

--
Gitblit v1.8.0