|
|
@@ -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对应的 生产数据
|
|
|
}
|
|
|
}
|
|
|
},
|