This commit is contained in:
打豆豆
2024-03-21 16:42:17 +08:00
parent 26a2b4cf32
commit 07d3416af9

View File

@@ -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") {