From 787ccc59ba89bacc075562a161ecf02bc76ebadc Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 24 七月 2026 17:15:53 +0800
Subject: [PATCH] 银川 1.采购申请添加入库状态查询条件

---
 src/views/wms/order/movement/modules/print.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/wms/order/movement/modules/print.vue b/src/views/wms/order/movement/modules/print.vue
index cb243f4..44c75ad 100644
--- a/src/views/wms/order/movement/modules/print.vue
+++ b/src/views/wms/order/movement/modules/print.vue
@@ -4,10 +4,10 @@
 
 import { computed, nextTick, ref } from 'vue';
 
-import { Barcode, BarcodeFormatEnum } from '..\..\..\..\..\packages\effects\common-ui\src';
-import { DICT_TYPE } from '..\..\..\..\..\packages\constants\src';
-import { getDictLabel } from '..\..\..\..\..\packages\effects\hooks\src';
-import { formatDate, formatDateTime } from '..\..\..\..\..\packages\utils\src';
+import { Barcode, BarcodeFormatEnum } from '@vben/common-ui';
+import { DICT_TYPE } from '@vben/constants';
+import { getDictLabel } from '@vben/hooks';
+import { formatDate, formatDateTime } from '@vben/utils';
 
 import {
   getMovementOrder,

--
Gitblit v1.9.3