diff --git a/src/api/erp/bitwms/index.ts b/src/api/erp/bitwms/index.ts index d5100781..572ea363 100644 --- a/src/api/erp/bitwms/index.ts +++ b/src/api/erp/bitwms/index.ts @@ -4,7 +4,9 @@ export interface BitWmsInboundReqVO { productId: number warehouseId: number areaId?: number + locationId?: number count: number + unitId: number supplierId?: number remark?: string } diff --git a/src/components/HiprintPreviewDialog/index.vue b/src/components/HiprintPreviewDialog/index.vue index d590b3b2..897ff8e9 100644 --- a/src/components/HiprintPreviewDialog/index.vue +++ b/src/components/HiprintPreviewDialog/index.vue @@ -1,5 +1,12 @@