Просмотр исходного кода

【界面标准化】【销售出货退货列表,数量描述标准化】

rainco 7 лет назад
Родитель
Сommit
1bd42a0484

+ 1 - 1
frontend/saas-web/app/view/sale/saleIn/QueryPanel.js

@@ -211,7 +211,7 @@ Ext.define('saas.view.sale.saleIn.QueryPanel', {
             dataIndex: 'pd_whname',
             width: 150
         },{
-            text: '退货数量',
+            text: '数量',
             dataIndex: 'pd_inqty',
             xtype:'numbercolumn',
             width: 110,

+ 1 - 1
frontend/saas-web/app/view/sale/saleOut/QueryPanel.js

@@ -211,7 +211,7 @@ Ext.define('saas.view.sale.saleout.QueryPanel', {
             dataIndex: 'pd_whname',
             width: 80
         }, {
-            text: '出货数量',
+            text: '数量',
             dataIndex: 'pd_outqty',
             xtype:'numbercolumn',
             width: 110,