| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 | 
							- <?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/ReturnExchangeOrderAdd" => 35,
 
-         "api/ReturnExchangeOrderEdit" => 35,
 
-         "api/constructionList" => 34,
 
-         "api/getSettingGetDetail2" => 34,
 
-         "api/purchaseOrderSubmit" => 44,
 
-         "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/ReturnExchangeOrderAdd" => 35,
 
-         "wx/ReturnExchangeOrderEdit" => 35,
 
-         "wx/constructionList" => 34,
 
-         "wx/getSettingGetDetail2" => 34,
 
-         "wx/purchaseOrderSubmit" => 44,
 
-         "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",
 
-     ],
 
-     //34 施工单 35 退换货单 37 订单合同  38 T9采购单  44 虚拟采购单 45 分社采购单 48 收付款单
 
-     "detail_message" => [
 
-         34 => '/pages/ConstructionOrder/add/detail/detail?order_number=',
 
-         35 => '/pages/ReturnExchangeOrder/detail/detail?order_number=',
 
-         37 => '/pageA/pages/SalesOrder/detail/detail?order_number=',
 
-         38 => '',
 
-         44 => '',
 
-         45 => '/pageA/pages/ProcureOrder/ProcureDetail/ProcureDetail?order_number=',
 
-         48 => '/pages/PayOrder/detail/detail?order_number=',
 
-     ],
 
- ];
 
 
  |