huangmp há 2 anos atrás
pai
commit
e92d5d991a

+ 1 - 1
src/views/modules/afterSales/thirdAfterSales.vue

@@ -307,7 +307,7 @@ export default {
     },
     // 刷新回调
     refreshChange () {
-      this.page.currentPage = 1
+      // this.page.currentPage = 1
       this.getDataList(this.page)
     },
     searchChange (params) {

+ 8 - 0
src/views/modules/settlement/third-print-settlement.vue

@@ -97,6 +97,14 @@
               <span style="color: green; font-weight: bold;font-size: 16px">+{{scope.row.settleDeliveryAmount }}</span>
             </template>
           </el-table-column>
+          <el-table-column
+            align="center"
+            label="售后结算金额(按成本)"
+            prop="settleAfterSalesAmount">
+            <template slot-scope="scope">
+              <span style="color: red; font-weight: bold;font-size: 16px">-{{scope.row.settleAfterSalesCostAmount }}</span>
+            </template>
+          </el-table-column>
           <el-table-column
             align="center"
             label="售后结算金额"