陶杰
2024-10-30 33ba0b0585a2ecbbb04ade3df268ad2b05e1221c
pages/report/finance/_date.vue
@@ -29,6 +29,7 @@
          { label: '合伙人', prop: 'partnerName', minWidth: '120px' },
          { label: '下单时间', prop: 'orderDate', minWidth: '180px' },
          { label: '订单金额', prop: 'orderTotal', minWidth: '120px' },
          { label: '订单金额(实付)', prop: 'totalAmount', minWidth: '120px' },
          {
            label: '花农底价',
            prop: 'orderSupplierPriceAmount',
@@ -96,7 +97,8 @@
            prop: 'partnerTotalFeeAmount',
            minWidth: '100px',
          },
          { label: '销售扎数', prop: 'realSaleNum', minWidth: '100px' },
          { label: '总销售扎数', prop: 'orderNum', minWidth: '100px' },
          { label: '实际销售扎数', prop: 'realSaleNum', minWidth: '100px' },
          {
            label: '利润',
            prop: 'profitFeeAmount',
@@ -127,7 +129,10 @@
                },
                default: this.$route.params.date,
              },
              { ...getPartnerListConfig() },
              {
                ...getPartnerListConfig(),
                default: this.$route.query.partnerId || '',
              },
            ],
          },
        ],