From 0e99b449cc17a7648460187b09100d201b99815e Mon Sep 17 00:00:00 2001 From: zhangdingyu <974548713@qq.com> Date: Mon, 18 Mar 2019 10:23:57 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E8=83=BD=E5=8A=9B=E5=B9=B3?= =?UTF-8?q?=E8=A1=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ProductionCapacityBalance/index.vue | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/views/ManufacturingCenter/ProductionCapacityBalance/index.vue b/src/views/ManufacturingCenter/ProductionCapacityBalance/index.vue index c0405e35..e8d423a4 100644 --- a/src/views/ManufacturingCenter/ProductionCapacityBalance/index.vue +++ b/src/views/ManufacturingCenter/ProductionCapacityBalance/index.vue @@ -1453,12 +1453,7 @@ export default { this.result1 = 0 for (let i = 0; i < this.tableData1.length; i++) { this.length = this.tableData1.length - if (this.预计外协[i] === '否') { - this.预计外协[i] = 1 - } else { - this.预计外协[i] = 2 - } - out(this.tableData1[i].工艺计划流水号, this.预计外协[i]).then(response => { + out(this.tableData1[i].工艺计划流水号, 1).then(response => { }).then(() => { plan(this.tableData1[i].工艺计划流水号).then(response => { if (this.tableData1[i].平衡次数 !== 0 || this.tableData1[i].是否焊接 !== 1) { @@ -1466,7 +1461,6 @@ export default { if (this.result1 === this.length) { this.$message.success('零件计划制定成功') this.total1 = 0 - this.pageSize1 = 10 this.pageList1 = 1 this.Selection1() } else if (response.data[0].result === '0') {