Browse Source

【BUG-界面标准化】【所有含列表的界面】【调整所有”名称“为”物料名称“】【前端处理】

rainco 7 years ago
parent
commit
181229acf9

+ 1 - 1
frontend/saas-web/app/view/home/infoCardList/PurchaseIn.js

@@ -56,7 +56,7 @@ Ext.define('saas.view.home.infoCardList.PurchaseIn', {
         dataIndex: 'pr_brand',
         dataIndex: 'pr_brand',
         width: 200
         width: 200
     }, {
     }, {
-        text: '名称',
+        text: '物料名称',
         dataIndex: 'pr_detail',
         dataIndex: 'pr_detail',
         width: 200
         width: 200
     }, {
     }, {

+ 1 - 1
frontend/saas-web/app/view/home/infoCardList/SaleOut.js

@@ -56,7 +56,7 @@ Ext.define('saas.view.home.infoCardList.SaleOut', {
         dataIndex: 'pr_brand',
         dataIndex: 'pr_brand',
         width: 200
         width: 200
     }, {
     }, {
-        text: '名称',
+        text: '物料名称',
         dataIndex: 'pr_detail',
         dataIndex: 'pr_detail',
         width: 200
         width: 200
     }, {
     }, {

+ 1 - 1
frontend/saas-web/app/view/money/report/CustomerCheck.js

@@ -62,7 +62,7 @@ Ext.define('saas.view.money.report.CustomerCheckCheck', {
         dataIndex: 'pr_brand',
         dataIndex: 'pr_brand',
         width: 100
         width: 100
     }, {
     }, {
-        text: '名称',
+        text: '物料名称',
         dataIndex: 'pr_detail',
         dataIndex: 'pr_detail',
         width: 150
         width: 150
     }, {
     }, {

+ 1 - 1
frontend/saas-web/app/view/money/report/VendorCheck.js

@@ -67,7 +67,7 @@ Ext.define('saas.view.money.report.VendorCheck', {
         dataIndex: 'pr_brand',
         dataIndex: 'pr_brand',
         width: 100
         width: 100
     }, {
     }, {
-        text: '名称',
+        text: '物料名称',
         dataIndex: 'pr_detail',
         dataIndex: 'pr_detail',
         width: 150
         width: 150
     }, {
     }, {

+ 1 - 1
frontend/saas-web/app/view/purchase/report/Purchase.js

@@ -72,7 +72,7 @@ Ext.define('saas.view.purchase.report.Purchase', {
         dataIndex: 'pr_brand',
         dataIndex: 'pr_brand',
         width: 100
         width: 100
     }, {
     }, {
-        text: '名称',
+        text: '物料名称',
         dataIndex: 'pr_detail',
         dataIndex: 'pr_detail',
         width: 150
         width: 150
     }, {
     }, {

+ 1 - 1
frontend/saas-web/app/view/sale/report/Sale.js

@@ -73,7 +73,7 @@ Ext.define('saas.view.sale.report.Sale', {
         dataIndex: 'pr_brand',
         dataIndex: 'pr_brand',
         width: 100
         width: 100
     }, {
     }, {
-        text: '名称',
+        text: '物料名称',
         dataIndex: 'pr_detail',
         dataIndex: 'pr_detail',
         width: 150
         width: 150
     }, {
     }, {

+ 1 - 1
frontend/saas-web/app/view/sale/report/SaleProfit.js

@@ -65,7 +65,7 @@ Ext.define('saas.view.sale.report.SaleProfit', {
         dataIndex: 'pr_brand',
         dataIndex: 'pr_brand',
         width: 100
         width: 100
     }, {
     }, {
-        text: '名称',
+        text: '物料名称',
         dataIndex: 'pr_detail',
         dataIndex: 'pr_detail',
         width: 150
         width: 150
     }, {
     }, {

+ 1 - 1
frontend/saas-web/app/view/stock/report/DataList.js

@@ -55,7 +55,7 @@ Ext.define('saas.view.stock.report.DataList', {
         dataIndex: 'rc_prodBrand',
         dataIndex: 'rc_prodBrand',
         width: 100
         width: 100
     }, {
     }, {
-        text: '名称',
+        text: '物料名称',
         dataIndex: 'rc_prodDetail',
         dataIndex: 'rc_prodDetail',
         width: 150
         width: 150
     }, {
     }, {

+ 1 - 1
frontend/saas-web/app/view/stock/report/ProdinoutCount.js

@@ -36,7 +36,7 @@ Ext.define('saas.view.stock.report.ProdinoutCount', {
         dataIndex: 'pr_brand',
         dataIndex: 'pr_brand',
         width: 100
         width: 100
     }, {
     }, {
-        text: '名称',
+        text: '物料名称',
         dataIndex: 'pr_detail',
         dataIndex: 'pr_detail',
         width: 150
         width: 150
     }, {
     }, {

+ 1 - 1
frontend/saas-web/app/view/stock/report/Prodiodetail.js

@@ -81,7 +81,7 @@ Ext.define('saas.view.stock.report.Prodiodetail', {
         dataIndex: 'pr_brand',
         dataIndex: 'pr_brand',
         width: 100
         width: 100
     }, {
     }, {
-        text: '名称',
+        text: '物料名称',
         dataIndex: 'pr_detail',
         dataIndex: 'pr_detail',
         width: 150
         width: 150
     }, {
     }, {