diff --git a/src/views/ManufacturingCenter/CreatePreparationBill/index.vue b/src/views/ManufacturingCenter/CreatePreparationBill/index.vue index fc9b7f5f..73a5d01c 100644 --- a/src/views/ManufacturingCenter/CreatePreparationBill/index.vue +++ b/src/views/ManufacturingCenter/CreatePreparationBill/index.vue @@ -156,7 +156,6 @@ export default { order: '', gouxuan: 0, totalnumber: 0 - } }, created() { @@ -215,9 +214,6 @@ export default { if (response.data.total === 0) { this.loading = false } else { - // this.tableData.push({ - // 重量: response.data.rows[0].重量 - // }) this.totalnumber = response.data.rows.length this.tableData = response.data.rows this.total = response.data.total @@ -245,7 +241,7 @@ export default { edit(this.tableData2[i].工艺计划流水号).then(response => { this.a += parseInt(response.data[0].result) if (this.a === this.tableData2.length) { - this.pageSize = 10 + this.pageSize = 30 this.pageCurrent = 1 this.searchTable() } @@ -268,7 +264,7 @@ export default { edit2(this.tableData2[i].工艺计划流水号, this.$store.state.user.id).then(response => { this.a += parseInt(response.data[0].result) if (this.a === this.tableData2.length) { - this.pageSize = 10 + this.pageSize = 30 this.pageCurrent = 1 this.searchTable() } diff --git a/src/views/Outsourcing/OutsourcingPartsQuery/index.vue b/src/views/Outsourcing/OutsourcingPartsQuery/index.vue index d78ad90c..5792c034 100644 --- a/src/views/Outsourcing/OutsourcingPartsQuery/index.vue +++ b/src/views/Outsourcing/OutsourcingPartsQuery/index.vue @@ -76,12 +76,12 @@ {{ scope.row.任务下达日期 ? scope.row.任务下达日期.split(' ')[0]:scope.row.任务下达日期 }} - + - + diff --git a/src/views/WorkshopProcurement/CreatingPurchasingMaterials/index.vue b/src/views/WorkshopProcurement/CreatingPurchasingMaterials/index.vue index 30967cd8..093093fb 100644 --- a/src/views/WorkshopProcurement/CreatingPurchasingMaterials/index.vue +++ b/src/views/WorkshopProcurement/CreatingPurchasingMaterials/index.vue @@ -19,7 +19,7 @@ stripe highlight-current-row style="width:720px ;margin-top:3px;" - height="690" + height="505" size="mini" @sort-change="sortChange" @selection-change="handleSelectionChange"> @@ -117,7 +117,7 @@ border stripe style="max-height: 460px;width: 1120px" - height="230px" + height="140px" size="mini" highlight-current-row @row-click="searchTable3"> @@ -191,7 +191,7 @@ @size-change="handleSizeChange2" @current-change="handleCurrentChange2"/> - +