Przeglądaj źródła

窑车状态表

wangyingjie 2 lat temu
rodzic
commit
0f8d413e58
1 zmienionych plików z 2 dodań i 2 usunięć
  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对应的 生产数据
         }
       }
     },