🌐 海关数据查询系统 - 实时看板
实时数据抓取运行中
查询
重置
共找到
{{ total }}
条清洗后的标准提单记录
导出当前数据
{{ formatDate(scope.row.trade_date) }}
{{ scope.row.trade_direction === 'import' ? '进口' : '出口' }}
{{ scope.row.source_country }}
进口商:
{{ scope.row.importer_name || '-' }}
出口商:
{{ scope.row.exporter_name || '-' }}
HS: {{ scope.row.hs_code || '-' }}
{{ scope.row.product_name || '-' }}
{{ formatNumber(scope.row.amount) }} {{ scope.row.currency }}
-
{{ formatNumber(scope.row.weight) }} {{ scope.row.weight_unit }}
原产: {{ scope.row.origin_country || '-' }}
目的: {{ scope.row.destination_country || '-' }}
方式: {{ scope.row.transport_mode || '-' }}