From 483232e5fccf901bfa2ab257d11f1c99dcf2c95a Mon Sep 17 00:00:00 2001 From: 1178634255 <1178634255@qq.com> Date: Mon, 22 May 2023 11:30:32 +0800 Subject: [PATCH] =?UTF-8?q?=20=E4=BF=AE=E5=A4=8D=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E7=94=B3=E8=B4=AD=E5=8D=95=E6=8D=AE=EF=BC=9A=E4=BA=A7=E5=93=81?= =?UTF-8?q?=E5=BD=95=E5=85=A5=E5=88=A0=E9=99=A4=E5=90=8E=E9=87=8D=E6=96=B0?= =?UTF-8?q?=E5=BD=95=E5=85=A5=E4=BC=9A=E6=8A=A5=E9=94=99=EF=BC=8C=E6=8E=A5?= =?UTF-8?q?=E7=9D=80=E5=BD=95=E5=85=A5=E5=85=B6=E4=BB=96=E4=BA=A7=E5=93=81?= =?UTF-8?q?=EF=BC=8C=E4=BC=9A=E6=98=BE=E7=A4=BA=E8=AF=A5=E4=BA=A7=E5=93=81?= =?UTF-8?q?=E5=92=8C=E4=B9=8B=E5=89=8D=E6=8A=A5=E9=94=99=E7=9A=84=E4=BA=A7?= =?UTF-8?q?=E5=93=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/purchase/purApply/purApplyEditDiaolog.vue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/views/purchase/purApply/purApplyEditDiaolog.vue b/src/views/purchase/purApply/purApplyEditDiaolog.vue index 26de2e75..c07f81b0 100644 --- a/src/views/purchase/purApply/purApplyEditDiaolog.vue +++ b/src/views/purchase/purApply/purApplyEditDiaolog.vue @@ -418,6 +418,7 @@ export default { } }, deleteCodeArray(index, row) { + this.orderEditor=true; this.$confirm("此操作将永久删除该数据, 是否继续?", "提示", { confirmButtonText: "确定", cancelButtonText: "取消", @@ -426,16 +427,20 @@ export default { this.$refs.multipleTable.setCurrentRow(); this.currentRow = {}; this.selectedIndex = ""; - + //this.$message.success(this.orderEditor); if (this.orderEditor) { this.detailLoading = true; + //this.$message.success(6666); if (this.$isNotBlank(row.id)) { + //this.$message.success(66661); delApplyDetail(row.id) .then(response => { + //this.$message.success(66662); this.detailLoading = false; if (response.code === 20000) { + //this.$message.success(66663); this.$message.success(response.data); - // this.getStockOrderDetailList(); + this.getStockOrderDetailList(); this.codeArray.splice(index, 1); } else { this.$message.error(response.message);