Parcourir la source

修改采购模块

zhoudw il y a 7 ans
Parent
commit
f55877efbc
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      frontend/saas-web/app/view/stock/otherOut/FormPanel.js

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

@@ -152,7 +152,7 @@ Ext.define('saas.view.stock.otherOut.FormPanel', {
             },
             },
             {
             {
                 text: "数量",
                 text: "数量",
-                dataIndex: "pd_inqty",
+                dataIndex: "pd_outqty",
                 editor: {
                 editor: {
                     xtype: "numberfield"
                     xtype: "numberfield"
                 },
                 },