瀏覽代碼

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

zhuth 7 年之前
父節點
當前提交
66defe0a95
共有 1 個文件被更改,包括 2 次插入1 次删除
  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,