chenrui hace 3 años
padre
commit
1a543344a7
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/reportData/chainStockReport/list.vue

+ 2 - 2
src/views/reportData/chainStockReport/list.vue

@@ -87,8 +87,8 @@
       <!-- 合计 -->
       <a-alert type="info" style="margin-bottom:10px">
         <div class="ftext" slot="message">
-          现有库存总数量(个):<strong> {{ (totalData && (totalData.totalQty || totalData.totalQty==0)) ? totalData.totalQty : '--' }} </strong>;
-          现有库存总成本(¥):<strong> {{ (totalData && (totalData.totalCost || totalData.totalCost==0)) ? totalData.totalCost : '--' }} </strong>。
+          现有库存总数量(个):<strong> {{ (totalData && (totalData.currentStockQty || totalData.currentStockQty==0)) ? totalData.currentStockQty : '--' }} </strong>;
+          现有库存总成本(¥):<strong> {{ (totalData && (totalData.currentStockCost || totalData.currentStockCost==0)) ? totalData.currentStockCost : '--' }} </strong>。
         </div>
       </a-alert>
       <!-- 列表 -->