Browse Source

其它出库单数量改成pd_outqty

rainco 7 năm trước cách đây
mục cha
commit
7af2f79c43
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      frontend/saas-web/app/view/stock/otherOut/QueryPanel.js

+ 1 - 1
frontend/saas-web/app/view/stock/otherOut/QueryPanel.js

@@ -174,7 +174,7 @@ Ext.define('saas.view.stock.otherOut.QueryPanel', {
             width: 80
         }, {
             text: '数量',
-            dataIndex: 'pd_inqty',
+            dataIndex: 'pd_outqty',
             xtype:'numbercolumn',
             width: 110,
             renderer : function(v) {