Browse Source

标准化

hy 7 years ago
parent
commit
8ddd6bde79

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

@@ -53,7 +53,7 @@ Ext.define('saas.view.home.infoCardList.PurchaseIn', {
         width: 150
     }, {
         text: '品牌',
-        dataIndex: 'pr_detail',
+        dataIndex: 'pr_brand',
         width: 200
     }, {
         text: '名称',

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

@@ -53,7 +53,7 @@ Ext.define('saas.view.home.infoCardList.SaleOut', {
         width: 150
     }, {
         text: '品牌',
-        dataIndex: 'pr_detail',
+        dataIndex: 'pr_brand',
         width: 200
     }, {
         text: '名称',

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

@@ -62,7 +62,7 @@ Ext.define('saas.view.money.report.CustomerCheckCheck', {
         dataIndex: 'pr_code'
     }, {
         text: '品牌',
-        dataIndex: 'pr_detail',
+        dataIndex: 'pr_brand',
         width: 200
     }, {
         text: '名称',

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

@@ -72,7 +72,7 @@ Ext.define('saas.view.money.report.VendorCheck', {
         dataIndex: 'pr_code'
     }, {
         text: '品牌',
-        dataIndex: 'pr_detail',
+        dataIndex: 'pr_brand',
         width: 200
     }, {
         text: '名称',

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

@@ -81,7 +81,7 @@ Ext.define('saas.view.purchase.report.Purchase', {
         dataIndex: 'pr_code'
     }, {
         text: '品牌',
-        dataIndex: 'pr_detail',
+        dataIndex: 'pr_brand',
         width: 200
     }, {
         text: '名称',

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

@@ -81,7 +81,7 @@ Ext.define('saas.view.sale.report.Sale', {
         dataIndex: 'pr_code'
     }, {
         text: '品牌',
-        dataIndex: 'pr_detail',
+        dataIndex: 'pr_brand',
         width: 200
     }, {
         text: '名称',

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

@@ -70,7 +70,7 @@ Ext.define('saas.view.sale.report.SaleProfit', {
         dataIndex: 'pr_code'
     }, {
         text: '品牌',
-        dataIndex: 'pr_detail',
+        dataIndex: 'pr_brand',
         width: 200
     }, {
         text: '名称',

+ 1 - 1
frontend/saas-web/app/view/stock/inventory/EditDataList.js

@@ -124,7 +124,7 @@ Ext.define('saas.view.stock.inventory.EditDataList', {
         xtype : "", 
     },
     {
-        text : "规格型号", 
+        text : "型号", 
         dataIndex : "st_prodorispeccode", 
         width : 150.0, 
         xtype : "", 

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

@@ -35,7 +35,7 @@ Ext.define('saas.view.stock.report.ProdinoutCount', {
         dataIndex: 'pr_code'
     }, {
         text: '品牌',
-        dataIndex: 'pr_detail',
+        dataIndex: 'pr_brand',
         width: 200
     }, {
         text: '名称',

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

@@ -79,7 +79,7 @@ Ext.define('saas.view.stock.report.Prodiodetail', {
         dataIndex: 'pr_code'
     }, {
         text: '品牌',
-        dataIndex: 'pr_detail',
+        dataIndex: 'pr_brand',
         width: 200
     }, {
         text: '名称',