|
|
@@ -235,6 +235,19 @@ const router = [
|
|
|
],
|
|
|
},
|
|
|
},
|
|
|
+ // 条码编辑(老编辑器)
|
|
|
+ {
|
|
|
+ path: 'barCode-edit-o', component: BarCodeEdit,
|
|
|
+ meta: {
|
|
|
+ 'loginRequired': true,
|
|
|
+ 'functionAccessArray': [
|
|
|
+ {
|
|
|
+ 'functionNo': '20220328_092713',
|
|
|
+ 'itemNo': '3',
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ },
|
|
|
// 标签打印
|
|
|
{ path: '/desktop/PrintCard', component: PrintCard },
|
|
|
// 归档
|