|
@@ -14,25 +14,25 @@ export default {
|
14
|
14
|
children: [
|
15
|
15
|
{
|
16
|
16
|
path: '/stock/drugs/stock/in',
|
17
|
|
- component: () => import('@/xt_pages/stock/drugs/stockIn'),
|
|
17
|
+ component: () => import('@/xt_pages/stock/drugs/drugStockInOrder'),
|
18
|
18
|
name: 'drugsStockIn',
|
19
|
19
|
meta: { title: 'drugsStockIn', noCache: true }
|
20
|
20
|
},
|
21
|
21
|
{
|
22
|
22
|
path: '/stock/drugs/stock/out',
|
23
|
|
- component: () => import('@/xt_pages/stock/drugs/stockOut'),
|
|
23
|
+ component: () => import('@/xt_pages/stock/drugs/drugStockOutOrder'),
|
24
|
24
|
name: 'drugsStockOut',
|
25
|
25
|
meta: { title: 'drugsStockOut', noCache: true }
|
26
|
26
|
},
|
27
|
27
|
{
|
28
|
28
|
path: '/stock/drugs/stock/return',
|
29
|
|
- component: () => import('@/xt_pages/stock/drugs/stockReturn'),
|
|
29
|
+ component: () => import('@/xt_pages/stock/drugs/drugSalesReturnOrder'),
|
30
|
30
|
name: 'drugsStockReturn',
|
31
|
31
|
meta: { title: 'drugsStockReturn', noCache: true }
|
32
|
32
|
},
|
33
|
33
|
{
|
34
|
34
|
path: '/stock/drugs/stock/cancel',
|
35
|
|
- component: () => import('@/xt_pages/stock/drugs/stockCancel'),
|
|
35
|
+ component: () => import('@/xt_pages/stock/drugs/cancelDrugStockOrder'),
|
36
|
36
|
name: 'drugsStockCancel',
|
37
|
37
|
meta: { title: 'drugsStockCancel', noCache: true }
|
38
|
38
|
},
|
|
@@ -65,6 +65,62 @@ export default {
|
65
|
65
|
component: () => import('@/xt_pages/stock/drugs/drugsExpiryDate'),
|
66
|
66
|
name: 'drugsExpiryDate',
|
67
|
67
|
meta: { title: 'drugsExpiryDate', noCache: true }
|
|
68
|
+ },{
|
|
69
|
+ path: '/drugstock/in/add',
|
|
70
|
+ component: () => import('@/xt_pages/stock/drugs/drugStockInOrderAdd'),
|
|
71
|
+ name: 'drugStockInOrderAdd',
|
|
72
|
+ hidden: true,
|
|
73
|
+ is_menu: false,
|
|
74
|
+ meta: { title: 'drugStockInOrderAdd', noCache: true }
|
|
75
|
+ },{
|
|
76
|
+ path: '/drugstock/in/detail',
|
|
77
|
+ component: () => import('@/xt_pages/stock/drugs/drugStockInDetail'),
|
|
78
|
+ name: 'drugStockInDetail',
|
|
79
|
+ hidden: true,
|
|
80
|
+ is_menu: false,
|
|
81
|
+ meta: { title: 'drugStockInDetail', noCache: true }
|
|
82
|
+ }, {
|
|
83
|
+ path: '/drugstock/return/detail',
|
|
84
|
+ component: () => import('@/xt_pages/stock/drugs/drugSalesReturnDetail'),
|
|
85
|
+ name: 'drugSalesReturnDetail',
|
|
86
|
+ hidden: true,
|
|
87
|
+ is_menu: false,
|
|
88
|
+ meta: { title: 'drugSalesReturnDetail', noCache: true }
|
|
89
|
+ }, {
|
|
90
|
+ path: '/drugstock/return/add',
|
|
91
|
+ component: () => import('@/xt_pages/stock/drugs/drugSalesReturnOrderAdd'),
|
|
92
|
+ name: 'drugSalesReturnOrderAdd',
|
|
93
|
+ hidden: true,
|
|
94
|
+ is_menu: false,
|
|
95
|
+ meta: { title: 'drugSalesReturnOrderAdd', noCache: true }
|
|
96
|
+ }, {
|
|
97
|
+ path: '/drugstock/out/add',
|
|
98
|
+ component: () => import('@/xt_pages/stock/drugs/drugStockOutOrderAdd'),
|
|
99
|
+ name: 'drugStockOutOrderAdd',
|
|
100
|
+ hidden: true,
|
|
101
|
+ is_menu: false,
|
|
102
|
+ meta: { title: 'drugStockOutOrderAdd', noCache: true }
|
|
103
|
+ }, {
|
|
104
|
+ path: '/drugstock/out/detail',
|
|
105
|
+ component: () => import('@/xt_pages/stock/drugs/drugStockOutDetail'),
|
|
106
|
+ name: 'drugStockOutDetail',
|
|
107
|
+ hidden: true,
|
|
108
|
+ is_menu: false,
|
|
109
|
+ meta: { title: 'drugStockOutDetail', noCache: true }
|
|
110
|
+ }, {
|
|
111
|
+ path: '/drugstock/cancel/add',
|
|
112
|
+ component: () => import('@/xt_pages/stock/drugs/cancelDrugStockOrderAdd'),
|
|
113
|
+ name: 'cancelDrugStockOrderAdd',
|
|
114
|
+ hidden: true,
|
|
115
|
+ is_menu: false,
|
|
116
|
+ meta: { title: 'cancelDrugStockOrderAdd', noCache: true }
|
|
117
|
+ },{
|
|
118
|
+ path: '/drugstock/cancel/detail',
|
|
119
|
+ component: () => import('@/xt_pages/stock/drugs/cancelDrugStockDetail'),
|
|
120
|
+ name: 'cancelDrugStockDetail',
|
|
121
|
+ hidden: true,
|
|
122
|
+ is_menu: false,
|
|
123
|
+ meta: { title: 'cancelDrugStockDetail', noCache: true }
|
68
|
124
|
},
|
69
|
125
|
]
|
70
|
126
|
}
|