소스 검색

feat(订单表单): 添加主物料分类编码字段

yz 1 주 전
부모
커밋
ea7ba80ee2
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/components/order-form/types.d.ts

+ 2 - 0
src/components/order-form/types.d.ts

@@ -562,6 +562,8 @@ export interface MaterialDetailItem {
   mainItemCategoryId?: string;
   /** 主物料分类名称 */
   mainItemCategoryName?: string;
+  /** 主物料分类编码 */
+  mainItemCategoryCode?: string;
   /** 仓库ID */
   warehouseId: string;
   /** 仓库名称 */