'STOCK_LIST_INDEX', 'title' => '库存管理', 'url' => 'stock://shop/stock/manage', 'is_show' => 1, 'is_control' => 1, 'parent' => 'GOODS_ROOT', 'is_icon' => 0, 'picture' => '', 'picture_select' => '', 'sort' => 3, 'child_list' => [ [ 'name' => 'STOCK_LIST', 'title' => '库存管理', 'url' => 'stock://shop/stock/manage', 'is_show' => 1, 'sort' => 1, 'child_list' => [ [ 'name' => 'STOCK_RECORDS', 'title' => '库存流水', 'url' => 'stock://shop/stock/records', 'is_show' => 0 ], ] ], [ 'name' => 'STOCK_INPUT', 'title' => '入库管理', 'url' => 'stock://shop/stock/storage', 'is_show' => 1, 'sort' => 2, 'child_list' => [ [ 'name' => 'STOCK_INPUT_ADD', 'title' => '添加入库单', 'url' => 'stock://shop/stock/stockin', 'is_show' => 1 ], [ 'name' => 'STOCK_INPUT_DETAIL', 'title' => '入库单详情', 'url' => 'stock://shop/stock/inputdetail', 'is_show' => 1 ], ] ], [ 'name' => 'STOCK_OUTPUT', 'title' => '出库管理', 'url' => 'stock://shop/stock/wastage', 'is_show' => 1, 'sort' => 3, 'child_list' => [ [ 'name' => 'STOCK_OUTPUT_ADD', 'title' => '添加出库单', 'url' => 'stock://shop/stock/stockout', 'is_show' => 1 ], [ 'name' => 'STOCK_OUTPUT_DETAIL', 'title' => '出库单详情', 'url' => 'stock://shop/stock/outputdetail', 'is_show' => 1 ], ] ], [ 'name' => 'STOCK_ALLOT', 'title' => '库存调拨', 'url' => 'stock://shop/stock/allocate', 'is_show' => 1, 'sort' => 4, 'child_list' => [ [ 'name' => 'STOCK_ALLOT_RECORDS', 'title' => '调拨流水', 'url' => 'stock://shop/stock/allotrecords', 'is_show' => 0 ], [ 'name' => 'STOCK_ALLOT_ADD', 'title' => '调拨', 'url' => 'stock://shop/stock/addallocate', 'is_show' => 0 ], ] ], [ 'name' => 'STOCK_INVENTORY', 'title' => '库存盘点', 'url' => 'stock://shop/stock/check', 'is_show' => 1, 'sort' => 5, 'child_list' => [ [ 'name' => 'STOCK_INVENTORY_ADD', 'title' => '添加盘点单', 'url' => 'stock://shop/stock/addcheck', 'is_show' => 1 ], [ 'name' => 'STOCK_INVENTORY_DETAIL', 'title' => '盘点单详情', 'url' => 'stock://shop/stock/inventorydetail', 'is_show' => 1 ], ] ], ] ], ];