Showing
1 changed file
with
41 additions
and
2 deletions
| ... | ... | @@ -56,7 +56,17 @@ export default { |
| 56 | 56 | todoCount: '', |
| 57 | 57 | myCreateCount: '', |
| 58 | 58 | toReadCount: '', |
| 59 | - sectionList: [{ | |
| 59 | + sectionList: [ | |
| 60 | + { | |
| 61 | + title: '基础信息管理', | |
| 62 | + items: [{ | |
| 63 | + text: '客户信息', | |
| 64 | + icon: '/static/images/index/order_list.png', | |
| 65 | + link: '/pages/customer/index', | |
| 66 | + name: 'Customer' | |
| 67 | + }] | |
| 68 | + }, | |
| 69 | + { | |
| 60 | 70 | title: '客户开发管理', |
| 61 | 71 | items: [{ |
| 62 | 72 | text: '开发管理', |
| ... | ... | @@ -150,7 +160,36 @@ export default { |
| 150 | 160 | link: '/pages/revoke_list/index', |
| 151 | 161 | name: 'RevokeList' |
| 152 | 162 | }] |
| 153 | - } | |
| 163 | + }, | |
| 164 | + { | |
| 165 | + title: '发货计划管理', | |
| 166 | + items: [{ | |
| 167 | + text: '发货单', | |
| 168 | + icon: '/static/images/index/order_list.png', | |
| 169 | + link: '/pages/invoice/index', | |
| 170 | + name: 'Invoice' | |
| 171 | + },{ | |
| 172 | + text: '延期发货单', | |
| 173 | + icon: '/static/images/index/order_list.png', | |
| 174 | + link: '/pages/delay_invoice/index', | |
| 175 | + name: 'DelayInvoice' | |
| 176 | + },{ | |
| 177 | + text: '草稿要车单', | |
| 178 | + icon: '/static/images/index/order_list.png', | |
| 179 | + link: '/pages/draft_order/index', | |
| 180 | + name: 'DraftOrder' | |
| 181 | + },{ | |
| 182 | + text: '要车单', | |
| 183 | + icon: '/static/images/index/order_list.png', | |
| 184 | + link: '/pages/car_request_order/index', | |
| 185 | + name: 'CarRequestOrder' | |
| 186 | + },{ | |
| 187 | + text: '补货单', | |
| 188 | + icon: '/static/images/index/order_list.png', | |
| 189 | + link: '/pages/replenishment_order/index', | |
| 190 | + name: 'ReplenishmentOrder' | |
| 191 | + }] | |
| 192 | + }, | |
| 154 | 193 | ], |
| 155 | 194 | menuNames: [] |
| 156 | 195 | } | ... | ... |