Explorar el Código

其它出库单数量改成pd_outqty

rainco hace 7 años
padre
commit
7af2f79c43
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
             width: 80
         }, {
         }, {
             text: '数量',
             text: '数量',
-            dataIndex: 'pd_inqty',
+            dataIndex: 'pd_outqty',
             xtype:'numbercolumn',
             xtype:'numbercolumn',
             width: 110,
             width: 110,
             renderer : function(v) {
             renderer : function(v) {