mayf
2024-09-04 7ea7d250a97cd80f26a934c61676d6efc341da02
结算修改
已修改2个文件
18 ■■■■ 文件已修改
pages/settlement/list/_id.vue 14 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/settlement/list/index.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/settlement/list/_id.vue
@@ -23,6 +23,11 @@
          prop="totalAmount"
        ></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: '元' },
            {
pages/settlement/list/index.vue
@@ -38,7 +38,9 @@
          { label: '商品数量', prop: 'flowerNum', minWidth: 100 },
          { label: '结算合计(元)', prop: 'totalAmount', minWidth: 120 },
          { label: '结算均价(元)', prop: 'price', minWidth: 120 },
          { label: '质检扣款(元)', prop: 'checkFee', minWidth: 120 },
          { label: '降级扣款(元)', prop: 'checkFee', minWidth: 120 },
          { label: '缺货扣款(元)', prop: 'lackFee', minWidth: 120 },
          { label: '补货扣款(元)', prop: 'replaceFee', minWidth: 120 },
          { label: '售后理赔(元)', prop: 'salesFee', minWidth: 120 },
          { label: '服务费(元)', prop: 'serviceFee', minWidth: 120 },
          { label: '集货站运费(元)', prop: 'stationFee', minWidth: 120 },