Procházet zdrojové kódy

采购明细备注

rainco před 7 roky
rodič
revize
be687c92b1

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

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