@extends('layouts.base')
@section('title','中台商品管理')
@section('content')
使用方法:
1. 下载
【中台商品ID模板】
,填入需要导入的中台商品id
2. 上传中台商品IDExcel并确认导入
3. 导出中台商品列表进行比价
@section('search')
[[scope.row.products_title]]
[[scope.row.skus_id]]
[[scope.row.skus_title]]
¥[[scope.row.price /100]]
¥[[scope.row.cost_price /100]]
¥[[scope.row.origin_price /100]]
¥[[scope.row.guide_price /100]]
¥[[scope.row.activity_price /100]]
[[((scope.row.guide_price - scope.row.price)* 100 /scope.row.guide_price).toFixed(2)]]%
0%
[[scope.row.stock]]
[[scope.row.sales]]
[[scope.row.brand_name]]
[[scope.row.supplier_name]]
@show
@endsection('content')