2026-08-10 f9e6eb6fc2c2e0c2a2b17238b817fcbfcb6bab56
src/api/erp/sale/order/index.ts
@@ -17,7 +17,7 @@
    remark: string; // 备注
    outCount: number; // 销售出库数量
    outStatus?: number; // 出库状态:0-未出库,1-部分出库,2-全部出库
    fileUrl?: string; // 附件地址
    attachmentList?: { id: number; name?: string; url?: string }[]; // 附件列表
    inCount?: number; // 采购入库数量
    returnCount: number; // 销售退货数量
    totalProductPrice?: number; // 产品金额,单位:元
@@ -55,6 +55,7 @@
    stockCount?: number; // 库存数量(显示字段)
    needProduction?: number; // 是否需要生产:0-不需要,1-需要
    mpsId?: number; // MPS编号
    batchCode?: string; // 批次号
  }
}