Browse Source

代码提交

hy 7 năm trước cách đây
mục cha
commit
6bdf75ea64
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      frontend/saas-web/app/view/sys/guide/FormPanel.js

+ 1 - 1
frontend/saas-web/app/view/sys/guide/FormPanel.js

@@ -222,7 +222,7 @@ Ext.define('saas.view.sys.guide.FormPanel', {
         if(type=='warehouse'){
             message = '<span>因为新增物料时需要告知该物料所属仓库是哪里,所以需要首先进行仓库管理。</br>'+
             '录入完成后切换到“新手导航”页签继续下一步。</span>';
-            xtype = 'other-warehouse';
+            xtype = 'document-warehouse-datalist';
             title = '仓库资料'
         }
         if(type=='product'){