14 分钟以前 3f7a1f34aff16f12de093a9579201e518b0c309b
src/api/erp/stock/check/index.ts
@@ -1,4 +1,4 @@
import type { PageParam, PageResult } from '../../../../packages/effects/request/src';
import type { PageParam, PageResult } from '@vben/request';
import { requestClient } from '#/api/request';
@@ -12,7 +12,7 @@
    totalPrice: number; // 合计金额,单位:元
    status: number; // 状态
    remark: string; // 备注
    fileUrl?: string; // 附件
    attachmentList?: { id: number; name?: string; url?: string }[]; // 附件列表
    productNames?: string; // 产品信息
    creatorName?: string; // 创建人
    items?: StockCheckItem[]; // 盘点产品清单