Browse Source

修改制造单界面

zhoudw 7 years ago
parent
commit
1047ed7a48
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/saas-web/app/view/stock/appropriationInOut/FormPanel.js

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

@@ -140,7 +140,7 @@ Ext.define('saas.view.stock.appropriationInOut.FormPanel', {
             {
                 text : "数量", 
                 xtype: 'numbercolumn',
-                dataIndex : "pd_inqty", 
+                dataIndex : "pd_outqty", 
                 width : 120.0,
                 allowBlank:false,
                 editor : {