diff --git a/src/api/trans/transRecord.js b/src/api/trans/transRecord.js new file mode 100644 index 0000000..f4d0307 --- /dev/null +++ b/src/api/trans/transRecord.js @@ -0,0 +1,7 @@ +import { createAPI } from "@/utils/httpRequest.js"; + +// 查询出入库子表记录(header + detail + sub) +export const searchTransSubRecords = data => + createAPI(`/trans/searchTransSubRecords`, 'POST', data); + + diff --git a/src/views/modules/trans/transSubRecordQuery.vue b/src/views/modules/trans/transSubRecordQuery.vue new file mode 100644 index 0000000..c7c567a --- /dev/null +++ b/src/views/modules/trans/transSubRecordQuery.vue @@ -0,0 +1,353 @@ + + + + + + +