diff --git a/src/App.vue b/src/App.vue
index a52353d..f5058f3 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -14,7 +14,7 @@
}
},
created() {
- this.test();
+ // this.test();
// this.languageRefresh()
},
methods: {
diff --git a/src/api/board.js b/src/api/board.js
index af2adf2..33e9a32 100644
--- a/src/api/board.js
+++ b/src/api/board.js
@@ -9,3 +9,7 @@ export const getNewScheduledTableData=data => createAPI(`board/getNewScheduledTa
export const getRefreshTime=data => createAPI(`board/getRefreshTime/${data}`, 'get');
export const getScheduledData=data => createAPI(`board/getScheduledData`, 'post', data);
+
+export const getScheduleListData=data => createAPI(`board/getScheduleListData`, 'post', data);
+
+export const getDelNotifyBoardData=data => createAPI(`board/getDelNotifyBoardData`, 'post', data);
diff --git a/src/router/index.js b/src/router/index.js
index 478aed9..0aa2dd9 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -21,6 +21,8 @@ const globalRoutes = [
{ path: '/404', component: _import('common/404'), name: '404', meta: { title: '404未找到' } },
{ path: '/login', component: _import('common/login'), name: 'login', meta: { title: '登录' } },
{ path: '/scheduleBoard', component: _import('modules/board/newScheduledBoard'), name: 'scheduleBoard', meta: { title: '生产情况看板' } },
+ { path: '/scheduleListBoard', component: _import('modules/board/scheduleListBoard'), name: 'scheduleBoard', meta: { title: '日计划明细看板' } },
+ { path: '/delNotifyBoard', component: _import('modules/board/delNotifyBoard'), name: 'scheduleBoard', meta: { title: '本周发货预警' } },
]
// 主入口路由(需嵌套上左右整体布局)
@@ -37,8 +39,6 @@ const mainRoutes = {
// 提示: 如需要通过iframe嵌套展示内容, 但不通过tab打开, 请自行创建组件使用iframe处理!
{ path: '/home', component: _import('common/home'), name: 'home', meta: { title: '首页' } },
{ path: '/theme', component: _import('common/theme'), name: 'theme', meta: { title: '主题' } },
- { path: '/demo-echarts', component: _import('demo/echarts'), name: 'demo-echarts', meta: { title: 'demo-echarts', isTab: true } },
- // { path: '/demo-ueditor', component: _import('demo/ueditor'), name: 'demo-ueditor', meta: { title: 'demo-ueditor', isTab: true } }
],
beforeEnter (to, from, next) {
let token = Vue.cookie.get('token')
diff --git a/src/views/demo/echarts.vue b/src/views/demo/echarts.vue
deleted file mode 100644
index 5946a64..0000000
--- a/src/views/demo/echarts.vue
+++ /dev/null
@@ -1,472 +0,0 @@
-
- 1. 此Demo只提供ECharts官方使用文档,入门部署和体验功能。具体使用请参考:http://echarts.baidu.com/index.html 1. 此Demo只提供UEditor官方使用文档,入门部署和体验功能。具体使用请参考:http://fex.baidu.com/ueditor/ 2. 浏览器控制台报错“请求后台配置项http错误,上传功能将不能正常使用!”,此错需要后台提供上传接口方法(赋值给serverUrl属性) 本周发货预警
+