rainco 7 лет назад
Родитель
Сommit
be687c92b1
1 измененных файлов с 8 добавлено и 0 удалено
  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"
+                },
             }
         ]
     }, {