|
@@ -82,94 +82,112 @@ export const CostSelectColumns = [
|
|
|
|
|
|
export const SupplyCheckColumns_Regular = [
|
|
export const SupplyCheckColumns_Regular = [
|
|
{ type: 'seq', title: '序 号', width: 50, align: 'center' },
|
|
{ type: 'seq', title: '序 号', width: 50, align: 'center' },
|
|
- { field: 'description', title: 'SKU', minWidth: 300, align: 'center', showOverflow: true, slots: { default: 'description' } },
|
|
|
|
- { field: 'station', title: '销售模式', minWidth: 'auto', align: 'center', showOverflow: true, slots: { default:'station' } },
|
|
|
|
- { field: 'platform', title: '平 台', minWidth: 'auto', align: 'center', showOverflow: true, slots: { default: 'platform' } },
|
|
|
|
|
|
+ { field: 'sku', title: 'SKU', minWidth: 300, align: 'center', showOverflow: true, },
|
|
|
|
+ { field: 'sales_mode', title: '销售模式', minWidth: 'auto', align: 'center', showOverflow: true, },
|
|
|
|
+ { field: 'platform', title: '平 台', minWidth: 'auto', align: 'center', showOverflow: true, },
|
|
{ field: 'country_code', title: '国 家', minWidth: 'auto', align: 'center', showOverflow: true,},
|
|
{ field: 'country_code', title: '国 家', minWidth: 'auto', align: 'center', showOverflow: true,},
|
|
- { field: '', title: '亚马逊最低售价', minWidth: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
- { field: '', title: '供货价', minWidth: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
- { field: '', title: '卖场参考价格', minWidth: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
- { field: '', title: '卖场价格(不含VAT)', minWidth: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
|
|
+ // { field: '', title: '亚马逊最低售价', minWidth: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
+ { field: 'price_supply', title: '供货价', minWidth: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
+ // { field: '', title: '卖场参考价格', minWidth: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
+ // { field: '', title: '卖场价格(不含VAT)', minWidth: 'auto', align: 'center', showOverflow: true,},
|
|
]
|
|
]
|
|
|
|
|
|
export const SupplyCheckColumns_Special = [
|
|
export const SupplyCheckColumns_Special = [
|
|
{ type: 'seq', title: '序 号', width: 50, align: 'center' },
|
|
{ type: 'seq', title: '序 号', width: 50, align: 'center' },
|
|
- { field: '', title: 'SKU', minWidth: 300, align: 'center', showOverflow: true, slots: { default: 'description' } },
|
|
|
|
- { field: '', title: '预估硬件成本', width: 'auto', align: 'center', showOverflow: true, slots: { default:'station' } },
|
|
|
|
- { field: '', title: '重量', width: 'auto', align: 'center', showOverflow: true, slots: { default:'station' } },
|
|
|
|
- { field: '', title: '出口报关价', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
- { field: '', title: '进口关税', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
- { field: '', title: '头程运费', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
- { field: '', title: '尾程费用', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
- { field: '', title: '转发费', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
- { field: '', title: '运费(小计)', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
- { field: '', title: '广告费', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
- { field: '', title: 'VAT', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
- { field: '', title: '退货成本/翻新费', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
- { field: '', title: '仓储费', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
- { field: '', title: '成本合计', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
- { field: '', title: '最低价格成本', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
- { field: '', title: '亚马逊最低售价', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
- { field: '', title: '供货价', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
- { field: '', title: '卖场参考价格', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
- { field: '', title: '卖场价格(不含VAT)', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
- { field: '', title: '卖场价格(含VAT)', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
- { field: '', title: '最低毛利率', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
- { field: '', title: '汇率', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
- { field: '', title: '日常活动售价(人民币)', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
- { field: '', title: '日常活动利润', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
- { field: '', title: '日常活动毛利率', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
|
|
+ { field: 'sku', title: 'SKU', minWidth: 300, align: 'center', showOverflow: true},
|
|
|
|
+ { field: 'platform', title: '平 台', width: 'auto', align: 'center', showOverflow: true, },
|
|
|
|
+ { field: 'country_code', title: '国 家', width: 'auto', align: 'center', showOverflow: true,slots: { default: 'country_code' },},
|
|
|
|
+ { field: 'currency_code', title: '货币代码', width: 'auto', align: 'center', showOverflow: true,slots: { default: 'currency_code' },},
|
|
|
|
+ { field: 'estimated_cost', title: '预估硬件成本', width: 'auto', align: 'center', showOverflow: true ,slots: { default: 'estimated_cost' },},
|
|
|
|
+ { field: 'weight', title: '重量(KG)', width: 'auto', align: 'center', showOverflow: true,slots: { default: 'weight' },},
|
|
|
|
+ { field: 'export_tax', title: '出口报关价', width: 'auto', align: 'center', showOverflow: true,slots: { default: 'export_tax' },},
|
|
|
|
+ { field: 'import_tax', title: '进口关税', width: 'auto', align: 'center', showOverflow: true,slots: { default: 'import_tax' },},
|
|
|
|
+ { field: 'first_cost', title: '头程运费', width: 'auto', align: 'center', showOverflow: true,slots: { default: 'first_cost' },},
|
|
|
|
+ { field: 'final_cost', title: '尾程费用', width: 'auto', align: 'center', showOverflow: true,slots: { default: 'final_cost' },},
|
|
|
|
+
|
|
|
|
+ { field: 'VAT_price_daily', title: '日常VAT', width: 'auto', align: 'center', showOverflow: true,slots:{ default: 'VAT_price_daily' },},
|
|
|
|
+ { field: 'VAT_price_min', title: '最低VAT', width: 'auto', align: 'center', showOverflow: true,slots:{ default: 'VAT_price_min' },},
|
|
|
|
+ { field: 'forwarding_fee', title: '转发费', width: 'auto', align: 'center', showOverflow: true,slots: { default: 'forwarding_fee' },},
|
|
|
|
+ // { field: '', title: '运费(小计)', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
+ { field: 'ad_budget', title: '广告费', width: 'auto', align: 'center', showOverflow: true,slots: { default: 'ad_budget' },},
|
|
|
|
+ // { field: '', title: 'VAT', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
+ { field: 'return_or_refurbishment', title: '退货成本/翻新费', width: 'auto', align: 'center', showOverflow: true,slots: { default:'return_or_refurbishment' },},
|
|
|
|
+ { field: 'storage_charges', title: '仓储费', width: 'auto', align: 'center', showOverflow: true,slots: { default:'storage_charges' },},
|
|
|
|
+ { field: 'brokerage', title: '佣 金', width: 'auto', align: 'center', showOverflow: true,slots: { default: 'brokerage' },},
|
|
|
|
+ // { field: '', title: '成本合计', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
+ { field: 'sales_mode', title: '销售模式', width: 'auto', align: 'center', showOverflow: true,slots: { default:'sales_mode' }},
|
|
|
|
+ { field: 'price_min_cost', title: '最低售价成本', width: 'auto', align: 'center', showOverflow: true,slots: { default: 'price_min_cost' },},
|
|
|
|
+
|
|
|
|
+ // { field: '', title: '亚马逊最低售价', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
+ { field: 'price_supply', title: '供货价', width: 'auto', align: 'center', showOverflow: true,slots: { default: 'price_supply' },},
|
|
|
|
+ // { field: '', title: '卖场参考价格', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
+ // { field: '', title: '卖场价格(不含VAT)', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
+ // { field: '', title: '卖场价格(含VAT)', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
+ { field: 'gross_profit_margin', title: '毛利率', width: 'auto', align: 'center', showOverflow: true,slots:{default:'gross_profit_margin'},},
|
|
|
|
+ { field: 'exchange_rate', title: '汇率', width: 'auto', align: 'center', showOverflow: true,slots: { default: 'exchange_rate' },},
|
|
|
|
+ { field: 'price_daily_rmb', title: '日常活动售价(人民币)', width: 'auto', align: 'center', showOverflow: true,slots: { default: 'price_daily_rmb' },},
|
|
|
|
+
|
|
|
|
+ { field: 'average_gross_profit', title: '平均毛利', width: 'auto', align: 'center', showOverflow: true,slots: { default: 'average_gross_profit' },},
|
|
|
|
+ { field: 'routine_activity_profit', title: '日常活动销售利润', width: 'auto', align: 'center', showOverflow: true,slots: { default: 'routine_activity_profit' } },
|
|
|
|
+ { field: 'gross_margin_daily', title: '日常活动毛利率', width: 'auto', align: 'center', showOverflow: true,slots: { default: 'gross_margin_daily' },},
|
|
|
|
+ { field: 'operate', fixed: 'right', title: '操 作', align: 'center', width: 90, slots: { default: 'operate' } }
|
|
]
|
|
]
|
|
|
|
|
|
export const DirectSalesCheckColumns_Regular = [
|
|
export const DirectSalesCheckColumns_Regular = [
|
|
{ type: 'seq', title: '序 号', width: 50, align: 'center' },
|
|
{ type: 'seq', title: '序 号', width: 50, align: 'center' },
|
|
- { field: '', title: 'SKU', minWidth: 300, align: 'center', showOverflow: true, slots: { default: 'description' } },
|
|
|
|
- { field: '', title: '销售模式', minWidth: 'auto', align: 'center', showOverflow: true, slots: { default:'station' } },
|
|
|
|
|
|
+ { field: 'sku', title: 'SKU', minWidth: 300, align: 'center', showOverflow: true, slots: { default: 'description' } },
|
|
|
|
+ { field: 'sales_mode', title: '销售模式', minWidth: 'auto', align: 'center', showOverflow: true, slots: { default:'station' } },
|
|
{ field: 'platform', title: '平 台', minWidth: 'auto', align: 'center', showOverflow: true, slots: { default: 'platform' } },
|
|
{ field: 'platform', title: '平 台', minWidth: 'auto', align: 'center', showOverflow: true, slots: { default: 'platform' } },
|
|
{ field: 'country_code', title: '国 家', minWidth: 'auto', align: 'center', showOverflow: true,},
|
|
{ field: 'country_code', title: '国 家', minWidth: 'auto', align: 'center', showOverflow: true,},
|
|
- { field: 'price_show', title: '展示价格', minWidth: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
- { field: '', title: '活动价格', minWidth: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
- { field: '', title: '最低活动价格', minWidth: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
|
|
+ { field: 'price_show', title: '展示价格(外币)', minWidth: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
+ // { field: '', title: '活动价格', minWidth: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
+ // { field: '', title: '最低活动价格', minWidth: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
+ { field: 'price_daily', title: '日常活动售价(外币)', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
+ { field: 'price_daily_rmb', title: '日常活动售价(人民币)', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
+ { field: 'price_min', title: '最低售价(外币)', width: 'auto', align: 'center', showOverflow: true,},
|
|
]
|
|
]
|
|
|
|
|
|
export const DirectSalesCheckColumns_Special = [
|
|
export const DirectSalesCheckColumns_Special = [
|
|
{ type: 'seq', title: '序 号', width: 50, align: 'center' },
|
|
{ type: 'seq', title: '序 号', width: 50, align: 'center' },
|
|
- { field: 'sku', title: 'SKU', minWidth: 300, align: 'center', showOverflow: true, },
|
|
|
|
|
|
+ { field: 'sku', title: 'SKU', minWidth: 300, align: 'center', showOverflow: true},
|
|
{ field: 'platform', title: '平 台', width: 'auto', align: 'center', showOverflow: true, },
|
|
{ field: 'platform', title: '平 台', width: 'auto', align: 'center', showOverflow: true, },
|
|
{ field: 'country_code', title: '国 家', width: 'auto', align: 'center', showOverflow: true,slots: { default: 'country_code' },},
|
|
{ field: 'country_code', title: '国 家', width: 'auto', align: 'center', showOverflow: true,slots: { default: 'country_code' },},
|
|
- { field: 'currency_code', title: '货币代码', width: 'auto', align: 'center', showOverflow: true, },
|
|
|
|
- { field: 'estimated_cost', title: '预估硬件成本', width: 'auto', align: 'center', showOverflow: true, },
|
|
|
|
- { field: 'weight', title: '重量(KG)', width: 'auto', align: 'center', showOverflow: true, },
|
|
|
|
- { field: 'export_tax', title: '出口报关价', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
- { field: 'import_tax', title: '进口关税', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
- { field: 'first_cost', title: '头程运费', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
- { field: 'final_cost', title: '尾程费用', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
- { field: 'VAT_price_daily', title: '日常VAT', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
- { field: 'VAT_price_min', title: '最低VAT', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
- // { field: '', title: '转发费', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
|
|
+ { field: 'currency_code', title: '货币代码', width: 'auto', align: 'center', showOverflow: true,slots: { default: 'currency_code' },},
|
|
|
|
+ { field: 'estimated_cost', title: '预估硬件成本', width: 'auto', align: 'center', showOverflow: true ,slots: { default: 'estimated_cost' },},
|
|
|
|
+ { field: 'weight', title: '重量(KG)', width: 'auto', align: 'center', showOverflow: true,slots: { default: 'weight' },},
|
|
|
|
+ { field: 'export_tax', title: '出口报关价', width: 'auto', align: 'center', showOverflow: true,slots: { default: 'export_tax' },},
|
|
|
|
+ { field: 'import_tax', title: '进口关税', width: 'auto', align: 'center', showOverflow: true,slots: { default: 'import_tax' },},
|
|
|
|
+ { field: 'first_cost', title: '头程运费', width: 'auto', align: 'center', showOverflow: true,slots: { default: 'first_cost' },},
|
|
|
|
+ { field: 'final_cost', title: '尾程费用', width: 'auto', align: 'center', showOverflow: true,slots: { default: 'final_cost' },},
|
|
|
|
+
|
|
|
|
+ { field: 'VAT_price_daily', title: '日常VAT', width: 'auto', align: 'center', showOverflow: true,slots:{ default: 'VAT_price_daily' },},
|
|
|
|
+ { field: 'VAT_price_min', title: '最低VAT', width: 'auto', align: 'center', showOverflow: true,slots:{ default: 'VAT_price_min' },},
|
|
|
|
+ { field: 'forwarding_fee', title: '转发费', width: 'auto', align: 'center', showOverflow: true,slots: { default: 'forwarding_fee' },},
|
|
// { field: '', title: '运费(小计)', width: 'auto', align: 'center', showOverflow: true,},
|
|
// { field: '', title: '运费(小计)', width: 'auto', align: 'center', showOverflow: true,},
|
|
{ field: 'ad_budget', title: '广告费', width: 'auto', align: 'center', showOverflow: true,},
|
|
{ field: 'ad_budget', title: '广告费', width: 'auto', align: 'center', showOverflow: true,},
|
|
// { field: '', title: 'VAT', width: 'auto', align: 'center', showOverflow: true,},
|
|
// { field: '', title: 'VAT', width: 'auto', align: 'center', showOverflow: true,},
|
|
- { field: 'return_or_refurbishment', title: '退货成本/翻新费', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
- { field: 'storage_charges', title: '仓储费', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
- { field: 'brokerage', title: '佣 金', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
|
|
+ { field: 'return_or_refurbishment', title: '退货成本/翻新费', width: 'auto', align: 'center', showOverflow: true,slots: { default:'return_or_refurbishment' },},
|
|
|
|
+ { field: 'storage_charges', title: '仓储费', width: 'auto', align: 'center', showOverflow: true,slots: { default:'storage_charges' },},
|
|
|
|
+ { field: 'brokerage', title: '佣 金', width: 'auto', align: 'center', showOverflow: true,slots: { default: 'brokerage' },},
|
|
// { field: '', title: '成本合计', width: 'auto', align: 'center', showOverflow: true,},
|
|
// { field: '', title: '成本合计', width: 'auto', align: 'center', showOverflow: true,},
|
|
- { field: 'sales_mode', title: '销售模式', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
- { field: 'price_min_cost', title: '最低售价成本', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
- { field: 'price_daily', title: '日常活动售价(外币)', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
- { field: 'price_show', title: '展示价格(外币)', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
- { field: 'price_daily_rate', title: '日常折扣', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
- { field: 'discount_min', title: '最低活动折扣', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
- { field: 'price_min', title: '最低售价(外币)', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
|
|
+ { field: 'sales_mode', title: '销售模式', width: 'auto', align: 'center', showOverflow: true,slots: { default:'sales_mode' }},
|
|
|
|
+ { field: 'price_min_cost', title: '最低售价成本', width: 'auto', align: 'center', showOverflow: true,slots: { default: 'price_min_cost' },},
|
|
|
|
+
|
|
|
|
+ { field: 'price_daily', title: '日常活动售价(外币)', width: 'auto', align: 'center', showOverflow: true,slots: { default: 'price_daily' },},
|
|
|
|
+ { field: 'price_show', title: '展示价格(外币)', width: 'auto', align: 'center', showOverflow: true,slots: { default: 'price_show' },},
|
|
|
|
+ { field: 'discount_daily', title: '日常折扣', width: 'auto', align: 'center', showOverflow: true,slots:{ default: 'discount_daily' },},
|
|
|
|
+ { field: 'discount_min', title: '最低活动折扣', width: 'auto', align: 'center', showOverflow: true,slots: { default: 'discount_min' },},
|
|
|
|
+ { field: 'price_min', title: '最低售价(外币)', width: 'auto', align: 'center', showOverflow: true,slots: { default: 'price_min' },},
|
|
// { field: '', title: '供货价', width: 'auto', align: 'center', showOverflow: true,},
|
|
// { field: '', title: '供货价', width: 'auto', align: 'center', showOverflow: true,},
|
|
// { field: '', title: '卖场参考价格', width: 'auto', align: 'center', showOverflow: true,},
|
|
// { field: '', title: '卖场参考价格', width: 'auto', align: 'center', showOverflow: true,},
|
|
// { field: '', title: '卖场价格(不含VAT)', width: 'auto', align: 'center', showOverflow: true,},
|
|
// { field: '', title: '卖场价格(不含VAT)', width: 'auto', align: 'center', showOverflow: true,},
|
|
// { field: '', title: '卖场价格(含VAT)', width: 'auto', align: 'center', showOverflow: true,},
|
|
// { field: '', title: '卖场价格(含VAT)', width: 'auto', align: 'center', showOverflow: true,},
|
|
- { field: 'gross_profit_margin', title: '毛利率', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
- { field: 'exchange_rate', title: '汇率', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
- { field: 'price_daily_rmb', title: '日常活动售价(人民币)', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
- { field: '', title: '日常活动利润', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
- { field: '', title: '日常活动毛利率', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
- { field: '', title: '平均利润', width: 'auto', align: 'center', showOverflow: true,},
|
|
|
|
|
|
+ { field: 'gross_profit_margin', title: '毛利率', width: 'auto', align: 'center', showOverflow: true,slots:{default:'gross_profit_margin'},},
|
|
|
|
+ { field: 'exchange_rate', title: '汇率', width: 'auto', align: 'center', showOverflow: true,slots: { default: 'exchange_rate' },},
|
|
|
|
+ { field: 'price_daily_rmb', title: '日常活动售价(人民币)', width: 'auto', align: 'center', showOverflow: true,slots: { default: 'price_daily_rmb' },},
|
|
|
|
+
|
|
|
|
+ { field: 'average_gross_profit', title: '平均毛利', width: 'auto', align: 'center', showOverflow: true,slots: { default: 'average_gross_profit' },},
|
|
|
|
+ { field: 'routine_activity_profit', title: '日常活动销售利润', width: 'auto', align: 'center', showOverflow: true,slots: { default: 'routine_activity_profit' } },
|
|
|
|
+ { field: 'gross_margin_daily', title: '日常活动毛利率', width: 'auto', align: 'center', showOverflow: true,slots: { default: 'gross_margin_daily' },},
|
|
{ field: 'operate', fixed: 'right', title: '操 作', align: 'center', width: 90, slots: { default: 'operate' } }
|
|
{ field: 'operate', fixed: 'right', title: '操 作', align: 'center', width: 90, slots: { default: 'operate' } }
|
|
]
|
|
]
|