Browse Source

去除多余引用

zhuth 7 years ago
parent
commit
d7aabfa3ff

+ 0 - 1
frontend/saas-web/app.json

@@ -20,7 +20,6 @@
         "font-awesome",
         "ux",
         "modern-locale",
-        "charts",
         "font-saas"
     ],
     "locale":"zh_CN",

+ 0 - 4
frontend/saas-web/app/view/core/chart/ChartBase.js

@@ -1,10 +1,6 @@
 Ext.define('saas.view.core.chart.ChartBase', {
     extend: 'Ext.panel.Panel',
 
-    requires: [
-        'Ext.chart.*'
-    ],
-
     height: 300,
     bodyPadding: '16 16 16 0',
 

+ 0 - 1
frontend/saas-web/app/view/core/form/field/DetailGridField.js

@@ -12,7 +12,6 @@ Ext.define('saas.view.core.form.field.DetailGridField', {
     columnWidth : 1.0, 
 
     requires: [
-        'Ext.Action',
         'Ext.grid.plugin.CellEditing',
         'Ext.selection.CellModel'
     ],

+ 0 - 1
frontend/saas-web/app/view/core/report/ReportPanelController.js

@@ -4,7 +4,6 @@ Ext.define('saas.view.core.report.ReportPanelController', {
 
     requires: [
         'Ext.exporter.text.CSV',
-        'Ext.exporter.text.TSV',
         'Ext.exporter.text.Html',
         'Ext.exporter.excel.Xml',
         'Ext.exporter.excel.Xlsx'

+ 0 - 1
frontend/saas-web/app/view/stock/inventory/EditDataList.js

@@ -14,7 +14,6 @@ Ext.define('saas.view.stock.inventory.EditDataList', {
     buildUrl:'/api/storage/stocktaking/build',
     stockUrl:'/api/storage/stocktaking/stock',
     requires: [
-        'Ext.Action',
         'Ext.grid.plugin.CellEditing',
         'Ext.selection.CellModel',
         'Ext.grid.plugin.Exporter'