Browse Source

修改调拨单前端

zhoudw 7 years ago
parent
commit
055b3d6f99

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

@@ -167,7 +167,7 @@ Ext.define('saas.view.stock.appropriationInOut.QueryPanel', {
                 width: 80
                 width: 80
             },{
             },{
                 text: '数量',
                 text: '数量',
-                dataIndex: 'pd_inqty',
+                dataIndex: 'pd_outqty',
                 xtype:'numbercolumn',
                 xtype:'numbercolumn',
                 width: 110
                 width: 110
             },{
             },{