diff --git a/src/api/wms/instockDetail/types.ts b/src/api/wms/instockDetail/types.ts index 39c8229..27d90a4 100644 --- a/src/api/wms/instockDetail/types.ts +++ b/src/api/wms/instockDetail/types.ts @@ -70,6 +70,18 @@ export interface InstockDetailVO { materialCategoryName?: string; + + /** + * 是否质检 + */ + isInspection: string; + + /** + * 分包数量 + */ + apportionQty: number; + + } export interface InstockDetailForm extends BaseEntity { @@ -140,6 +152,16 @@ export interface InstockDetailForm extends BaseEntity { materialCategoryName?: string; + /** + * 是否质检 + */ + isInspection?: string; + + /** + * 分包数量 + */ + apportionQty?: number; + } export interface InstockDetailQuery extends PageQuery { @@ -211,6 +233,16 @@ export interface InstockDetailQuery extends PageQuery { materialCategoryName?: string; + /** + * 是否质检 + */ + isInspection?: string; + + /** + * 分包数量 + */ + apportionQty?: number; + /** * 日期范围参数 */ diff --git a/src/views/wms/instockOrderCopy/index.vue b/src/views/wms/instockOrderCopy/index.vue index ee8f1d7..089d52f 100644 --- a/src/views/wms/instockOrderCopy/index.vue +++ b/src/views/wms/instockOrderCopy/index.vue @@ -126,6 +126,11 @@ + + + @@ -178,9 +183,22 @@ > - + + + + + + + + + 关联 + + + + + + +