|
@@ -3,7 +3,6 @@ import Home from '../views/Home/Home.vue'
|
|
|
import Index from '@/views/index/Index.vue'
|
|
|
/* 定点屠宰智能管控 */
|
|
|
import firmBuy from '@/views/slaughterManagment/firmBuy.vue'
|
|
|
-import packinghouse from '@/views/slaughterManagment/packinghouse.vue'
|
|
|
import inButcherHurdle from '@/views/slaughterManagment/inButcherHurdle.vue'
|
|
|
import reportQuarantine from '@/views/slaughterManagment/reportQuarantine.vue'
|
|
|
import regisSlaughter from '@/views/slaughterManagment/regisSlaughter.vue'
|
|
@@ -16,6 +15,14 @@ import productTest from '@/views/slaughterManagment/productTest.vue'
|
|
|
import sell from '@/views/slaughterManagment/sell.vue'
|
|
|
import costAccounting from '@/views/slaughterManagment/costAccounting.vue'
|
|
|
import refrigerationStorage from '@/views/slaughterManagment/refrigerationStorage.vue'
|
|
|
+/* 销售管理 */
|
|
|
+import client from '@/views/sellManagement/client.vue'
|
|
|
+import price from '@/views/sellManagement/price.vue'
|
|
|
+import sellRegister from '@/views/sellManagement/sellRegister.vue'
|
|
|
+import directSell from '@/views/sellManagement/directSell.vue'
|
|
|
+import carcassSell from '@/views/sellManagement/carcassSell.vue'
|
|
|
+import segmentationSell from '@/views/sellManagement/segmentationSell.vue'
|
|
|
+import elseSell from '@/views/sellManagement/elseSell.vue'
|
|
|
/* 产品制作智能监控 */
|
|
|
import productInfo from '@/views/productManagement/productInfo.vue'
|
|
|
import sheepskinLog from '@/views/productManagement/sheepskinLog.vue'
|
|
@@ -53,11 +60,6 @@ export default [
|
|
|
component: firmBuy
|
|
|
},
|
|
|
{
|
|
|
- path: 'packinghouse',
|
|
|
- name: 'packinghouse',
|
|
|
- component: packinghouse
|
|
|
- },
|
|
|
- {
|
|
|
path: 'inButcherHurdle',
|
|
|
name: 'inButcherHurdle',
|
|
|
component: inButcherHurdle
|
|
@@ -113,6 +115,42 @@ export default [
|
|
|
name: 'refrigerationStorage',
|
|
|
component: refrigerationStorage
|
|
|
},
|
|
|
+ /* 销售管理 */
|
|
|
+ {
|
|
|
+ path: 'client',
|
|
|
+ name: 'client',
|
|
|
+ component: client
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: 'price',
|
|
|
+ name: 'price',
|
|
|
+ component: price
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: 'sellRegister',
|
|
|
+ name: 'sellRegister',
|
|
|
+ component: sellRegister
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: 'directSell',
|
|
|
+ name: 'directSell',
|
|
|
+ component: directSell
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: 'carcassSell',
|
|
|
+ name: 'carcassSell',
|
|
|
+ component: carcassSell
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: 'segmentationSell',
|
|
|
+ name: 'segmentationSell',
|
|
|
+ component: segmentationSell
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: 'elseSell',
|
|
|
+ name: 'elseSell',
|
|
|
+ component: elseSell
|
|
|
+ },
|
|
|
/* 产品制作智能监控 */
|
|
|
{
|
|
|
path: 'productInfo',
|