123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- <?php
- return [
- "menu" => [
- "api/productAdjustmentAdd" => 58,
- "api/productAdjustmentEdit" => 58,
- "api/productAdjustmentList" => 58,
- "api/inventoryAdd" => 56,
- "api/inventoryEdit" => 56,
- "api/inventoryList" => 56,
- "api/outBoundOrderList" => 55,
- "api/outBoundOrderEdit" => 55,
- "api/outBoundOrderAdd" => 55,
- "api/customerList" => 16,
- "api/customerAdd" => 16,
- "api/customerEdit" => 16,
- "api/paymentReceiptList" => 48,
- "api/salesOrderList" => [
- 'key' => 'order_list',
- 'array' => [
- 1 => 37,
- 2 => 43,
- ],
- ],
- "api/sportsBagOrderList" => [
- 'key' => 'is_attribute',
- 'array' => [
- 1 => 30,
- 2 => 57,
- ],
- ],
- "api/sportsBagAdd" => [
- 'key' => 'is_attribute',
- 'array' => [
- 1 => 30,
- 2 => 57,
- ],
- ],
- "api/sportsBagEdit" => [
- 'key' => 'is_attribute',
- 'array' => [
- 1 => 30,
- 2 => 57,
- ],
- ],
- "api/invoiceOrderList" => 36,
- "api/ReturnExchangeOrderList" => 35,
- "api/ReturnExchangeOrderAdd" => 35,
- "api/ReturnExchangeOrderEdit" => 35,
- "api/constructionList" => 34,
- "api/constructionEditOther" => 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/constructionEditOther" => 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" => [
- "16|list" => 'pages/CustomerManage/index/index?id=',//客户列表页
- "16" => '/pages/CustomerManage/detail/detail?id=', //客户详情页
- "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=',
- ],
- ];
|