| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 | 
							- <?php
 
- return [
 
-     "menu" => [
 
-         "api/customerList" => 16,
 
-         "api/customerAdd" => 16,
 
-         "api/customerEdit" => 16,
 
-         "api/paymentReceiptList" => 48,
 
-         "api/salesOrderList" => [
 
-             'key' => 'order_list',
 
-             'array' => [
 
-                 1 => 37,
 
-                 2 => 43,
 
-             ],
 
-         ],
 
-         "api/invoiceOrderList" => 36,
 
-         "api/ReturnExchangeOrderList" => 35,
 
-         "api/constructionList" => 34,
 
-         "api/getSettingGetDetail2" => 34,
 
-         "api/purchaseOrderList" => [
 
-             'key' => 'order_type',
 
-             'array' => [
 
-                 1 => 38,
 
-                 5 => 45,
 
-             ],
 
-         ],
 
-         "wx/customerList" => 16,
 
-         "wx/customerAdd" => 16,
 
-         "wx/customerEdit" => 16,
 
-         "wx/paymentReceiptList" => 48,
 
-         "wx/salesOrderList" => [
 
-             'key' => 'order_list',
 
-             'array' => [
 
-                 1 => 37,
 
-                 2 => 43,
 
-             ],
 
-         ],
 
-         "wx/invoiceOrderList" => 36,
 
-         "wx/ReturnExchangeOrderList" => 35,
 
-         "wx/constructionList" => 34,
 
-         "wx/getSettingGetDetail2" => 34,
 
-         "wx/purchaseOrderList" => [
 
-             'key' => 'order_type',
 
-             'array' => [
 
-                 1 => 38,
 
-                 5 => 45,
 
-             ],
 
-         ]
 
-     ],
 
-     "is_list_search" => [
 
-         "api/basicTypeList",
 
-         "wx/basicTypeList",
 
- //        "api/customerList",
 
- //        "wx/customerList",
 
-         "api/roleList",
 
-         "wx/roleList",
 
-     ],
 
- ];
 
 
  |