瀏覽代碼

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;
   /** 仓库名称 */