wangyingjie 2 лет назад
Родитель
Сommit
0f8d413e58
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/view/report/kiln-car-status-report/index.vue

+ 2 - 2
src/view/report/kiln-car-status-report/index.vue

@@ -139,8 +139,8 @@ export default {
       if (row != null) {
         this.checkId = row.checkId
         if (this.tableData && this.tableData.length > 0) {
-          this.getCarrierFlow(row.carrierId)
-          this.getProduction(row.carrierId)
+          this.getCarrierFlow(row.carrierId) //查询总单 item对应的 窑车产品
+          this.getProduction(row.carrierId) //查询总单 item对应的 生产数据
         }
       }
     },