From 42cc4f45ff1e825c7e6a29e3039fdcc4f6bb3e4a Mon Sep 17 00:00:00 2001
From: "HUOJIN\\92525" <925258474@qq.com>
Date: Thu, 25 Apr 2024 14:23:47 +0800
Subject: [PATCH] no message
---
 src/views/business-data/businessTask/asnTask.vue | 12 ++++--------
 src/views/business-data/inventory/index.vue      |  6 +++---
 src/views/business-data/mo/index.vue             |  5 +++--
 src/views/business-data/pickDetail/pickTask.vue  |  6 +++---
 4 files changed, 13 insertions(+), 16 deletions(-)
diff --git a/src/views/business-data/businessTask/asnTask.vue b/src/views/business-data/businessTask/asnTask.vue
index ab9e3fa..ebbf6b8 100644
--- a/src/views/business-data/businessTask/asnTask.vue
+++ b/src/views/business-data/businessTask/asnTask.vue
@@ -41,8 +41,8 @@
       
 
       
-        
-        
工单编号
+        
         
         
         
         
-        
+        
           
             {{ scope.row.itemKey.orderNumber }}
           
@@ -207,11 +207,7 @@ export default {
       getItemsList().then(res => {
         this.itemListData = res;
       }).catch(e => {
-        this.$message({
-          showClose: true,
-          message: '物料加载失败',
-          type: 'error'
-        });
+        this.crud.notify('物料加载失败!', CRUD.NOTIFICATION_TYPE.ERROR);
       })
     }
   }
diff --git a/src/views/business-data/inventory/index.vue b/src/views/business-data/inventory/index.vue
index b5eebf3..5710550 100644
--- a/src/views/business-data/inventory/index.vue
+++ b/src/views/business-data/inventory/index.vue
@@ -15,8 +15,8 @@
       
-      
-      工单编号
+      
 
       
@@ -98,7 +98,7 @@
         height="70vh"
       >
         
-        
+        
           
             {{ scope.row.itemKey.orderNumber }}
           
diff --git a/src/views/business-data/mo/index.vue b/src/views/business-data/mo/index.vue
index d28e0f6..e6166c7 100644
--- a/src/views/business-data/mo/index.vue
+++ b/src/views/business-data/mo/index.vue
@@ -17,8 +17,8 @@
                     @keyup.enter.native="crud.toQuery"/>
         
 
-        
-          
+          
         
@@ -63,6 +63,7 @@
         
         
         
+        
         
         
           
diff --git a/src/views/business-data/pickDetail/pickTask.vue b/src/views/business-data/pickDetail/pickTask.vue
index 40133c6..eed3029 100644
--- a/src/views/business-data/pickDetail/pickTask.vue
+++ b/src/views/business-data/pickDetail/pickTask.vue
@@ -48,8 +48,8 @@
         
         
-        
-        工单编号
+        
         
         
         
         
-        
+        
           
             {{ scope.row.itemKey.orderNumber }}