ソースを参照

Merge branch '20200710_pc_vue_new_branch' into 20200916_pc_vue_new_branch

csx 4 年 前
コミット
2b6a31dee5
共有1 個のファイルを変更した24 個の追加23 個の削除を含む
  1. 24 23
      src/router/modules/drugs.js

+ 24 - 23
src/router/modules/drugs.js ファイルの表示

@@ -36,36 +36,37 @@ export default {
36 36
         name: 'drugsStockCancel',
37 37
         meta: { title: 'drugsStockCancel', noCache: true }
38 38
     },
39
-    {
40
-        path: '/stock/drugs/stock/adjustPrice',
41
-        component: () => import('@/xt_pages/stock/drugs/adjustPrice'),
42
-        name: 'drugsAdjustPrice',
43
-        meta: { title: 'drugsAdjustPrice', noCache: true }
44
-    },
45
-    {
46
-        path: '/stock/drugs/stock/reportLoss',
47
-        component: () => import('@/xt_pages/stock/drugs/reportLoss'),
48
-        name: 'drugsReportLoss',
49
-        meta: { title: 'drugsReportLoss', noCache: true }
50
-    },
39
+    // {
40
+    //     path: '/stock/drugs/stock/adjustPrice',
41
+    //     component: () => import('@/xt_pages/stock/drugs/adjustPrice'),
42
+    //     name: 'drugsAdjustPrice',
43
+    //     meta: { title: 'drugsAdjustPrice', noCache: true }
44
+    // },
45
+    // {
46
+    //     path: '/stock/drugs/stock/reportLoss',
47
+    //     component: () => import('@/xt_pages/stock/drugs/reportLoss'),
48
+    //     name: 'drugsReportLoss',
49
+    //     meta: { title: 'drugsReportLoss', noCache: true }
50
+    // },
51 51
     {
52 52
         path: '/stock/drugs/stock/query',
53 53
         component: () => import('@/xt_pages/stock/drugs/query'),
54 54
         name: 'drugsQuery',
55 55
         meta: { title: 'drugsQuery', noCache: true }
56 56
     },
57
+    // {
58
+    //     path: '/stock/drugs/stock/drugsSurplus',
59
+    //     component: () => import('@/xt_pages/stock/drugs/drugsSurplus'),
60
+    //     name: 'drugsSurplus',
61
+    //     meta: { title: 'drugsSurplus', noCache: true }
62
+    // },
63
+    // {
64
+    //     path: '/stock/drugs/stock/drugsExpiryDate',
65
+    //     component: () => import('@/xt_pages/stock/drugs/drugsExpiryDate'),
66
+    //     name: 'drugsExpiryDate',
67
+    //     meta: { title: 'drugsExpiryDate', noCache: true }
68
+    // },
57 69
     {
58
-        path: '/stock/drugs/stock/drugsSurplus',
59
-        component: () => import('@/xt_pages/stock/drugs/drugsSurplus'),
60
-        name: 'drugsSurplus',
61
-        meta: { title: 'drugsSurplus', noCache: true }
62
-    },
63
-    {
64
-        path: '/stock/drugs/stock/drugsExpiryDate',
65
-        component: () => import('@/xt_pages/stock/drugs/drugsExpiryDate'),
66
-        name: 'drugsExpiryDate',
67
-        meta: { title: 'drugsExpiryDate', noCache: true }
68
-    },{
69 70
       path: '/drugstock/in/add',
70 71
       component: () => import('@/xt_pages/stock/drugs/drugStockInOrderAdd'),
71 72
       name: 'drugStockInOrderAdd',