Răsfoiți Sursa

窑车状态表

wangyingjie 2 ani în urmă
părinte
comite
0f8d413e58
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  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对应的 生产数据
         }
       }
     },