Browse Source

采购明细备注

rainco 7 years ago
parent
commit
be687c92b1
1 changed files with 8 additions and 0 deletions
  1. 8 0
      frontend/saas-web/app/view/purchase/purchase/FormPanel.js

+ 8 - 0
frontend/saas-web/app/view/purchase/purchase/FormPanel.js

@@ -310,6 +310,14 @@ Ext.define('saas.view.purchase.purchase.FormPanel', {
                 text : "关联销售单号", 
                 dataIndex : "pd_salecode", 
                 width : 120.0
+            },{
+                text : "备注", 
+                dataIndex : "pd_remark",
+                width : 250, 
+                items : null,
+                editor : {
+                    xtype : "textfield"
+                },
             }
         ]
     }, {