mayf
2024-09-09 c5ed2b03fb6f53a6144cf4d3a18bf31a9075d67a
pages/settlement/list/_id.vue
@@ -22,7 +22,12 @@
          label="结算合计(元)"
          prop="totalAmount"
        ></el-table-column>
        <el-table-column label="质检扣款(元)" prop="checkFee"></el-table-column>
        <el-table-column label="降级扣款(元)" prop="checkFee"></el-table-column>
        <el-table-column label="缺货扣款(元)" prop="lackFee"></el-table-column>
        <el-table-column
          label="补货扣款(元)"
          prop="replaceFee"
        ></el-table-column>
        <el-table-column label="售后理赔(元)" prop="salesFee"></el-table-column>
        <el-table-column
          label="集货站运费(元)"
@@ -56,7 +61,14 @@
              unit: '元',
            },
            { label: '结算均价:', id: 'price', type: 'input', unit: '元' },
            { label: '质检扣款:', id: 'checkFee', type: 'input', unit: '元' },
            { label: '降级扣款:', id: 'checkFee', type: 'input', unit: '元' },
            { label: '缺货扣款:', id: 'lackFee', type: 'input', unit: '元' },
            {
              label: '补货扣款:',
              id: 'replaceFee',
              type: 'input',
              unit: '元',
            },
            { label: '售后理赔:', id: 'salesFee', type: 'input', unit: '元' },
            { label: '服务费:', id: 'serviceFee', type: 'input', unit: '元' },
            {