mayf
2024-09-06 9e70204584a5c675a4d0e37fff9020d242df9bdb
pages/settlement/list/_id.vue
@@ -6,6 +6,7 @@
      label-width="auto"
      :content="formContent"
      readonly
      class="readonly-form"
    ></el-bus-form>
    <template v-if="goodsList && goodsList.length > 0">
      <el-bus-title
@@ -22,7 +23,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 +62,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: '元' },
            {