huangmp 1 yıl önce
ebeveyn
işleme
949292d834

+ 4 - 4
src/views/modules/settlement/third-print-settlement.vue

@@ -172,7 +172,7 @@
           <el-table-column
             align="center"
             width="110px"
-            label="打包快递结算金额(按件2.8元)"
+            label="打包快递结算金额(按件2.55元)"
             prop="settleLaborAmount">
             <template slot-scope="scope">
               <span style="color: green; font-weight: bold;font-size: 16px">+{{scope.row.settleLaborAmount }}</span>
@@ -198,10 +198,10 @@
           </el-table-column>
           <el-table-column
             align="center"
-            label="物料结算金额"
-            prop="settleMaterialAmount">
+            label="售后结算金额"
+            prop="settleAfterSalesAmount">
             <template slot-scope="scope">
-              <span style="color: red; font-weight: bold;font-size: 16px">-{{scope.row.settleMaterialAmount }}</span>
+              <span style="color: red; font-weight: bold;font-size: 16px">-{{scope.row.settleAfterSalesAmount }}</span>
             </template>
           </el-table-column>
           <el-table-column