From 07d3416af9e202cdc4053dd421f5d3f4c27e3fe1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=93=E8=B1=86=E8=B1=86?= <3346088772@qq.comcd> Date: Thu, 21 Mar 2024 16:42:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mes/pro/schedule/index.vue | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/views/mes/pro/schedule/index.vue b/src/views/mes/pro/schedule/index.vue index b98c0b7..d8866ab 100644 --- a/src/views/mes/pro/schedule/index.vue +++ b/src/views/mes/pro/schedule/index.vue @@ -688,6 +688,20 @@ export default { } }); }, + // 删除 + handleSuspended(row) { + // const workorderIds = row.workorderId || this.ids; + // this.$modal + // .confirm("确认删除?") + // .then(function () { + // return dofinish(workorderIds); //完成工单 + // }) + // .then(() => { + // this.getList(); + // this.$modal.msgSuccess("删除成功"); + // }) + // .catch(() => {}); + }, selectable(row, index) { if (row.status == "WORKING" || row.status == "PREPARE") {