Browse Source

【BUG-界面标准化】【采购验退从表】【“验退数量”改为“数量”】

rainco 7 years ago
parent
commit
f4258097b2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/saas-web/app/view/purchase/purchaseOut/FormPanel.js

+ 1 - 1
frontend/saas-web/app/view/purchase/purchaseOut/FormPanel.js

@@ -195,7 +195,7 @@ Ext.define('saas.view.purchase.purchaseOut.FormPanel', {
                 xtype: "warehouseDbfindTrigger"
             }
         }, {
-            text: "验退数量",
+            text: "数量",
             dataIndex: "pd_outqty",
             width: 110.0,
             xtype: 'numbercolumn',