소스 검색

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

rainco 7 년 전
부모
커밋
1bd42a0484
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      frontend/saas-web/app/view/sale/saleIn/QueryPanel.js
  2. 1 1
      frontend/saas-web/app/view/sale/saleOut/QueryPanel.js

+ 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,