소스 검색

退款订单

lxb 1 일 전
부모
커밋
1470cda049
1개의 변경된 파일8개의 추가작업 그리고 1개의 파일을 삭제
  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>