diff --git a/src/views/modules/qc/inboundNotification.vue b/src/views/modules/qc/inboundNotification.vue
index 68291ab..0c45527 100644
--- a/src/views/modules/qc/inboundNotification.vue
+++ b/src/views/modules/qc/inboundNotification.vue
@@ -673,6 +673,14 @@
show-overflow-tooltip
label="备注">
+
+
{
if (data && data.code === 0) {
this.getDataList()
diff --git a/src/views/modules/qc/outboundNotification.vue b/src/views/modules/qc/outboundNotification.vue
index 2245926..61827db 100644
--- a/src/views/modules/qc/outboundNotification.vue
+++ b/src/views/modules/qc/outboundNotification.vue
@@ -1741,10 +1741,10 @@
// 先更新当前行数据
this.currentRow = JSON.parse(JSON.stringify(row))
- if (this.currentRow.orderType === '销售出库') {
- this.$message.warning('销售出库单据不能编辑!')
- return
- }
+ // if (this.currentRow.orderType === '销售出库') {
+ // this.$message.warning('销售出库单据不能编辑!')
+ // return
+ // }
closeOutboundNotification(row).then(({data}) => {
if (data && data.code === 0) {
this.getDataList()