Explorar o código

fix: 格力折扣计算

zh %!s(int64=2) %!d(string=hai) anos
pai
achega
12203129cf
Modificáronse 1 ficheiros con 7 adicións e 1 borrados
  1. 7 1
      src/views/supply/displace/displace_list.vue

+ 7 - 1
src/views/supply/displace/displace_list.vue

@@ -364,7 +364,13 @@
             prop="ke_discAmount"
             min-width="100"
             show-overflow-tooltip
-          ></el-table-column>
+          >
+          <template slot-scope="scope">
+              {{
+                  scope.row.ke_discAmount * scope.row.ke_refundableQty
+              }}
+            </template>
+        </el-table-column>
           <el-table-column
             align="left"
             label="现金钱包"