From d2eefd0123fc08296ea76de8c54777b6f9c20304 Mon Sep 17 00:00:00 2001 From: wws <18630710203@163.com> Date: Thu, 21 Sep 2023 15:12:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A7=E5=88=B6=E5=8F=B0=E6=89=93=E5=8D=B0?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/plan/order/index.vue | 3 ++- src/views/plan/plan/index.vue | 10 +++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/views/plan/order/index.vue b/src/views/plan/order/index.vue index d4ed8eb6..88433a9f 100644 --- a/src/views/plan/order/index.vue +++ b/src/views/plan/order/index.vue @@ -1129,6 +1129,7 @@ export default { return } this.$modal.msgSuccess('提交成功') + this.getList() }) let id = this.productData[0].id @@ -1146,7 +1147,7 @@ export default { batchQuantity: '' }] - this.getList() + // this.getList() this.splitOpen = false }, // 拆分-新增-取消按钮 diff --git a/src/views/plan/plan/index.vue b/src/views/plan/plan/index.vue index d96a16ba..a363f95c 100644 --- a/src/views/plan/plan/index.vue +++ b/src/views/plan/plan/index.vue @@ -720,7 +720,7 @@ export default { } } - // TODO 清空 + // 清空 if (this.checkUpdate) { for (let i = 0; i < this.wetMaterialPlanList.length; i++){ this.wetMaterialPlanList[i].materialName = null; @@ -745,7 +745,7 @@ export default { } } - // TODO 检验工单-物料-料罐 + // 检验工单-物料-料罐 for (let i = 0; i < this.selectList.length; i++) { for (let j = 0; j < this.wetMaterialPlanList.length; j++) { if (this.selectList[i].workorderCode == this.wetMaterialPlanList[j].workorderCode) { @@ -783,7 +783,7 @@ export default { this.bmsList.push(bms) - // TODO 将选择的信息放入newList + // 将选择的信息放入newList for (let i = 0; i < this.selectList.length; i++) { // 创建一个新工单对象 @@ -828,7 +828,7 @@ export default { this.newWorkOrderList.push(workOrder) } - // // TODO 将选择的数据在上方的列表中删除 + // // 将选择的数据在上方的列表中删除 for (let i = 0; i < this.selectList.length; i++) { for (let j = 0; j < this.wetMaterialPlanList.length; j++) { if (this.selectList[i].workorderCode == this.wetMaterialPlanList[j].workorderCode) { @@ -1248,7 +1248,7 @@ export default { }, /** 修改-提交按钮 */ updateForm() { - // TODO 必须全部修改 + // 必须全部修改 for (let i = 0; i < this.wetMaterialPlanList.length; i++) { if (this.wetMaterialPlanList[i].bucketName == null) { this.$message({