saas_mch_permission.php 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485
  1. <?php
  2. /**
  3. * 重庆赤晓店信息科技有限公司
  4. * https://www.chixiaodian.com
  5. * Copyright (c) 2023 赤店商城 All rights reserved.
  6. */
  7. // saas版门店管理员菜单
  8. return [
  9. [
  10. 'key' => 'mchSet',
  11. 'title' => '设置',
  12. ],
  13. [
  14. 'key' => 'setting',
  15. 'title' => '系统',
  16. 'children' => [
  17. [
  18. 'key' => 'printSetting',
  19. 'title' => '打印设置',
  20. 'children' => [
  21. [
  22. 'key' => 'printer',
  23. 'title' => '小票打印',
  24. 'children' => [
  25. [
  26. 'key' => 'printerAdd',
  27. 'title' => '添加',
  28. 'type' => 'action',
  29. ],
  30. [
  31. 'key' => 'printerEdit',
  32. 'title' => '编辑',
  33. 'type' => 'action',
  34. ],
  35. [
  36. 'key' => 'printerDelele',
  37. 'title' => '删除',
  38. 'type' => 'action',
  39. ],
  40. ],
  41. ],
  42. ]
  43. ],
  44. ],
  45. ],
  46. [
  47. 'key' => 'mchFinance',
  48. 'title' => '财务',
  49. ],
  50. [
  51. 'key' => 'goods',
  52. 'title' => '商品',
  53. 'children' => [
  54. [
  55. 'key' => 'goodsList',
  56. 'title' => '商品列表',
  57. 'children' => [
  58. [
  59. 'key' => 'goodsAdd',
  60. 'title' => '添加',
  61. 'type' => 'action'
  62. ],
  63. [
  64. 'key' => 'goodsEdit',
  65. 'title' => '编辑',
  66. 'type' => 'action'
  67. ],
  68. [
  69. 'key' => 'goodsDelete',
  70. 'title' => '删除',
  71. 'type' => 'action'
  72. ],
  73. [
  74. 'key' => 'goodsBatchEdit',
  75. 'title' => '批量设置',
  76. 'type' => 'action'
  77. ],
  78. [
  79. 'key' => 'goodsCsvUpload',
  80. 'title' => 'CSV上传',
  81. 'type' => 'action'
  82. ],
  83. ]
  84. ],
  85. [
  86. 'key' => 'typesHotelGoods',
  87. 'title' => '酒店商品',
  88. 'children' => [
  89. [
  90. 'key' => 'goodsAdd',
  91. 'title' => '添加',
  92. 'type' => 'action'
  93. ],
  94. [
  95. 'key' => 'goodsEdit',
  96. 'title' => '编辑',
  97. 'type' => 'action'
  98. ],
  99. [
  100. 'key' => 'goodsDelete',
  101. 'title' => '删除',
  102. 'type' => 'action'
  103. ],
  104. [
  105. 'key' => 'goodsBatchEdit',
  106. 'title' => '批量设置',
  107. 'type' => 'action'
  108. ],
  109. [
  110. 'key' => 'goodsCsvUpload',
  111. 'title' => 'CSV上传',
  112. 'type' => 'action'
  113. ],
  114. ]
  115. ],
  116. // [
  117. // 'key' => 'typesVirtualGoods',
  118. // 'title' => '虚拟商品',
  119. // 'children' => [
  120. // [
  121. // 'key' => 'goodsAdd',
  122. // 'title' => '添加',
  123. // 'type' => 'action'
  124. // ],
  125. // [
  126. // 'key' => 'goodsEdit',
  127. // 'title' => '编辑',
  128. // 'type' => 'action'
  129. // ],
  130. // [
  131. // 'key' => 'goodsDelete',
  132. // 'title' => '删除',
  133. // 'type' => 'action'
  134. // ],
  135. // [
  136. // 'key' => 'goodsBatchEdit',
  137. // 'title' => '批量设置',
  138. // 'type' => 'action'
  139. // ],
  140. // [
  141. // 'key' => 'goodsCsvUpload',
  142. // 'title' => 'CSV上传',
  143. // 'type' => 'action'
  144. // ],
  145. // ]
  146. // ],
  147. [
  148. 'key' => 'mchCatList',
  149. 'title' => '分类列表',
  150. 'children' => [
  151. [
  152. 'key' => 'mchCatEdit',
  153. 'title' => '编辑',
  154. 'type' => 'action'
  155. ],
  156. [
  157. 'key' => 'mchCatAdd',
  158. 'title' => '新增',
  159. 'type' => 'action'
  160. ],
  161. [
  162. 'key' => 'mchCatBatchEdit',
  163. 'title' => '批量操作',
  164. 'type' => 'action'
  165. ],
  166. ]
  167. ],
  168. ]
  169. ],
  170. [
  171. 'key' => 'orderManage',
  172. 'title' => '订单',
  173. 'children' => [
  174. [
  175. 'key' => 'orderList',
  176. 'title' => '订单列表',
  177. 'children' => [
  178. [
  179. 'key' => 'orderListSend',
  180. 'title' => '发货',
  181. 'type' => 'action',
  182. ],
  183. [
  184. 'key' => 'orderListCancel',
  185. 'title' => '取消',
  186. 'type' => 'action',
  187. ],
  188. [
  189. 'key' => 'orderListDetails',
  190. 'title' => '详情',
  191. ],
  192. [
  193. 'key' => 'orderListPrint',
  194. 'title' => '打印',
  195. ],
  196. [
  197. 'key' => 'orderListReceiptPrint',
  198. 'title' => '小票打印',
  199. ],
  200. [
  201. 'key' => 'orderListAddRemark',
  202. 'title' => '添加备注',
  203. ],
  204. [
  205. 'key' => 'orderListMoveRecycle',
  206. 'title' => '移入回收站',
  207. ],
  208. [
  209. 'key' => 'orderListExpressInfo',
  210. 'title' => '物流信息',
  211. ],
  212. [
  213. 'key' => 'orderListTransferOrder',
  214. 'title' => '转单',
  215. ],
  216. [
  217. 'key' => 'orderListAgree',
  218. 'title' => '同意',
  219. ],
  220. ],
  221. ],
  222. [
  223. 'key' => 'orderSameCityList',
  224. 'title' => '同城订单',
  225. 'children' => [
  226. [
  227. 'key' => 'orderSameCityListCancel',
  228. 'title' => '取消',
  229. 'type' => 'action',
  230. ],
  231. [
  232. 'key' => 'orderSameCityListDetails',
  233. 'title' => '详情',
  234. ],
  235. [
  236. 'key' => 'orderSameCityListPrint',
  237. 'title' => '打印',
  238. ],
  239. [
  240. 'key' => 'orderSameCityListReceiptPrint',
  241. 'title' => '小票打印',
  242. ],
  243. [
  244. 'key' => 'orderSameCityListAddRemark',
  245. 'title' => '添加备注',
  246. ],
  247. [
  248. 'key' => 'orderSameCityListMoveRecycle',
  249. 'title' => '移入回收站',
  250. ],
  251. [
  252. 'key' => 'orderSameCityListAgree',
  253. 'title' => '同意',
  254. ],
  255. ],
  256. ],
  257. [
  258. 'key' => 'orderOfflineList',
  259. 'title' => '自提订单',
  260. 'children' => [
  261. [
  262. 'key' => 'orderOfflineListVerify',
  263. 'title' => '核销',
  264. 'type' => 'action',
  265. ],
  266. [
  267. 'key' => 'orderOfflineListCancel',
  268. 'title' => '取消',
  269. 'type' => 'action',
  270. ],
  271. [
  272. 'key' => 'orderOfflineListDetails',
  273. 'title' => '详情',
  274. ],
  275. [
  276. 'key' => 'orderOfflineListPrint',
  277. 'title' => '打印',
  278. ],
  279. [
  280. 'key' => 'orderOfflineListReceiptPrint',
  281. 'title' => '小票打印',
  282. ],
  283. [
  284. 'key' => 'orderOfflineListAddRemark',
  285. 'title' => '添加备注',
  286. ],
  287. [
  288. 'key' => 'orderOfflineListMoveRecycle',
  289. 'title' => '移入回收站',
  290. ],
  291. ],
  292. ],
  293. [
  294. 'key' => 'orderRefundList',
  295. 'title' => '售后订单',
  296. 'children' => [
  297. [
  298. 'key' => 'orderRefundListConfirmReceive',
  299. 'title' => '确认收货',
  300. ],
  301. [
  302. 'key' => 'orderRefundListRefuseExchange',
  303. 'title' => '拒绝换货',
  304. ],
  305. [
  306. 'key' => 'orderRefundListAgreeRefund',
  307. 'title' => '同意退货',
  308. ],
  309. [
  310. 'key' => 'orderRefundListRefuseRefund',
  311. 'title' => '拒绝退货',
  312. ],
  313. [
  314. 'key' => 'orderRefundListAgreeExchange',
  315. 'title' => '同意换货',
  316. ],
  317. ],
  318. ],
  319. [
  320. 'key' => 'orderScanList',
  321. 'title' => '当面付订单',
  322. ],
  323. [
  324. 'key' => 'orderComment',
  325. 'title' => '评价管理',
  326. 'children' => [
  327. [
  328. 'key' => 'orderCommentRely',
  329. 'title' => '回复',
  330. 'type' => 'action',
  331. ],
  332. [
  333. 'key' => 'orderCommentHide',
  334. 'title' => '隐藏',
  335. 'type' => 'action',
  336. ],
  337. [
  338. 'key' => 'orderCommentDelete',
  339. 'title' => '删除',
  340. 'type' => 'action',
  341. ],
  342. ],
  343. ],
  344. ]
  345. ],
  346. [
  347. 'key' => 'marketingManage',
  348. 'title' => '应用',
  349. 'children' => [
  350. [
  351. 'key' => 'industryCategory',
  352. 'title' => '行业类',
  353. 'children' => [
  354. [
  355. 'key' => 'food',
  356. 'title' => '点餐管理',
  357. 'children' => [
  358. [
  359. 'key' => 'foodGoods',
  360. 'title' => '商品管理',
  361. 'children' => [
  362. [
  363. 'key' => 'foodGoodsAdd',
  364. 'title' => '添加',
  365. 'type' => 'action',
  366. ],
  367. [
  368. 'key' => 'foodGoodsEdit',
  369. 'title' => '编辑',
  370. 'type' => 'action',
  371. ],
  372. [
  373. 'key' => 'foodGoodsSetting',
  374. 'title' => '设置',
  375. 'type' => 'action',
  376. ],
  377. [
  378. 'key' => 'foodGoodsDelete',
  379. 'title' => '删除',
  380. 'type' => 'action',
  381. ],
  382. [
  383. 'key' => 'foodGoodsBatchAction',
  384. 'title' => '批量操作',
  385. 'type' => 'action',
  386. ]
  387. ],
  388. ],
  389. [
  390. 'key' => 'foodCat',
  391. 'title' => '分类',
  392. 'children' => [
  393. [
  394. 'key' => 'foodCatAdd',
  395. 'title' => '添加',
  396. 'type' => 'action',
  397. ],
  398. [
  399. 'key' => 'foodEditEdit',
  400. 'title' => '编辑',
  401. 'type' => 'action',
  402. ],
  403. [
  404. 'key' => 'foodCatDelete',
  405. 'title' => '删除',
  406. 'type' => 'action',
  407. ],
  408. ],
  409. ],
  410. [
  411. 'key' => 'foodTable',
  412. 'title' => '餐桌管理',
  413. 'children' => [
  414. [
  415. 'key' => 'foodTableAdd',
  416. 'title' => '添加',
  417. 'type' => 'action',
  418. ],
  419. [
  420. 'key' => 'foodTableEdit',
  421. 'title' => '编辑',
  422. 'type' => 'action',
  423. ],
  424. [
  425. 'key' => 'foodTableDelete',
  426. 'title' => '删除',
  427. 'type' => 'action',
  428. ],
  429. [
  430. 'key' => 'foodTableQrcode',
  431. 'title' => '二维码',
  432. 'type' => 'action',
  433. ],
  434. ],
  435. ],
  436. [
  437. 'key' => 'foodSetting',
  438. 'title' => '设置',
  439. ],
  440. [
  441. 'key' => 'foodQrcode',
  442. 'title' => '店铺点餐二维码',
  443. ],
  444. [
  445. 'key' => 'foodSlide',
  446. 'title' => '轮播图',
  447. 'children' => [
  448. [
  449. 'key' => 'foodSlideAdd',
  450. 'title' => '添加',
  451. 'type' => 'action',
  452. ],
  453. [
  454. 'key' => 'foodSlideEdit',
  455. 'title' => '编辑',
  456. 'type' => 'action',
  457. ],
  458. [
  459. 'key' => 'foodSlideDelete',
  460. 'title' => '删除',
  461. 'type' => 'action',
  462. ]
  463. ],
  464. ]
  465. ],
  466. ],
  467. ],
  468. ],
  469. [
  470. 'key' => 'toolCategory',
  471. 'title' => '工具类',
  472. 'children' => [
  473. [
  474. 'key' => 'scanCodePay',
  475. 'title' => '收款码'
  476. ],
  477. ]
  478. ]
  479. ]
  480. ],
  481. [
  482. 'key' => 'mchStaff',
  483. 'title' => '员工',
  484. ],
  485. ];