diff --git a/src/api/warehouse/palletOperationLog.js b/src/api/warehouse/palletOperationLog.js new file mode 100644 index 0000000..0b6bf35 --- /dev/null +++ b/src/api/warehouse/palletOperationLog.js @@ -0,0 +1,7 @@ +import { createAPI } from "@/utils/httpRequest.js"; + +// ================== 托盘操作记录查询 - rqrq ================== + +// 分页查询托盘操作记录列表 - rqrq +export const searchPalletOperationLogList = data => createAPI('/warehouse/palletoperationlog/list', 'POST', data); + diff --git a/src/views/modules/automatedWarehouse/palletOperationLog.vue b/src/views/modules/automatedWarehouse/palletOperationLog.vue new file mode 100644 index 0000000..11538b8 --- /dev/null +++ b/src/views/modules/automatedWarehouse/palletOperationLog.vue @@ -0,0 +1,252 @@ + + + + + +