Parcourir la source

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

zhuth il y a 7 ans
Parent
commit
66defe0a95
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      frontend/saas-web/app/view/document/product/FormPanel.js

+ 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,