diff --git a/src/api/warehouse/handlingUnitOperationLog.js b/src/api/warehouse/handlingUnitOperationLog.js new file mode 100644 index 0000000..13c525f --- /dev/null +++ b/src/api/warehouse/handlingUnitOperationLog.js @@ -0,0 +1,7 @@ +import { createAPI } from "@/utils/httpRequest.js"; + +// ================== 标签操作记录 - rqrq ================== + +// 分页查询标签操作记录列表 - rqrq +export const searchHandlingUnitOperationLogList = data => createAPI('/warehouse/handlingunitoperationlog/list', 'POST', data); + diff --git a/src/views/modules/automatedWarehouse/agvTask.vue b/src/views/modules/automatedWarehouse/agvTask.vue index 6e864b3..d8ac088 100644 --- a/src/views/modules/automatedWarehouse/agvTask.vue +++ b/src/views/modules/automatedWarehouse/agvTask.vue @@ -146,10 +146,11 @@ + - + - - + + @@ -73,7 +73,7 @@ {{ formatDate(scope.row.operationTime) }} - +