Pārlūkot izejas kodu

【bug】物料资料供应商名称只读

zhuth 7 gadi atpakaļ
vecāks
revīzija
66defe0a95

+ 2 - 1
frontend/saas-web/app/view/document/product/FormPanel.js

@@ -170,7 +170,8 @@ Ext.define('saas.view.document.product.FormPanel', {
     }, {
         xtype : "textfield", 
         name : "pr_vendname", 
-        fieldLabel : "供应商名称"
+        fieldLabel : "供应商名称",
+        readOnly: true
     },{
         ignore:true,
         readOnly:true,