@@ -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"
+ },
}
]
}, {