Browse Source

代码提交

hy 7 years ago
parent
commit
060cac6292

+ 3 - 3
frontend/saas-web/app/view/document/other/Warehouse.js

@@ -1,9 +1,9 @@
-Ext.define('saas.view.document.other.StoreInformation', {
+Ext.define('saas.view.document.other.Warehouse', {
     extend: 'saas.view.document.kind.Kind',
-    xtype: 'other-storeinformation',
+    xtype: 'other-warehouse',
     autoScroll: true,
     layout:'fit',
-    defaultType:'storeinformation',
+    defaultType:'warehouse',
     tbar: ['->',{
         xtype:'button',
         text:'新增',

+ 2 - 2
frontend/saas-web/resources/json/navigation.json

@@ -183,9 +183,9 @@
             "addType":"document-product-formpanel",
             "leaf": true
         }, {
-            "id":"other-storeinformation",
+            "id":"other-warehouse",
             "text": "仓库资料",
-            "viewType": "other-storeinformation",
+            "viewType": "other-warehouse",
             "leaf": true
         }, {
             "id":"document-bom-basepanel",