瀏覽代碼

其它出库单数量改成pd_outqty

rainco 7 年之前
父節點
當前提交
7af2f79c43
共有 1 個文件被更改,包括 1 次插入1 次删除
  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) {