diff --git a/src/assets/img/OperationalOverview/矩形(1).png b/src/assets/img/OperationalOverview/矩形(1).png new file mode 100644 index 0000000..5373003 Binary files /dev/null and b/src/assets/img/OperationalOverview/矩形(1).png differ diff --git a/src/assets/img/OperationalOverview/矩形.png b/src/assets/img/OperationalOverview/矩形.png new file mode 100644 index 0000000..0f5d8ed Binary files /dev/null and b/src/assets/img/OperationalOverview/矩形.png differ diff --git a/src/assets/img/OperationalOverview/矩形@2x(1).png b/src/assets/img/OperationalOverview/矩形@2x(1).png new file mode 100644 index 0000000..406cbc3 Binary files /dev/null and b/src/assets/img/OperationalOverview/矩形@2x(1).png differ diff --git a/src/assets/img/OperationalOverview/矩形@2x.png b/src/assets/img/OperationalOverview/矩形@2x.png new file mode 100644 index 0000000..12f839d Binary files /dev/null and b/src/assets/img/OperationalOverview/矩形@2x.png differ diff --git a/src/assets/img/OperationalOverview/编组 36@2x.png b/src/assets/img/OperationalOverview/编组 36@2x.png new file mode 100644 index 0000000..64b5a22 Binary files /dev/null and b/src/assets/img/OperationalOverview/编组 36@2x.png differ diff --git a/src/assets/img/OperationalOverview/编组36.png b/src/assets/img/OperationalOverview/编组36.png new file mode 100644 index 0000000..0c7d042 Binary files /dev/null and b/src/assets/img/OperationalOverview/编组36.png differ diff --git a/src/icons/svg/入库管理.svg b/src/icons/svg/入库管理.svg new file mode 100644 index 0000000..371f08e --- /dev/null +++ b/src/icons/svg/入库管理.svg @@ -0,0 +1,16 @@ + + + 入库管理 + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/icons/svg/出库管理.svg b/src/icons/svg/出库管理.svg new file mode 100644 index 0000000..e77088d --- /dev/null +++ b/src/icons/svg/出库管理.svg @@ -0,0 +1,16 @@ + + + 入库管理 + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/icons/svg/编组(1).svg b/src/icons/svg/编组(1).svg new file mode 100644 index 0000000..a0c3c4e --- /dev/null +++ b/src/icons/svg/编组(1).svg @@ -0,0 +1,53 @@ + + + 编组 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/icons/svg/编组.svg b/src/icons/svg/编组.svg new file mode 100644 index 0000000..162431d --- /dev/null +++ b/src/icons/svg/编组.svg @@ -0,0 +1,52 @@ + + + 编组 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/icons/svg/编组备份 2.svg b/src/icons/svg/编组备份 2.svg new file mode 100644 index 0000000..e8de166 --- /dev/null +++ b/src/icons/svg/编组备份 2.svg @@ -0,0 +1,52 @@ + + + 编组备份 2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/icons/svg/返回.svg b/src/icons/svg/返回.svg deleted file mode 100644 index 3951e86..0000000 --- a/src/icons/svg/返回.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - rollback - - - - - - - - - - - - \ No newline at end of file diff --git a/src/router/index.js b/src/router/index.js index e811e3b..e3c6ab4 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -20,6 +20,15 @@ export const routes = [ icon: 'form' }, children: [ + { + path: 'storageCockpit', + name: 'storageCockpit', + meta: { + title: '成品仓储驾驶舱', + icon: 'form' + }, + component: () => import('@/views/OperationalOverview/storageCockpit.vue') + }, { path: 'acceptGoods', name: 'acceptGoods', @@ -58,6 +67,15 @@ export const routes = [ icon: 'form' }, children: [ + { + path: 'storageCockpit', + name: 'storageCockpit', + meta: { + title: '成品仓储驾驶舱', + icon: 'form' + }, + component: () => import('@/views/OperationalOverview/storageCockpit.vue') + }, { path: 'outStoreDocuments', name: 'outStoreDocuments', @@ -87,6 +105,15 @@ export const routes = [ icon: 'form' }, children: [ + { + path: 'storageCockpit', + name: 'storageCockpit', + meta: { + title: '成品仓储驾驶舱', + icon: 'form' + }, + component: () => import('@/views/OperationalOverview/storageCockpit.vue') + }, { path: 'inventoryQuery', name: 'inventoryQuery', @@ -134,6 +161,15 @@ export const routes = [ icon: 'form' }, children: [ + { + path: 'storageCockpit', + name: 'storageCockpit', + meta: { + title: '成品仓储驾驶舱', + icon: 'form' + }, + component: () => import('@/views/OperationalOverview/storageCockpit.vue') + }, { path: 'inventoryReport', name: 'inventoryReport', diff --git a/src/views/OperationalOverview/components/SimpleLineChart.vue b/src/views/OperationalOverview/components/SimpleLineChart.vue index 443c2f8..fdee6e3 100644 --- a/src/views/OperationalOverview/components/SimpleLineChart.vue +++ b/src/views/OperationalOverview/components/SimpleLineChart.vue @@ -1,8 +1,8 @@