Fixiaobai
2023-10-13 e8308ddac0ba4a1f406e8f63d7e6b6f2541cb770
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
import Layout from '@/page/index/'
 
export default [
  {
    path: '/info',
    component: Layout,
    redirect: '/info/index',
    children: [
      {
        path: 'index',
        name: '个人信息',
        component: () =>
          import(/* webpackChunkName: "page" */ '@/views/admin/user/info')
      }
    ]
  },
  {
    path: '/activti',
    component: Layout,
    redirect: '/activti/detail',
    children: [
      {
        path: 'detail/:id',
        component: () =>
          import(/* webpackChunkName: "views" */ '@/views/activiti/detail')
      }
    ]
  },
  {
    path: '/technology/operation',
    component: Layout,
    children: [
      {
        path: 'operation-form',
        name: 'operationForm',
        component: () => import('@/views/technology/operation/operation-form'),
        meta: {
          keepAlive: false,
          isTab: false,
          isAuth: false
        }
      }
    ]
  },
  {
    path: '/technology/routing',
    component: Layout,
    children: [
      {
        path: 'routing-form',
        name: 'routingForm',
        component: () =>
          import(/* webpackChunkName: "views" */ '@/views/technology/routing/routing-form'),
        meta: {
          keepAlive: false,
          isTab: false,
          isAuth: true
        }
      }
    ]
  },
  {
    path: '/technology/single-structure',
    component: Layout,
    children: [
      {
        path: 'single-structure-form',
        name: 'singleStructureForm',
        component: () =>
          import(/* webpackChunkName: "views" */ '@/views/technology/structure/single-structure-form'),
        meta: {
          keepAlive: false,
          isTab: false,
          isAuth: false
        }
      }
    ]
  },
  {
    path: '/plan/manufacturingorder',
    component: Layout,
    children: [
      {
        path: 'productorder-form',
        name: 'productorderForm',
        component: () =>
          import(/* webpackChunkName: "views" */ '@/views/plan/manufacturingorder/productorder-form'),
        meta: {
          keepAlive: false,
          isTab: false,
          isAuth: false
        }
      }
    ]
  },
  {
    path: '/technology/completeproductstructure',
    component: Layout,
    children: [
      {
        path: 'completeproductstructure-form',
        name: 'completeProductStructure',
        component: () =>
          import('@/views/technology/completeproductstructure/completeproductstructure-form'),
        meta: {
          keepAlive: false,
          isTab: false,
          isAuth: false
        }
      }
    ]
  },
  {
    path: '/technology/document',
    component: Layout,
    children: [
      {
        path: 'document-form',
        name: 'documentForm',
        component: () =>
          import(/* webpackChunkName: "views" */ '@/views/technology/document/document-form'),
        meta: {
          keepAlive: false,
          isTab: false,
          isAuth: false
        }
      }
    ]
  },
  {
    path: '/quality/testplan',
    component: Layout,
    children: [
      {
        path: 'testplan-form',
        name: 'testplanForm',
        component: () =>
          import(/* webpackChunkName: "views" */ '@/views/quality/testplan/testplan-form'),
        meta: {
          keepAlive: false,
          isTab: false,
          isAuth: false
        }
      }
    ]
  },
  {
    path: '/quality/newReport',
    component: Layout,
    children: [
      {
        path: 'form',
        name: 'newReportForm',
        component: () =>
          import(/* webpackChunkName: "views" */ '@/views/quality/newReport/ReportForm'),
        meta: {
          keepAlive: false,
          isTab: false,
          isAuth: false
        }
      }
    ]
  },
  {
    path: '/warehouse/escort',
    component: Layout,
    children: [
      {
        path: 'escort-form',
        name: 'escortForm',
        component: () => import('@/views/warehouse/escort/escort-form'),
        meta: {
          keepAlive: false,
          isTab: false,
          isAuth: false
        }
      }
    ]
  },
  {
    path: '/warehouse/checkdetail',
    component: Layout,
    children: [
      {
        path: 'check-detail',
        name: 'checkDetail',
        component: () =>
          import(/* webpackChunkName: "views" */ '@/views/warehouse/check/check-detail'),
        meta: {
          keepAlive: false,
          isTab: false,
          isAuth: true
        }
      }
    ]
  },
  {
    path: '/plan/customer',
    component: Layout,
    children: [
      {
        path: 'customer_form',
        name: 'customerForm',
        component: () => import('@/views/plan/customer/customer-form.vue'),
        meta: {
          keepAlive: false,
          isTab: false,
          isAuth: false
        }
      }
    ]
  } /*, {
  path: '/product/workbench',
  component: Layout,
  children: [{
    path: 'workstationoperate-form',
    name:'workstationoperateForm',
    component: () =>
      import(/!* webpackChunkName: "views" *!/ '@/views/product/workbench/workstationoperate-form'),
    meta: {
      keepAlive: false,
      isTab: false,
      isAuth: false
    }
  }]
} */
]