Преглед на файлове

【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",