Browse Source

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

zhuth 7 năm trước cách đây
mục cha
commit
66defe0a95
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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,