@extends('layouts.base')
@section('title', "添加云仓商品")
@section('content')
添加云仓商品
[[scope.row.title]]
¥[[scope.row.market_price]]
¥[[scope.row.price]]
¥[[scope.row.cost_price]]
¥[[scope.row.scPrice]]
¥[[scope.row.yprice]]
¥[[scope.row.jsPrice]]
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
元
{{-- --}}
{{-- --}}
{{-- 元--}}
{{-- --}}
共计推送[[total]]个商品
导入商品总数:[[all_import.import_total]]
已推送商品数:[[all_import.import_exits]]
总进度约:[[all_import.import_process]]%
如果没有选择分类,会检索云仓-分类匹配是否匹配,如果没有将不会推送
如果没有选择运费模板与运费,推送过去的商品运费是0
如果包含已推送商品将会更新这个商品,更新不会更新分类,运费等数据
全选
推送商品
推送全部筛选商品
@endsection