| | |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/pakin/orderPakin", |
| | | "path": "pages/order/orderPakin", |
| | | "style": { |
| | | "navigationBarTitleText": "订单入库" |
| | | } |
| | | }, |
| | | // { |
| | | // "path": "pages/print/print", |
| | | // "style": { |
| | | // "navigationBarTitleText": "打印" |
| | | // } |
| | | // }, |
| | | { |
| | | "path": "pages/order/orderPutOn", |
| | | "style": { |
| | | "navigationBarTitleText": "订单上架" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/order/orderPutDown", |
| | | "style": { |
| | | "navigationBarTitleText": "订单下架" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/print/print", |
| | | "style": { |
| | |
| | | name: 'orderPakin', |
| | | color: 'blue', |
| | | cuIcon: 'list', |
| | | url: '/pakin/orderPakin' |
| | | url: '/order/orderPakin' |
| | | }, |
| | | { |
| | | title: '打印', |
| | | name: 'print', |
| | | color: 'blue', |
| | | color: 'purple', |
| | | cuIcon: 'list', |
| | | url: '/print/print' |
| | | }, |
| | | { |
| | | title: '订单上架', |
| | | name: 'print', |
| | | color: 'mauve', |
| | | cuIcon: 'list', |
| | | url: '/order/orderPutOn' |
| | | }, |
| | | { |
| | | title: '订单下架', |
| | | name: 'print', |
| | | color: 'pink', |
| | | cuIcon: 'list', |
| | | url: '/order/orderPutDown' |
| | | }, |
| | | { |
| | | title: '退出登录', |
| | | name: 'logOut', |
| | | color: 'grey', |
New file |
| | |
| | | <template> |
| | | </template> |
| | | |
| | | <script> |
| | | </script> |
| | | |
| | | <style> |
| | | </style> |
New file |
| | |
| | | <template> |
| | | </template> |
| | | |
| | | <script> |
| | | </script> |
| | | |
| | | <style> |
| | | </style> |