src/api/erp/sale/order/index.ts @@ -26,6 +26,7 @@ contractId?: number; // 关联 CRM 合同编号 contractNo?: string; // CRM 合同单号 needProduction?: number; // 是否需要生产:0-不需要,1-需要 hasSalesNotice?: boolean; // 是否已生成发货通知单 items?: SaleOrderItem[]; // 销售订单产品明细列表 }