进件代码调整,增加进件列表页面和筛选

This commit is contained in:
2026-01-12 15:33:08 +08:00
parent 684014e183
commit 1a16b0b3dd
11 changed files with 1192 additions and 324 deletions

View File

@@ -3,6 +3,18 @@ const request = http.request;
const urlType = "order";
export function getList(data) {
return request({
url: urlType + '/admin/data/entryManager/list',
method: "GET",
data: {
...data,
},
});
}
// ocr识别填充
export function getInfoByImg(data) {
return request({
@@ -26,7 +38,7 @@ export function bankBranchList(data) {
}
// 获取进件信息
export function entryManager(data) {
export function getEntryManager(data) {
return request({
url: urlType + '/admin/data/entryManager',
method: "GET",