|  |  |  | 
|---|
|  |  |  | <template> | 
|---|
|  |  |  | <el-bus-crud ref="crud" v-bind="tableConfig" /> | 
|---|
|  |  |  | <el-bus-crud ref="crud" v-bind="tableConfig" ></el-bus-crud> | 
|---|
|  |  |  | </template> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <script> | 
|---|
|  |  |  | import { getSortConfig } from '@/utils/form-item-config' | 
|---|
|  |  |  | import { getSortConfig,getGoodsCategoryListConfig} from '@/utils/form-item-config' | 
|---|
|  |  |  | export default { | 
|---|
|  |  |  | data() { | 
|---|
|  |  |  | return { | 
|---|
|  |  |  | 
|---|
|  |  |  | span: 24, | 
|---|
|  |  |  | searchImmediately: true, | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | // { | 
|---|
|  |  |  | //   label: '商品分类:', | 
|---|
|  |  |  | //   id: 'category', | 
|---|
|  |  |  | //   component: 'cascader-filter', | 
|---|
|  |  |  | //   el: { | 
|---|
|  |  |  | //     otherInterfaceUri: 'flower/api/flower/category/tree', | 
|---|
|  |  |  | //     props: { | 
|---|
|  |  |  | //       label: 'name', | 
|---|
|  |  |  | //       value: 'id', | 
|---|
|  |  |  | //       checkStrictly: true, | 
|---|
|  |  |  | //     }, | 
|---|
|  |  |  | //     emitPath: false, | 
|---|
|  |  |  | //     style: 'width:100%', | 
|---|
|  |  |  | //     clearable: true, | 
|---|
|  |  |  | //     hasAll: true, | 
|---|
|  |  |  | //     childType: 'el-radio-button', | 
|---|
|  |  |  | //   }, | 
|---|
|  |  |  | //   span: 24, | 
|---|
|  |  |  | //   searchImmediately: true, | 
|---|
|  |  |  | // }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | label: '商品分类:', | 
|---|
|  |  |  | label: '商品分类', | 
|---|
|  |  |  | id: 'category', | 
|---|
|  |  |  | component: 'cascader-filter', | 
|---|
|  |  |  | type: 'bus-cascader', | 
|---|
|  |  |  | el: { | 
|---|
|  |  |  | otherInterfaceUri: 'flower/api/flower/category/tree', | 
|---|
|  |  |  | props: { | 
|---|
|  |  |  | label: 'name', | 
|---|
|  |  |  | value: 'id', | 
|---|
|  |  |  | emitPath: false, | 
|---|
|  |  |  | checkStrictly: true, | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | emitPath: false, | 
|---|
|  |  |  | style: 'width:100%', | 
|---|
|  |  |  | clearable: true, | 
|---|
|  |  |  | hasAll: true, | 
|---|
|  |  |  | childType: 'el-radio-button', | 
|---|
|  |  |  | filterable: true, | 
|---|
|  |  |  | style: 'width:100%', | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | span: 24, | 
|---|
|  |  |  | searchImmediately: true, | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | // { | 
|---|
|  |  |  | //   ...getGoodsCategoryListConfig(), | 
|---|
|  |  |  | //   id: 'category', | 
|---|
|  |  |  | // }, | 
|---|
|  |  |  | { label: '商品名称:', id: 'name', type: 'input' }, | 
|---|
|  |  |  | { label: '供应商:', id: 'supplierName', type: 'input' }, | 
|---|
|  |  |  | ], | 
|---|
|  |  |  | 
|---|
|  |  |  | prop: 'partnerSectionFeeAmount', | 
|---|
|  |  |  | minWidth: '120px', | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | label: '会员折扣', | 
|---|
|  |  |  | prop: 'orderPriceDiscountAmount', | 
|---|
|  |  |  | minWidth: '100px', | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | label: '优惠券', | 
|---|
|  |  |  | prop: 'orderCouponAmountTotal', | 
|---|
|  |  |  | minWidth: '100px', | 
|---|
|  |  |  | }, | 
|---|
|  |  |  |  | 
|---|
|  |  |  | { label: '优惠合计', prop: 'orderDiscountTotalFee', minWidth: 120,}, | 
|---|
|  |  |  | { label: '会员折扣', prop: 'orderPriceDiscountAmount', minWidth: 120,}, | 
|---|
|  |  |  | { label: '优惠券', prop: 'orderCouponAmountTotal',minWidth: '100px',}, | 
|---|
|  |  |  |  | 
|---|
|  |  |  | { label: '质检总扣款', prop: 'orderCheckTotalFee', minWidth: 120 }, | 
|---|
|  |  |  | { label: '质检降级扣款', prop: 'orderCheckFee', minWidth: '100px' }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | label: '质检缺货扣款', | 
|---|
|  |  |  | prop: 'orderLackFeeSupplier', | 
|---|
|  |  |  | minWidth: '100px', | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { label: '质检缺货扣款', prop: 'orderLackFeeSupplier', minWidth: '100px',}, | 
|---|
|  |  |  | { label: '质检补货扣款', prop: 'orderReplaceFee', minWidth: '100px' }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | label: '售后扣合伙人款', | 
|---|
|  |  |  | prop: 'orderFeePartner', | 
|---|
|  |  |  | minWidth: '120px', | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | label: '售后扣花农款', | 
|---|
|  |  |  | prop: 'orderFeeSupplier', | 
|---|
|  |  |  | minWidth: '100px', | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | label: '售后扣平台款', | 
|---|
|  |  |  | prop: 'orderFeePlatform', | 
|---|
|  |  |  | minWidth: '100px', | 
|---|
|  |  |  | }, | 
|---|
|  |  |  |  | 
|---|
|  |  |  | { label: '售后总扣款', prop: 'orderTotalFee', minWidth: 150 }, | 
|---|
|  |  |  | { label: '售后供应商扣款', prop: 'orderFeeSupplier', minWidth: 150 }, | 
|---|
|  |  |  | { label: '售后平台扣款', prop: 'orderFeePlatform', minWidth: 150 }, | 
|---|
|  |  |  | { label: '售后合伙人扣款', prop: 'orderFeePartner', minWidth: 150 }, | 
|---|
|  |  |  | { label: '售后打包扣款', prop: 'orderFeePlatformPack', minWidth: 150 }, | 
|---|
|  |  |  | { label: '售后质检扣款', prop: 'orderFeePlatformCheck', minWidth: 150 }, | 
|---|
|  |  |  | { label: '售后物流扣款', prop: 'orderFeePlatformTransport', minWidth: 150 }, | 
|---|
|  |  |  | { label: '售后打包运费扣款', prop: 'orderFeePackingTransport', minWidth: 150 }, | 
|---|
|  |  |  |  | 
|---|
|  |  |  | { | 
|---|
|  |  |  | label: '总包干费', | 
|---|
|  |  |  | prop: 'partnerTotalFeeAmount', | 
|---|
|  |  |  | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { label: '总销售扎数', prop: 'orderNum', minWidth: '100px' }, | 
|---|
|  |  |  | { label: '实际销售扎数', prop: 'realSaleNum', minWidth: '100px' }, | 
|---|
|  |  |  | { label: '缺货扎数', prop: 'orderLackNum', minWidth: 120 }, | 
|---|
|  |  |  | { label: '降级扎数', prop: 'orderReduceNum', minWidth: 120 }, | 
|---|
|  |  |  | { label: '补货扎数', prop: 'orderReplaceNum', minWidth: 120 }, | 
|---|
|  |  |  |  | 
|---|
|  |  |  | { | 
|---|
|  |  |  | label: '利润', | 
|---|
|  |  |  | prop: 'profitFeeAmount', | 
|---|
|  |  |  | 
|---|
|  |  |  | <template> | 
|---|
|  |  |  | <div> | 
|---|
|  |  |  | <div v-loading="statisticLoading"> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <el-row :gutter="20"> | 
|---|
|  |  |  | <el-col :span="4" class="mb-10"> | 
|---|
|  |  |  | <el-col :span="3" class="mb-2"> | 
|---|
|  |  |  | <el-card> | 
|---|
|  |  |  | <div class="statistic-title">销售合计(原订单)</div> | 
|---|
|  |  |  | <div class="statistic-num">{{ statistic.orderTotal || 0 }}</div> | 
|---|
|  |  |  | </el-card> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | <el-col :span="4" class="mb-10"> | 
|---|
|  |  |  | <el-col :span="3" class="mb-2"> | 
|---|
|  |  |  | <el-card> | 
|---|
|  |  |  | <div class="statistic-title">销售合计(实付)</div> | 
|---|
|  |  |  | <div class="statistic-num">{{ statistic.totalAmount || 0 }}</div> | 
|---|
|  |  |  | </el-card> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | <el-col :span="4" class="mb-10"> | 
|---|
|  |  |  | <el-col :span="3" class="mb-2"> | 
|---|
|  |  |  | <el-card> | 
|---|
|  |  |  | <div class="statistic-title">底价合计</div> | 
|---|
|  |  |  | <div class="statistic-num"> | 
|---|
|  |  |  | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </el-card> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | <el-col :span="4" class="mb-10"> | 
|---|
|  |  |  | <el-col :span="3" class="mb-2"> | 
|---|
|  |  |  | <el-card> | 
|---|
|  |  |  | <div class="statistic-title">区间加价</div> | 
|---|
|  |  |  | <div class="statistic-num"> | 
|---|
|  |  |  | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </el-card> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | <el-col :span="4" class="mb-10"> | 
|---|
|  |  |  | <el-col :span="3" class="mb-2"> | 
|---|
|  |  |  | <el-card> | 
|---|
|  |  |  | <div class="statistic-title">平台加价</div> | 
|---|
|  |  |  | <div class="statistic-num"> | 
|---|
|  |  |  | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </el-card> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | <el-col :span="4" class="mb-10"> | 
|---|
|  |  |  | <el-col :span="3" class="mb-2"> | 
|---|
|  |  |  | <el-card> | 
|---|
|  |  |  | <div class="statistic-title">合伙人加价</div> | 
|---|
|  |  |  | <div class="statistic-num"> | 
|---|
|  |  |  | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </el-card> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | <el-col :span="4" class="mb-10"> | 
|---|
|  |  |  | <el-card> | 
|---|
|  |  |  | <div class="statistic-title">质检扣款</div> | 
|---|
|  |  |  | <div class="statistic-num">{{ statistic.checkTotalFee || 0 }}</div> | 
|---|
|  |  |  | </el-card> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | <el-col :span="4" class="mb-10"> | 
|---|
|  |  |  | <el-card> | 
|---|
|  |  |  | <div class="statistic-title">售后扣款</div> | 
|---|
|  |  |  | <div class="statistic-num">{{ statistic.saleTotalFee || 0 }}</div> | 
|---|
|  |  |  | </el-card> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | <el-col :span="4" class="mb-10"> | 
|---|
|  |  |  | <el-card> | 
|---|
|  |  |  | <div class="statistic-title">优惠合计</div> | 
|---|
|  |  |  | <div class="statistic-num"> | 
|---|
|  |  |  | {{ statistic.discountTotalFee || 0 }} | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </el-card> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | <el-col :span="4" class="mb-10"> | 
|---|
|  |  |  | <el-col :span="3" class="mb-2"> | 
|---|
|  |  |  | <el-card> | 
|---|
|  |  |  | <div class="statistic-title">包干费合计</div> | 
|---|
|  |  |  | <div class="statistic-num"> | 
|---|
|  |  |  | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </el-card> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | <el-col :span="4" class="mb-10"> | 
|---|
|  |  |  | </el-row> | 
|---|
|  |  |  | <el-row :gutter="20"> | 
|---|
|  |  |  | <el-col :span="3" class="mb-2"> | 
|---|
|  |  |  | <el-card> | 
|---|
|  |  |  | <div class="statistic-title">销售扎数</div> | 
|---|
|  |  |  | <div class="statistic-title">质检总扣款</div> | 
|---|
|  |  |  | <div class="statistic-num"> | 
|---|
|  |  |  | <!-- {{ statistic.checkTotalFee || 0 }} --> | 
|---|
|  |  |  | {{ statistic.orderCheckTotalFee || 0 }} | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </el-card> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | <el-col :span="3" class="mb-2"> | 
|---|
|  |  |  | <el-card> | 
|---|
|  |  |  | <div class="statistic-title">缺货扣款</div> | 
|---|
|  |  |  | <div class="statistic-num">{{ statistic.orderLackFeeSupplier || 0 }}</div> | 
|---|
|  |  |  | </el-card> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | <el-col :span="3" class="mb-2"> | 
|---|
|  |  |  | <el-card> | 
|---|
|  |  |  | <div class="statistic-title">补货扣款</div> | 
|---|
|  |  |  | <div class="statistic-num">{{ statistic.orderReplaceFee || 0 }}</div> | 
|---|
|  |  |  | </el-card> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | <el-col :span="3" class="mb-2"> | 
|---|
|  |  |  | <el-card> | 
|---|
|  |  |  | <div class="statistic-title">降级扣款</div> | 
|---|
|  |  |  | <div class="statistic-num">{{ statistic.orderCheckFee || 0 }}</div> | 
|---|
|  |  |  | </el-card> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | </el-row> | 
|---|
|  |  |  | <el-row :gutter="20"> | 
|---|
|  |  |  | <!-- <el-col :span="3" class="mb-2"> | 
|---|
|  |  |  | <el-card> | 
|---|
|  |  |  | <div class="statistic-title">售后总扣款</div> | 
|---|
|  |  |  | <div class="statistic-num">{{ statistic.saleTotalFee || 0 }}</div> | 
|---|
|  |  |  | </el-card> | 
|---|
|  |  |  | </el-col> --> | 
|---|
|  |  |  | <el-col :span="3" class="mb-2"> | 
|---|
|  |  |  | <el-card> | 
|---|
|  |  |  | <div class="statistic-title">售后总扣款</div> | 
|---|
|  |  |  | <div class="statistic-num">{{ statistic.orderTotalFee || 0 }}</div> | 
|---|
|  |  |  | </el-card> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | <el-col :span="3" class="mb-2"> | 
|---|
|  |  |  | <el-card> | 
|---|
|  |  |  | <div class="statistic-title">售后供应商扣款</div> | 
|---|
|  |  |  | <div class="statistic-num">{{ statistic.orderFeeSupplier || 0 }}</div> | 
|---|
|  |  |  | </el-card> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | <el-col :span="3" class="mb-2"> | 
|---|
|  |  |  | <el-card> | 
|---|
|  |  |  | <div class="statistic-title">售后平台扣款</div> | 
|---|
|  |  |  | <div class="statistic-num">{{ statistic.orderFeePlatform || 0 }}</div> | 
|---|
|  |  |  | </el-card> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | <el-col :span="3" class="mb-2"> | 
|---|
|  |  |  | <el-card> | 
|---|
|  |  |  | <div class="statistic-title">售后合伙人扣款</div> | 
|---|
|  |  |  | <div class="statistic-num">{{ statistic.orderFeePartner || 0 }}</div> | 
|---|
|  |  |  | </el-card> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | <el-col :span="3" class="mb-2"> | 
|---|
|  |  |  | <el-card> | 
|---|
|  |  |  | <div class="statistic-title">售后打包扣款</div> | 
|---|
|  |  |  | <div class="statistic-num">{{ statistic.orderFeePlatformPack || 0 }}</div> | 
|---|
|  |  |  | </el-card> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | <el-col :span="3" class="mb-2"> | 
|---|
|  |  |  | <el-card> | 
|---|
|  |  |  | <div class="statistic-title">售后质检扣款</div> | 
|---|
|  |  |  | <div class="statistic-num">{{ statistic.orderFeePlatformCheck || 0 }}</div> | 
|---|
|  |  |  | </el-card> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | <el-col :span="3" class="mb-2"> | 
|---|
|  |  |  | <el-card> | 
|---|
|  |  |  | <div class="statistic-title">售后物流扣款</div> | 
|---|
|  |  |  | <div class="statistic-num">{{ statistic.orderFeePlatformTransport || 0 }}</div> | 
|---|
|  |  |  | </el-card> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | <el-col :span="3" class="mb-2"> | 
|---|
|  |  |  | <el-card> | 
|---|
|  |  |  | <div class="statistic-title">售后打包运费扣款</div> | 
|---|
|  |  |  | <div class="statistic-num">{{ statistic.orderFeePackingTransport || 0 }}</div> | 
|---|
|  |  |  | </el-card> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | </el-row> | 
|---|
|  |  |  | <el-row :gutter="20"> | 
|---|
|  |  |  | <el-col :span="3" class="mb-2"> | 
|---|
|  |  |  | <el-card> | 
|---|
|  |  |  | <div class="statistic-title">优惠合计</div> | 
|---|
|  |  |  | <div class="statistic-num"> | 
|---|
|  |  |  | <!-- {{ statistic.discountTotalFee || 0 }} --> | 
|---|
|  |  |  | {{ statistic.orderDiscountTotalFee || 0 }} | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </el-card> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | <el-col :span="3" class="mb-2"> | 
|---|
|  |  |  | <el-card> | 
|---|
|  |  |  | <div class="statistic-title">会员折扣</div> | 
|---|
|  |  |  | <div class="statistic-num"> | 
|---|
|  |  |  | {{ statistic.orderPriceDiscountAmount || 0 }} | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </el-card> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | <el-col :span="3" class="mb-2"> | 
|---|
|  |  |  | <el-card> | 
|---|
|  |  |  | <div class="statistic-title">优惠券</div> | 
|---|
|  |  |  | <div class="statistic-num"> | 
|---|
|  |  |  | {{ statistic.orderCouponAmountTotal || 0 }} | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </el-card> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | </el-row> | 
|---|
|  |  |  | <el-row :gutter="20"> | 
|---|
|  |  |  | <el-col :span="3" class="mb-2"> | 
|---|
|  |  |  | <el-card> | 
|---|
|  |  |  | <div class="statistic-title">总销售扎数</div> | 
|---|
|  |  |  | <div class="statistic-num">{{ statistic.orderNum || 0 }}</div> | 
|---|
|  |  |  | </el-card> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | <el-col :span="3" class="mb-2"> | 
|---|
|  |  |  | <el-card> | 
|---|
|  |  |  | <div class="statistic-title">实际销售扎数</div> | 
|---|
|  |  |  | <div class="statistic-num">{{ statistic.realSaleNum || 0 }}</div> | 
|---|
|  |  |  | </el-card> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | <el-col :span="3" class="mb-2"> | 
|---|
|  |  |  | <el-card> | 
|---|
|  |  |  | <div class="statistic-title">缺货扎数</div> | 
|---|
|  |  |  | <div class="statistic-num">{{ statistic.orderLackNum || 0 }}</div> | 
|---|
|  |  |  | </el-card> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | <el-col :span="3" class="mb-2"> | 
|---|
|  |  |  | <el-card> | 
|---|
|  |  |  | <div class="statistic-title">降级扎数</div> | 
|---|
|  |  |  | <div class="statistic-num">{{ statistic.orderReduceNum || 0 }}</div> | 
|---|
|  |  |  | </el-card> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | <el-col :span="3" class="mb-2"> | 
|---|
|  |  |  | <el-card> | 
|---|
|  |  |  | <div class="statistic-title">补货扎数</div> | 
|---|
|  |  |  | <div class="statistic-num">{{ statistic.orderReplaceNum || 0 }}</div> | 
|---|
|  |  |  | </el-card> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | </el-row> | 
|---|
|  |  |  | 
|---|
|  |  |  | prop: 'orderMarkupPartnerAmount', | 
|---|
|  |  |  | minWidth: 120, | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | label: '会员折扣', | 
|---|
|  |  |  | prop: 'orderPriceDiscountAmount', | 
|---|
|  |  |  | minWidth: 120, | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { label: '优惠合计', prop: 'orderDiscountTotalFee',  minWidth: 120,}, | 
|---|
|  |  |  | { label: '会员折扣', prop: 'orderPriceDiscountAmount',minWidth: 120,}, | 
|---|
|  |  |  | { label: '优惠券', prop: 'orderCouponAmountTotal', minWidth: 120 }, | 
|---|
|  |  |  |  | 
|---|
|  |  |  | { label: '质检总扣款', prop: 'orderCheckTotalFee', minWidth: 120 }, | 
|---|
|  |  |  | { label: '降级扣款', prop: 'orderCheckFee', minWidth: 120 }, | 
|---|
|  |  |  | { label: '缺货扣款', prop: 'orderLackFeeSupplier', minWidth: 120 }, | 
|---|
|  |  |  | { label: '补货扣款', prop: 'orderReplaceFee', minWidth: 120 }, | 
|---|
|  |  |  | { label: '售后扣合伙人款', prop: 'orderFeePartner', minWidth: 150 }, | 
|---|
|  |  |  | { label: '售后扣花农款', prop: 'orderFeeSupplier', minWidth: 150 }, | 
|---|
|  |  |  | { label: '售后扣平台款', prop: 'orderFeePlatform', minWidth: 150 }, | 
|---|
|  |  |  |  | 
|---|
|  |  |  | { label: '售后总扣款', prop: 'orderTotalFee', minWidth: 150 }, | 
|---|
|  |  |  | { label: '售后供应商扣款', prop: 'orderFeeSupplier', minWidth: 150 }, | 
|---|
|  |  |  | { label: '售后平台扣款', prop: 'orderFeePlatform', minWidth: 150 }, | 
|---|
|  |  |  | { label: '售后合伙人扣款', prop: 'orderFeePartner', minWidth: 150 }, | 
|---|
|  |  |  | { label: '售后打包扣款', prop: 'orderFeePlatformPack', minWidth: 150 }, | 
|---|
|  |  |  | { label: '售后质检扣款', prop: 'orderFeePlatformCheck', minWidth: 150 }, | 
|---|
|  |  |  | { label: '售后物流扣款', prop: 'orderFeePlatformTransport', minWidth: 150 }, | 
|---|
|  |  |  | { label: '售后打包运费扣款', prop: 'orderFeePackingTransport', minWidth: 150 }, | 
|---|
|  |  |  |  | 
|---|
|  |  |  | { label: '总包干费', prop: 'partnerTotalFeeAmount', minWidth: 120 }, | 
|---|
|  |  |  | { label: '总售扎数', prop: 'orderNum', minWidth: 120 }, | 
|---|
|  |  |  | { label: '实际销售扎数', prop: 'realSaleNum', minWidth: 120 }, | 
|---|
|  |  |  | { label: '缺货扎数', prop: 'orderLackNum', minWidth: 120 }, | 
|---|
|  |  |  | { label: '降级扎数', prop: 'orderReduceNum', minWidth: 120 }, | 
|---|
|  |  |  | { label: '补货扎数', prop: 'orderReplaceNum', minWidth: 120 }, | 
|---|
|  |  |  |  | 
|---|
|  |  |  | { | 
|---|
|  |  |  | label: '利润', | 
|---|
|  |  |  | prop: 'profitFeeAmount', | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <style lang="scss" scoped> | 
|---|
|  |  |  | @import '@/assets/statistic/index.scss'; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | .statistic-title { | 
|---|
|  |  |  | text-align: center; | 
|---|
|  |  |  | font-size: 16px; | 
|---|
|  |  |  | color: $main-title-color; | 
|---|
|  |  |  | font-weight: bold; | 
|---|
|  |  |  | margin-bottom: 6px; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | .statistic-num { | 
|---|
|  |  |  | text-align: center; | 
|---|
|  |  |  | font-size: 16px; | 
|---|
|  |  |  | color: $primary-color; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | </style> | 
|---|
|  |  |  | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | <el-col :span="4" class="mb-10"> | 
|---|
|  |  |  | <el-card> | 
|---|
|  |  |  | <div class="statistic-title">销售扎数</div> | 
|---|
|  |  |  | <div class="statistic-title">总销售扎数</div> | 
|---|
|  |  |  | <div class="statistic-num"> | 
|---|
|  |  |  | {{ statistic.orderNum || 0 }} | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </el-card> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | <el-col :span="4" class="mb-10"> | 
|---|
|  |  |  | <el-card> | 
|---|
|  |  |  | <div class="statistic-title">实际销售扎数</div> | 
|---|
|  |  |  | <div class="statistic-num"> | 
|---|
|  |  |  | {{ statistic.realSaleNum || 0 }} | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </el-card> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | <el-col :span="4" class="mb-10"> | 
|---|
|  |  |  | <el-card> | 
|---|
|  |  |  | <div class="statistic-title">缺货扎数</div> | 
|---|
|  |  |  | <div class="statistic-num">{{ statistic.orderLackNum || 0 }}</div> | 
|---|
|  |  |  | </el-card> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | <el-col :span="4" class="mb-10"> | 
|---|
|  |  |  | <el-card> | 
|---|
|  |  |  | <div class="statistic-title">降级扎数</div> | 
|---|
|  |  |  | <div class="statistic-num">{{ statistic.orderReduceNum || 0 }}</div> | 
|---|
|  |  |  | </el-card> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | <el-col :span="4" class="mb-10"> | 
|---|
|  |  |  | <el-card> | 
|---|
|  |  |  | <div class="statistic-title">补货扎数</div> | 
|---|
|  |  |  | <div class="statistic-num">{{ statistic.orderReplaceNum || 0 }}</div> | 
|---|
|  |  |  | </el-card> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | <el-col :span="4" class="mb-10"> | 
|---|
|  |  |  | 
|---|
|  |  |  | { label: '售后扣合伙人款', prop: 'orderFeePartner', minWidth: 120 }, | 
|---|
|  |  |  |  | 
|---|
|  |  |  | { label: '总包干费', prop: 'partnerTotalFeeAmount', minWidth: 120 }, | 
|---|
|  |  |  |  | 
|---|
|  |  |  | { label: '总售扎数', prop: 'orderNum', minWidth: 120 }, | 
|---|
|  |  |  | { label: '实际销售扎数', prop: 'realSaleNum', minWidth: 120 }, | 
|---|
|  |  |  | { label: '缺货扎数', prop: 'orderLackNum', minWidth: 120 }, | 
|---|
|  |  |  | { label: '降级扎数', prop: 'orderReduceNum', minWidth: 120 }, | 
|---|
|  |  |  | { label: '补货扎数', prop: 'orderReplaceNum', minWidth: 120 }, | 
|---|
|  |  |  |  | 
|---|
|  |  |  | // { label: '实际销售扎数', prop: 'realSaleNum', minWidth: 120 }, | 
|---|
|  |  |  | ], | 
|---|
|  |  |  | searchForm: [ | 
|---|
|  |  |  | { | 
|---|
|  |  |  | 
|---|
|  |  |  | <template> | 
|---|
|  |  |  | <div> | 
|---|
|  |  |  | <div v-loading="statisticLoading"> | 
|---|
|  |  |  | <el-row :gutter="20" type="flex" justify="center"> | 
|---|
|  |  |  | <el-col :span="6" class="mb-10"> | 
|---|
|  |  |  | <el-card class="is-total"> | 
|---|
|  |  |  | <el-row :gutter="20"> | 
|---|
|  |  |  | <el-col :span="4" class="mb-10"> | 
|---|
|  |  |  | <el-card> | 
|---|
|  |  |  | <div class="statistic-title">底价合计</div> | 
|---|
|  |  |  | <div class="statistic-num">{{ statistic.orderSupplierPriceAmount || 0 }}</div> | 
|---|
|  |  |  | </el-card> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | <el-col :span="4" class="mb-10"> | 
|---|
|  |  |  | <el-card> | 
|---|
|  |  |  | <div class="statistic-title">降级扣款</div> | 
|---|
|  |  |  | <div class="statistic-num"> | 
|---|
|  |  |  | {{ statistic.orderSupplierPriceAmount || 0 }} | 
|---|
|  |  |  | {{ statistic.orderCheckFee || 0 }} | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </el-card> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | <el-col :span="12" class="mb-10"> | 
|---|
|  |  |  | <el-row :gutter="20"> | 
|---|
|  |  |  | <el-col :span="12" class="mb-10"> | 
|---|
|  |  |  | <el-card> | 
|---|
|  |  |  | <div class="statistic-title">降级扣款</div> | 
|---|
|  |  |  | <div class="statistic-num"> | 
|---|
|  |  |  | {{ statistic.orderCheckFee || 0 }} | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </el-card> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | <el-col :span="12" class="mb-10"> | 
|---|
|  |  |  | <el-card> | 
|---|
|  |  |  | <div class="statistic-title">缺货扣款</div> | 
|---|
|  |  |  | <div class="statistic-num"> | 
|---|
|  |  |  | {{ statistic.orderLackFeeSupplier || 0 }} | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </el-card> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | <el-col :span="12"> | 
|---|
|  |  |  | <el-card> | 
|---|
|  |  |  | <div class="statistic-title">售后扣款</div> | 
|---|
|  |  |  | <div class="statistic-num"> | 
|---|
|  |  |  | {{ statistic.salesFeeSupplier || 0 }} | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </el-card> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | <el-col :span="12"> | 
|---|
|  |  |  | <el-card> | 
|---|
|  |  |  | <div class="statistic-title">实际销售扎数</div> | 
|---|
|  |  |  | <div class="statistic-num"> | 
|---|
|  |  |  | {{ statistic.realSaleNum || 0 }} | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </el-card> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | </el-row> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | <el-col :span="6" class="mb-10"> | 
|---|
|  |  |  | <el-card class="is-total"> | 
|---|
|  |  |  | <div class="statistic-title">结算合计</div> | 
|---|
|  |  |  | <el-col :span="4" class="mb-10"> | 
|---|
|  |  |  | <el-card> | 
|---|
|  |  |  | <div class="statistic-title">缺货扣款</div> | 
|---|
|  |  |  | <div class="statistic-num"> | 
|---|
|  |  |  | {{ statistic.profitFeeAmount || 0 }} | 
|---|
|  |  |  | {{ statistic.orderLackFeeSupplier || 0 }} | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </el-card> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | <el-col :span="4" class="mb-10"> | 
|---|
|  |  |  | <el-card> | 
|---|
|  |  |  | <div class="statistic-title">售后扣款</div> | 
|---|
|  |  |  | <div class="statistic-num"> | 
|---|
|  |  |  | {{ statistic.salesFeeSupplier || 0 }} | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </el-card> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | <el-col :span="4" class="mb-10"> | 
|---|
|  |  |  | <el-card> | 
|---|
|  |  |  | <div class="statistic-title">总销售扎数</div> | 
|---|
|  |  |  | <div class="statistic-num"> | 
|---|
|  |  |  | {{ statistic.orderNum || 0 }} | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </el-card> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | <el-col :span="4" class="mb-10"> | 
|---|
|  |  |  | <el-card> | 
|---|
|  |  |  | <div class="statistic-title">实际销售扎数</div> | 
|---|
|  |  |  | <div class="statistic-num">{{ statistic.realSaleNum || 0 }}</div> | 
|---|
|  |  |  | </el-card> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | <el-col :span="4" class="mb-10"> | 
|---|
|  |  |  | <el-card> | 
|---|
|  |  |  | <div class="statistic-title">缺货扎数</div> | 
|---|
|  |  |  | <div class="statistic-num">{{ statistic.orderLackNum || 0 }}</div> | 
|---|
|  |  |  | </el-card> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | <el-col :span="4" class="mb-10"> | 
|---|
|  |  |  | <el-card> | 
|---|
|  |  |  | <div class="statistic-title">降级扎数</div> | 
|---|
|  |  |  | <div class="statistic-num">{{ statistic.orderReduceNum || 0 }}</div> | 
|---|
|  |  |  | </el-card> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | <el-col :span="4" class="mb-10"> | 
|---|
|  |  |  | <el-card> | 
|---|
|  |  |  | <div class="statistic-title">补货扎数</div> | 
|---|
|  |  |  | <div class="statistic-num"> | 
|---|
|  |  |  | {{ statistic.orderReplaceNum || 0 }} | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </el-card> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | <el-col :span="4" class="mb-10"> | 
|---|
|  |  |  | <el-card> | 
|---|
|  |  |  | <div class="statistic-title">结算合计</div> | 
|---|
|  |  |  | <div class="statistic-num">{{ statistic.profitFeeAmount || 0 }}</div> | 
|---|
|  |  |  | </el-card> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | </el-row> | 
|---|
|  |  |  | 
|---|
|  |  |  | minWidth: 150, | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { label: '售后扣花农款', prop: 'salesFeeSupplier', minWidth: 120 }, | 
|---|
|  |  |  |  | 
|---|
|  |  |  | { label: '总售扎数', prop: 'orderNum', minWidth: 120 }, | 
|---|
|  |  |  | { label: '实际销售扎数', prop: 'realSaleNum', minWidth: 120 }, | 
|---|
|  |  |  | { label: '缺货扎数', prop: 'orderLackNum', minWidth: 120 }, | 
|---|
|  |  |  | { label: '降级扎数', prop: 'orderReduceNum', minWidth: 120 }, | 
|---|
|  |  |  | { label: '补货扎数', prop: 'orderReplaceNum', minWidth: 120 }, | 
|---|
|  |  |  |  | 
|---|
|  |  |  | { | 
|---|
|  |  |  | label: '结算费用', | 
|---|
|  |  |  | prop: 'profitFeeAmount', | 
|---|
|  |  |  | 
|---|
|  |  |  | span: 24, | 
|---|
|  |  |  | searchImmediately: true, | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | label: '提现状态:', | 
|---|
|  |  |  | id: 'withdrawState', | 
|---|
|  |  |  | type: 'bus-radio', | 
|---|
|  |  |  | el: { | 
|---|
|  |  |  | hasAll: true, | 
|---|
|  |  |  | childType: 'el-radio-button', | 
|---|
|  |  |  | code: 'BILL_WITHDRAW_TYPE', | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | default: '', | 
|---|
|  |  |  | span: 24, | 
|---|
|  |  |  | searchImmediately: true, | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | {label: '供应商ID:', id: 'supplierId', type: 'input'}, | 
|---|
|  |  |  | {label: '供应商名称:', id: 'supplierName', type: 'input'}, | 
|---|
|  |  |  | { | 
|---|