Browse Source

【修改】bug

莫绍宝 3 years ago
parent
commit
788c7e5752
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/supply/retail/components/retail_form.vue

+ 1 - 1
src/views/supply/retail/components/retail_form.vue

@@ -135,7 +135,7 @@
         </el-table-column>
         <el-table-column align="right" label="使用返利金额" min-width="120" show-overflow-tooltip>
           <template slot-scope="scope">
-            {{(scope.row.price * scope.row.qty * (scope.row.rebateRate * 100)) / 100}}
+            {{((scope.row.price - scope.row.discAmount) * scope.row.qty * (scope.row.rebateRate * 100)) / 100}}
           </template>
         </el-table-column>
         <el-table-column align="right" label="格力折扣" min-width="100" show-overflow-tooltip>