<?php

return [
    //0:自营 1:联营 2:专卖
    'GoodsStatusName' => [
        0 => '自营',
        1 => '联营',
        2 => '专卖',
    ],

    'GoodsStatus' => [
        1 => '上架',
        3 => '下架',
    ],

    //sku列表用
    'SkuStatus' => [
        0 => '审核中',
        1 => '上架',
        2 => '审核不通过',
        3 => '下架',
        4 => '删除'
    ],

    'SKU' => [
        'spu_id' => 1,
        'encoded' => 1,
        'moq' => 1,
        'mpq' => 1,
        'old_goods_id' => 1,
        'goods_type' => 1,
        'goods_status' => 1,
        'batch_sn' => 1,
        'stock' => 1,
        'hk_delivery_time' => 1,
        'cn_delivery_time' => 1,
        'ladder_price' => 1,
        'update_time' => 1,
        'goods_images' => 1,
        'canal' => 1,
        'supplier_id' => 1,
        'cp_time' => 1,
    ],

    //1 国内现货,2国际现货, 3 猎芯期货
    'SkuGoodsLabel' => [
        1 => '国内现货',
        2 => '国际现货',
        3 => '猎芯期货',
    ],

    //SKU 标签
    'SkuTag' => [
        1 => '优选',
        2 => '认证',
    ],

    //SKU 模式
    'SkuMode' => [
        1 => '国内现货',
        2 => '国际现货',
        3 => '猎芯期货',
        4 => '海外代购',
        5 => '线下现货',
        6 => '猎芯自营',
        7 => '原厂直供',
    ],

    'SupplierAccountType' => [
        0 => '其它',
        1 => '云芯商家'
    ],

    'AttachmentFields' => [
        'business_license',
        'billing_information',
        'registration_certificate',
        'incorporation_certificate',
        'certification_notice',
        'supplier_survey',
        'proxy_certificate',
        'quality_assurance_agreement',
        'confidentiality_agreement',
        'cooperation_agreement',
        'other_attachment',
    ],

    //-2是复审不通过,-1是初审不通过,0是待审核,1是待复审,2是复审通过
    'SupplierShareApplyStatus' => [
        -2 => '复审不通过',
        -1 => '初审不通过',
        0 => '审核中',
        1 => '待复审',
        2 => '复审通过'
    ],

    'ZiYingDepartmentId' => 51,
    //60是本地的数据
    'LiangYingDepartmentIds' => [47, 60, 72],

    //等级显示对应数据
    'LevelMap' => [
        'A' => 'A(战略级)',
        'B' => 'B(优秀级)',
        'C' => 'C(次优级)',
        'D' => 'D(合格级)',
        'E' => 'E(临时供应商)',
    ],

    'SupplierIsType' => [
        0 => '正式',
        1 => '临时',
    ],
    'SupplierType' => [
        1 => '正式',
        2 => '临时',
        3 => '待转正',
    ],
    //TT(电汇)、支票、信用卡、其他
    'SettlementType' => [
        1 => 'TT(电汇)',
        2 => '支票',
        3 => '信用卡',
        0 => '其他',
    ],
    'ApplyAuditReason' => [
        '拒签' => '拒签',
        '候补' => '候补'
    ],
    'OutsideContactType' => [
        1 => '人工上传',
        2 => 'API对接',
        3 => '云芯上传'
    ]
];