diff --git a/src/views/modules/qc/inboundNotification.vue b/src/views/modules/qc/inboundNotification.vue index 7f10b3d..edbd3b7 100644 --- a/src/views/modules/qc/inboundNotification.vue +++ b/src/views/modules/qc/inboundNotification.vue @@ -404,7 +404,7 @@ label="操作"> @@ -1540,7 +1540,7 @@ updateModal (row) { // 先更新当前行数据,确保使用的是点击行的数据 this.currentRow = JSON.parse(JSON.stringify(row)) - + if (this.currentRow.orderType === '采购入库' || this.currentRow.orderType === '销售退货') { this.$message.warning('该类型单据不能编辑!') return @@ -1683,7 +1683,7 @@ closeModal (row) { // 先更新当前行数据 this.currentRow = JSON.parse(JSON.stringify(row)) - + if (this.currentRow.orderType === '采购入库' || this.currentRow.orderType === '销售退货') { this.$message.warning('该类型单据不能编辑!') return @@ -1702,7 +1702,7 @@ issueModal (row) { // 先更新当前行数据 this.currentRow = JSON.parse(JSON.stringify(row)) - + if (this.currentRow.orderType === '采购入库' || this.currentRow.orderType === '销售退货') { this.$message.warning('该类型单据不能编辑!') return