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 }}