diff --git a/src/api/wms/moveOrder/types.ts b/src/api/wms/moveOrder/types.ts index 3afb30c..ef2dc58 100644 --- a/src/api/wms/moveOrder/types.ts +++ b/src/api/wms/moveOrder/types.ts @@ -90,7 +90,7 @@ export interface MoveOrderForm extends BaseEntity { /** * 计划库位 */ - planLocationCode?: number; + planLocationCode?: string; /** * 工单状态(0执行中,1完成,2关闭) @@ -100,7 +100,7 @@ export interface MoveOrderForm extends BaseEntity { /** * 目标库位 */ - targetLocationCode?: number; + targetLocationCode?: string; /** * 审核人 diff --git a/src/views/wms/outstockRecord/index.vue b/src/views/wms/outstockRecord/index.vue index cdcf629..a7c4cba 100644 --- a/src/views/wms/outstockRecord/index.vue +++ b/src/views/wms/outstockRecord/index.vue @@ -32,7 +32,7 @@