specialButton.php 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?php
  2. return [
  3. [
  4. "id" => \App\Model\RoleMenuButton::special_one,
  5. "title" => "分社价格",
  6. "sort" => -1,
  7. "func" => "special_show_branch_price",
  8. "menu_id" => 17,
  9. ],
  10. [
  11. "id" => \App\Model\RoleMenuButton::special_two,
  12. "title" => "成本",
  13. "sort" => -2,
  14. "func" => "special_show_cost",
  15. "menu_id" => 17,
  16. ],
  17. [
  18. "id" => \App\Model\RoleMenuButton::special_three,
  19. "title" => "分配/调配",
  20. "sort" => -3,
  21. "func" => "special_allocation",
  22. "menu_id" => 34,
  23. "is_button" => 1,
  24. ],
  25. [
  26. "id" => \App\Model\RoleMenuButton::special_four,
  27. "title" => "完结",
  28. "sort" => -4,
  29. "func" => "special_finish_construction",
  30. "menu_id" => 34,
  31. ],
  32. [
  33. "id" => \App\Model\RoleMenuButton::special_five,
  34. "title" => "待确认",
  35. "sort" => -5,
  36. "func" => "special_sure_construction",
  37. "menu_id" => 34,
  38. ],
  39. // [
  40. // "id" => \App\Model\RoleMenuButton::special_six,
  41. // "title" => "其它费用",
  42. // "sort" => -6,
  43. // "func" => "special_purchase_other_fee",
  44. // "menu_id" => 45,
  45. // ],
  46. // [
  47. // "id" => \App\Model\RoleMenuButton::special_seven,
  48. // "title" => "优惠金额",
  49. // "sort" => -7,
  50. // "func" => "special_purchase_discount_fee",
  51. // "menu_id" => 45,
  52. // ],
  53. [
  54. "id" => \App\Model\RoleMenuButton::special_eight,
  55. "title" => "仓库出库权限",
  56. "sort" => -8,
  57. "func" => "special_operation_out",
  58. "menu_id" => 37,
  59. ],
  60. [
  61. "id" => \App\Model\RoleMenuButton::special_eight,
  62. "title" => "仓库出库权限",
  63. "sort" => -8,
  64. "func" => "special_operation_out",
  65. "menu_id" => 43,
  66. ],
  67. [
  68. "id" => \App\Model\RoleMenuButton::special_nine,
  69. "title" => "客户来源可见设置",
  70. "sort" => -9,
  71. "func" => "special_show_customer_from",
  72. "menu_id" => 16,
  73. ],
  74. ];