diff --git a/src/views/ManufacturingCenter/ProductionCapacityBalance/index.vue b/src/views/ManufacturingCenter/ProductionCapacityBalance/index.vue
index e8d423a4..0c9914fb 100644
--- a/src/views/ManufacturingCenter/ProductionCapacityBalance/index.vue
+++ b/src/views/ManufacturingCenter/ProductionCapacityBalance/index.vue
@@ -27,8 +27,8 @@
零件图号:
- 查询
- 查询
+ 查询
+ 查询
是否扫描查询
@@ -431,11 +431,10 @@
@current-change="handleCurrentChange1"/>
虚拟排产
- 确定零件计划
+ 确定零件计划
全部选出
-
@@ -1103,11 +1102,9 @@ export default {
if (this.result1 === this.multipleSelection.length) {
this.result1 = 0
this.total1 = 0
- this.pageSize1 = 10
this.pageList1 = 1
this.Selection1()
this.total = 0
- this.pageSize = 10
this.pageList = 1
this.getTable()
}
@@ -1128,11 +1125,9 @@ export default {
}
}).then(() => {
this.total = 0
- this.pageSize = 10
this.pageList = 1
this.getTable()
this.total1 = 0
- this.pageSize1 = 10
this.pageList1 = 1
this.Selection1()
})
@@ -1148,7 +1143,6 @@ export default {
xuanchu(this.工艺计划流水号[index]).then(response => {
}).then(() => {
this.pageList = 1
- this.pageSize = 10
this.total = 0
this.getTable()
}).then(() => {
@@ -1232,7 +1226,6 @@ export default {
this.计划日期.push(response.data[i].计划日期)
}
})
- this.listLoading1 = false
})
}
} else {
@@ -1240,6 +1233,8 @@ export default {
this.listLoading1 = false
this.total1 = 0
}
+ }).then(() => {
+ this.listLoading1 = false
})
},
// 调整
@@ -1285,11 +1280,9 @@ export default {
}
}).then(() => {
this.total = 0
- this.pageSize = 10
this.pageList = 1
this.getTable()
this.total1 = 0
- this.pageSize1 = 10
this.pageList1 = 1
this.Selection1()
})
@@ -1408,7 +1401,6 @@ export default {
message: '板焊结束时间修改成功!'
})
this.pageList = 1
- this.pageSize = 10
this.total = 0
this.getTable()
} else {
@@ -1495,7 +1487,6 @@ export default {
if (i === this.multipleSelection.length - 1) {
this.$message.success('零件计划制定成功')
this.pageList = 1
- this.pageSize = 10
this.total = 0
this.getTable()
}
@@ -1565,7 +1556,6 @@ export default {
}).then(() => {
this.total = 0
this.pageList = 1
- this.pageSize = 10
this.getTable()
})
})