浏览代码

【bug】物料资料 主表 仓库名称 设为不可编辑(放大镜带出)

zhuth 7 年之前
父节点
当前提交
3450dff6cb
共有 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

@@ -155,7 +155,8 @@ Ext.define('saas.view.document.product.FormPanel', {
         xtype : "textfield", 
         name : "pr_whname", 
         fieldLabel : "仓库名称", 
-        allowBlank : true, 
+        allowBlank : true,
+        readOnly: true,
         columnWidth : 0.25
     },{
         xtype : "hidden",