소스 검색

Merge tag 'Hotfix-mo-158' into develop

Finish Hotfix-mo-158
莫绍宝 3 년 전
부모
커밋
5322f4ac8a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>