src/api/erp/sale/order/index.ts
@@ -25,6 +25,7 @@
    depositPrice?: number; // 定金金额,单位:元
    contractId?: number; // 关联 CRM 合同编号
    contractNo?: string; // CRM 合同单号
    needProduction?: number; // 是否需要生产:0-不需要,1-需要
    items?: SaleOrderItem[]; // 销售订单产品明细列表
  }
@@ -47,6 +48,8 @@
    totalTaxPrice?: number; // 含税总价,单位:元
    remark?: string; // 备注
    stockCount?: number; // 库存数量(显示字段)
    needProduction?: number; // 是否需要生产:0-不需要,1-需要
    mpsId?: number; // MPS编号
  }
}