diff --git a/src/api/wms/instockPrint/types.ts b/src/api/wms/instockPrint/types.ts index cc9239d..d1bf4be 100644 --- a/src/api/wms/instockPrint/types.ts +++ b/src/api/wms/instockPrint/types.ts @@ -76,6 +76,11 @@ export interface InstockPrintVO { */ actualInboundTime: string; + /** + * 创建时间 + */ + createTime?: string; + } @@ -151,12 +156,17 @@ export interface InstockPrintForm extends BaseEntity { * 入库状态(0-待入库,1-已入库,2-入库中) */ inboundStatus?: string; - + /** * 实际入库时间 */ actualInboundTime?: string; + /** + * 创建时间 + */ + createTime?: string; + } export interface InstockPrintQuery extends PageQuery { @@ -223,6 +233,10 @@ export interface InstockPrintQuery extends PageQuery { materialCategoryName?: string; + /** + * 创建时间 + */ + createTime?: string; /** * 推荐库位id @@ -233,7 +247,7 @@ export interface InstockPrintQuery extends PageQuery { * 入库状态(0-待入库,1-已入库,2-入库中) */ inboundStatus?: string; - + /** * 实际入库时间 */ diff --git a/src/api/wms/instockRecord/types.ts b/src/api/wms/instockRecord/types.ts index f889155..c76a975 100644 --- a/src/api/wms/instockRecord/types.ts +++ b/src/api/wms/instockRecord/types.ts @@ -77,6 +77,17 @@ export interface InstockRecordVO { */ specialType: string | number; + + /** + * 用户账号 + */ + userName: string; + + /** + * 用户昵称 + */ + nickName: string; + } export interface InstockRecordForm extends BaseEntity { @@ -84,7 +95,7 @@ export interface InstockRecordForm extends BaseEntity { * 入库记录ID */ instockRecordId?: string | number; - + /** * 入库单号 */ @@ -157,6 +168,16 @@ export interface InstockRecordForm extends BaseEntity { */ specialType?: string | number; + /** + * 用户账号 + */ + userName?: string; + + /** + * 用户昵称 + */ + nickName?: string; + } export interface InstockRecordQuery extends PageQuery { @@ -218,6 +239,16 @@ export interface InstockRecordQuery extends PageQuery { */ specialType?: string | number; + /** + * 用户账号 + */ + userName?: string; + + /** + * 用户昵称 + */ + nickName?: string; + /** * 日期范围参数 */ diff --git a/src/views/wms/instockOrderCopy/index.vue b/src/views/wms/instockOrderCopy/index.vue index a7c3df5..701f32e 100644 --- a/src/views/wms/instockOrderCopy/index.vue +++ b/src/views/wms/instockOrderCopy/index.vue @@ -64,8 +64,8 @@ - - + + - - + +