|
@@ -13,77 +13,149 @@ export default {
|
13
|
13
|
},
|
14
|
14
|
children: [
|
15
|
15
|
{
|
16
|
|
- path: "/stock/",
|
|
16
|
+ path: "/warehouseReceipt/",
|
17
|
17
|
component: Layout,
|
18
|
|
- redirect: "noredirect",
|
|
18
|
+ redirect: "/stock/in",
|
19
|
19
|
name: "warehouseReceipt",
|
|
20
|
+ parentNum: 1,
|
20
|
21
|
meta: {
|
21
|
22
|
isChild: true,
|
22
|
23
|
title: "warehouseReceipt"
|
23
|
|
- },
|
24
|
|
- children: [
|
25
|
|
- {
|
26
|
|
- path: "/stock/in",
|
27
|
|
- component: () => import("@/xt_pages/stock/stockInOrder"),
|
28
|
|
- name: "stockInOrder",
|
29
|
|
- meta: { title: "stockInOrder", noCache: true }
|
30
|
|
- },
|
31
|
|
- {
|
32
|
|
- path: "/stock/return",
|
33
|
|
- component: () => import("@/xt_pages/stock/salesReturnOrder"),
|
34
|
|
- name: "salesReturnOrder",
|
35
|
|
- meta: { title: "salesReturnOrder", noCache: true }
|
36
|
|
- },
|
37
|
|
- {
|
38
|
|
- path: "/stock/out",
|
39
|
|
- component: () => import("@/xt_pages/stock/stockOutOrder"),
|
40
|
|
- name: "stockOutOrder",
|
41
|
|
- meta: { title: "stockOutOrder", noCache: true }
|
42
|
|
- },
|
43
|
|
- {
|
44
|
|
- path: "/stock/cancel",
|
45
|
|
- component: () => import("@/xt_pages/stock/cancelStockOrder"),
|
46
|
|
- name: "cancelStockOrder",
|
47
|
|
- meta: { title: "cancelStockOrder", noCache: true }
|
48
|
|
- }
|
49
|
|
- ]
|
50
|
|
- },
|
51
|
|
- {
|
52
|
|
- path: "stock/",
|
|
24
|
+ }
|
|
25
|
+ },
|
|
26
|
+ {
|
|
27
|
+ path: "/warehouseReceiptOther/",
|
53
|
28
|
component: Layout,
|
54
|
|
- redirect: "noredirect",
|
|
29
|
+ redirect: "/stock/in/other",
|
55
|
30
|
name: "warehouseReceiptOther",
|
|
31
|
+ parentNum: 2,
|
56
|
32
|
meta: {
|
57
|
33
|
isChild: true,
|
58
|
34
|
title: "warehouseReceiptOther"
|
59
|
|
- },
|
60
|
|
- children: [
|
61
|
|
- {
|
62
|
|
- path: "/stock/in/other",
|
63
|
|
- component: () => import("@/xt_pages/stock/otherStockInOrder"),
|
64
|
|
- name: "otherStockInOrder",
|
65
|
|
- meta: { title: "otherStockInOrder", noCache: true }
|
66
|
|
- },
|
67
|
|
- {
|
68
|
|
- path: "/stock/return/other",
|
69
|
|
- component: () => import("@/xt_pages/stock/otherSalesReturnOrder"),
|
70
|
|
- name: "otherSalesReturnOrder",
|
71
|
|
- meta: { title: "otherSalesReturnOrder", noCache: true }
|
72
|
|
- },
|
73
|
|
- {
|
74
|
|
- path: "/stock/out/other",
|
75
|
|
- component: () => import("@/xt_pages/stock/otherStockOutOrder"),
|
76
|
|
- name: "otherStockOutOrder",
|
77
|
|
- meta: { title: "otherStockOutOrder", noCache: true }
|
78
|
|
- },
|
79
|
|
- {
|
80
|
|
- path: "/stock/cancel/other",
|
81
|
|
- component: () => import("@/xt_pages/stock/otherCancelStockOrder"),
|
82
|
|
- name: "otherCancelStockOrder",
|
83
|
|
- meta: { title: "otherCancelStockOrder", noCache: true }
|
84
|
|
- }
|
85
|
|
- ]
|
|
35
|
+ }
|
|
36
|
+ },
|
|
37
|
+ {
|
|
38
|
+ path: "/stock/in",
|
|
39
|
+ component: () => import("@/xt_pages/stock/stockInOrder"),
|
|
40
|
+ name: "stockInOrder",
|
|
41
|
+ hidden: true,
|
|
42
|
+ is_menu: false,
|
|
43
|
+ num: 1,
|
|
44
|
+ meta: { title: "stockInOrder", noCache: true }
|
|
45
|
+ },
|
|
46
|
+ {
|
|
47
|
+ path: "/stock/return",
|
|
48
|
+ component: () => import("@/xt_pages/stock/salesReturnOrder"),
|
|
49
|
+ name: "salesReturnOrder",
|
|
50
|
+ hidden: true,
|
|
51
|
+ is_menu: false,
|
|
52
|
+ num: 1,
|
|
53
|
+ meta: { title: "salesReturnOrder", noCache: true }
|
|
54
|
+ },
|
|
55
|
+ {
|
|
56
|
+ path: "/stock/out",
|
|
57
|
+ component: () => import("@/xt_pages/stock/stockOutOrder"),
|
|
58
|
+ name: "stockOutOrder",
|
|
59
|
+ hidden: true,
|
|
60
|
+ is_menu: false,
|
|
61
|
+ num: 1,
|
|
62
|
+ meta: { title: "stockOutOrder", noCache: true }
|
|
63
|
+ },
|
|
64
|
+ {
|
|
65
|
+ path: "/stock/cancel",
|
|
66
|
+ component: () => import("@/xt_pages/stock/cancelStockOrder"),
|
|
67
|
+ name: "cancelStockOrder",
|
|
68
|
+ hidden: true,
|
|
69
|
+ is_menu: false,
|
|
70
|
+ num: 1,
|
|
71
|
+ meta: { title: "cancelStockOrder", noCache: true }
|
|
72
|
+ },
|
|
73
|
+ {
|
|
74
|
+ path: "/stock/in/other",
|
|
75
|
+ component: () => import("@/xt_pages/stock/otherStockInOrder"),
|
|
76
|
+ name: "otherStockInOrder",
|
|
77
|
+ hidden: true,
|
|
78
|
+ is_menu: false,
|
|
79
|
+ num: 2,
|
|
80
|
+ meta: { title: "otherStockInOrder", noCache: true }
|
86
|
81
|
},
|
|
82
|
+ {
|
|
83
|
+ path: "/stock/return/other",
|
|
84
|
+ component: () => import("@/xt_pages/stock/otherSalesReturnOrder"),
|
|
85
|
+ name: "otherSalesReturnOrder",
|
|
86
|
+ hidden: true,
|
|
87
|
+ is_menu: false,
|
|
88
|
+ num: 2,
|
|
89
|
+ meta: { title: "otherSalesReturnOrder", noCache: true }
|
|
90
|
+ },
|
|
91
|
+ {
|
|
92
|
+ path: "/stock/out/other",
|
|
93
|
+ component: () => import("@/xt_pages/stock/otherStockOutOrder"),
|
|
94
|
+ name: "otherStockOutOrder",
|
|
95
|
+ hidden: true,
|
|
96
|
+ is_menu: false,
|
|
97
|
+ num: 2,
|
|
98
|
+ meta: { title: "otherStockOutOrder", noCache: true }
|
|
99
|
+ },
|
|
100
|
+ {
|
|
101
|
+ path: "/stock/cancel/other",
|
|
102
|
+ component: () => import("@/xt_pages/stock/otherCancelStockOrder"),
|
|
103
|
+ name: "otherCancelStockOrder",
|
|
104
|
+ hidden: true,
|
|
105
|
+ is_menu: false,
|
|
106
|
+ num: 2,
|
|
107
|
+ meta: { title: "otherCancelStockOrder", noCache: true }
|
|
108
|
+ },
|
|
109
|
+ // {
|
|
110
|
+ // path: "/stock/",
|
|
111
|
+ // component: Layout,
|
|
112
|
+ // redirect: "noredirect",
|
|
113
|
+ // name: "warehouseReceipt",
|
|
114
|
+ // meta: {
|
|
115
|
+ // isChild: true,
|
|
116
|
+ // title: "warehouseReceipt"
|
|
117
|
+ // },
|
|
118
|
+ // children: [
|
|
119
|
+
|
|
120
|
+ // ]
|
|
121
|
+ // },
|
|
122
|
+
|
|
123
|
+ // {
|
|
124
|
+ // path: "stock/",
|
|
125
|
+ // component: Layout,
|
|
126
|
+ // redirect: "noredirect",
|
|
127
|
+ // name: "warehouseReceiptOther",
|
|
128
|
+ // meta: {
|
|
129
|
+ // isChild: true,
|
|
130
|
+ // title: "warehouseReceiptOther"
|
|
131
|
+ // },
|
|
132
|
+ // children: [
|
|
133
|
+ // {
|
|
134
|
+ // path: "/stock/in/other",
|
|
135
|
+ // component: () => import("@/xt_pages/stock/otherStockInOrder"),
|
|
136
|
+ // name: "otherStockInOrder",
|
|
137
|
+ // meta: { title: "otherStockInOrder", noCache: true }
|
|
138
|
+ // },
|
|
139
|
+ // {
|
|
140
|
+ // path: "/stock/return/other",
|
|
141
|
+ // component: () => import("@/xt_pages/stock/otherSalesReturnOrder"),
|
|
142
|
+ // name: "otherSalesReturnOrder",
|
|
143
|
+ // meta: { title: "otherSalesReturnOrder", noCache: true }
|
|
144
|
+ // },
|
|
145
|
+ // {
|
|
146
|
+ // path: "/stock/out/other",
|
|
147
|
+ // component: () => import("@/xt_pages/stock/otherStockOutOrder"),
|
|
148
|
+ // name: "otherStockOutOrder",
|
|
149
|
+ // meta: { title: "otherStockOutOrder", noCache: true }
|
|
150
|
+ // },
|
|
151
|
+ // {
|
|
152
|
+ // path: "/stock/cancel/other",
|
|
153
|
+ // component: () => import("@/xt_pages/stock/otherCancelStockOrder"),
|
|
154
|
+ // name: "otherCancelStockOrder",
|
|
155
|
+ // meta: { title: "otherCancelStockOrder", noCache: true }
|
|
156
|
+ // }
|
|
157
|
+ // ]
|
|
158
|
+ // },
|
87
|
159
|
{
|
88
|
160
|
path: "/stock/query",
|
89
|
161
|
component: () => import("@/xt_pages/stock/stockQuery"),
|