From 5568528abf013c5fc62357102dcb9a6c4fdad119 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Tue, 3 Dec 2024 14:43:47 +0800 Subject: [PATCH] =?UTF-8?q?2024-12-03=20=E8=AE=A1=E7=AE=97=E5=B7=A5?= =?UTF-8?q?=E6=97=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/part/routingManagement.vue | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/views/modules/part/routingManagement.vue b/src/views/modules/part/routingManagement.vue index 2bcdab0..78146fb 100644 --- a/src/views/modules/part/routingManagement.vue +++ b/src/views/modules/part/routingManagement.vue @@ -2589,10 +2589,6 @@ export default { this.$message.warning('请先选择替代!') return } - // if (this.detailData.status != null && this.detailData.status !== '' && this.detailData.status !== 'Tentative') { - // this.$message.warning('不可编辑的替代状态!') - // return - // } this.componentData = { flag: '1', site: this.modalData.site, @@ -2644,10 +2640,6 @@ export default { * 编辑模态框 */ updateComponentModal (row) { - // if (this.detailData.status != null && this.detailData.status !== '' && this.detailData.status !== 'Tentative') { - // this.$message.warning('不可编辑的替代状态!') - // return - // } this.componentData = { flag: '2', site: row.site, @@ -2942,10 +2934,6 @@ export default { * 删除子物料 */ deleteComponentPart () { - // if (this.detailData.status != null && this.detailData.status !== '' && this.detailData.status !== 'Tentative') { - // this.$message.warning('不可编辑的替代状态!') - // return - // } if (this.checkedDetail.length === 0) { this.$message.warning('请选择要删除子物料!') return