ソースを参照

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

yz 2 週間 前
コミット
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;
   /** 仓库名称 */