Ver código fonte

feat: 销售执行明细汇总置换单详情使用返利金额行计算公式

zh 2 anos atrás
pai
commit
de61e2cf98

+ 1 - 1
src/views/supply/implement/components/displace_detail.vue

@@ -88,7 +88,7 @@
           show-overflow-tooltip
         >
           <template slot-scope="scope">
-            {{ scope.row.singleRebateAmount | numToFixed }}
+            {{ scope.row.singleRebateAmount*scope.row.displaceQty | numToFixed }}
           </template>
         </el-table-column>
         <el-table-column align="right" label="格力折扣" prop="totalDiscAmount" min-width="100" show-overflow-tooltip>