lxb 1 dag sedan
förälder
incheckning
1470cda049
1 ändrade filer med 8 tillägg och 1 borttagningar
  1. 8 1
      src/views/hisStore/components/productAfterSalesOrder.vue

+ 8 - 1
src/views/hisStore/components/productAfterSalesOrder.vue

@@ -144,9 +144,16 @@
                 {{scope.row.num}}
             </template>
           </el-table-column>
+<!--          <el-table-column label="运费金额" width="180" align="center">
+            <template slot-scope="scope">
+              ¥{{ (order.payPostage || 0).toFixed(2) }}
+            </template>
+          </el-table-column>-->
           <el-table-column label="小计"  align="center">
             <template slot-scope="scope">
-              ¥{{scope.row.num*JSON.parse(scope.row.jsonInfo).price}}
+<!--              ¥{{scope.row.num*JSON.parse(scope.row.jsonInfo).price}}-->
+<!--              {{ (goodsTotal + (order.payPostage || 0)).toFixed(2) }}-->
+              ¥{{order.payPrice}}
             </template>
           </el-table-column>
         </el-table>