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 @@
- - 工单编号 + - + @@ -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" > - + 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 @@ +