| | |
| | | <dict-tag :options="dict.type.order_scheduling_produce_status" :value="scope.row.productionStatus"/> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="工时" align="center" prop="workingHours"> |
| | | <!-- <el-table-column label="工时" align="center" prop="workingHours">--> |
| | | |
| | | </el-table-column> |
| | | <el-table-column label="当前工位" align="center" prop="currentWorkstation"> |
| | | <!-- </el-table-column>--> |
| | | <!-- <el-table-column label="工位编号" align="center" prop="currentWorkstation">--> |
| | | |
| | | </el-table-column> |
| | | <!-- </el-table-column>--> |
| | | <el-table-column label="质量状态" align="center" prop="qualityStatus"> |
| | | <template slot-scope="scope"> |
| | | <dict-tag :options="dict.type.quality_status" :value="scope.row.qualityStatus"/> |
| | |
| | | </el-table-column> |
| | | <el-table-column label="总装下线时间" align="center" prop="finalAssemblyOfflineTime" width="160"> |
| | | </el-table-column> |
| | | <el-table-column label="CVT上线时间" align="center" prop="cvtLaunchTime" width="160"> |
| | | </el-table-column> |
| | | <el-table-column label="CVT下线时间" align="center" prop="cvtOfflineTime" width="160"> |
| | | </el-table-column> |
| | | <!-- <el-table-column label="CVT上线时间" align="center" prop="cvtLaunchTime" width="160">--> |
| | | <!-- </el-table-column>--> |
| | | <!-- <el-table-column label="CVT下线时间" align="center" prop="cvtOfflineTime" width="160">--> |
| | | <!-- </el-table-column>--> |
| | | <el-table-column label="操作人" align="center" prop="operator"> |
| | | |
| | | </el-table-column> |
| | |
| | | <span slot="label"><i class="el-icon-date"></i>拧紧数据</span> |
| | | <report1 :list1 = this.list1></report1> |
| | | </el-tab-pane> |
| | | <el-tab-pane> |
| | | <span slot="label"><i class="el-icon-date"></i>相机检测</span> |
| | | <report2 :list2 = this.list2></report2> |
| | | </el-tab-pane> |
| | | <!-- <el-tab-pane>--> |
| | | <!-- <span slot="label"><i class="el-icon-date"></i>相机检测</span>--> |
| | | <!-- <report2 :list2 = this.list2></report2>--> |
| | | <!-- </el-tab-pane>--> |
| | | <el-tab-pane> |
| | | <span slot="label"><i class="el-icon-date"></i>外漏检测</span> |
| | | <report3 :list3 = this.list3></report3> |
| | |
| | | let workOrderNo = this.$route.query.workOrderNo; |
| | | this.queryParams.orderNo = workOrderNo |
| | | this.getMainList(); |
| | | this.getChildList(); |
| | | // this.getChildList(); |
| | | }, |
| | | methods: { |
| | | toggleSelection(rows) { |
| | |
| | | getMainList() { |
| | | this.loading = true; |
| | | console.log(this.queryParams) |
| | | listOrderScheduling(this.queryParams).then(response => { |
| | | let query = { |
| | | pageNum: this.queryParams.pageNum, |
| | | pageSize: this.queryParams.pageSize, |
| | | orderNo: this.queryParams.orderNo, |
| | | engineNo: this.queryParams.engineNo, |
| | | engineNoList: [], |
| | | } |
| | | listOrderScheduling(query).then(response => { |
| | | this.orderSchedulingList = response.rows; |
| | | this.total = response.total; |
| | | this.loading = false; |
| | |
| | | }, |
| | | getList(){ |
| | | this.getMainList() |
| | | this.getChildList() |
| | | // this.getChildList() |
| | | } |
| | | // handleCurrentChange(val) { |
| | | // this.multipleSelection = val; |