From 4de3e186248f338f1f6c0992c3ee3dce28fb6136 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 10 七月 2026 16:36:57 +0800
Subject: [PATCH] 银川 1.仓储物流页面开发、联调
---
src/packages/constants/src/biz-wms-enum.ts | 22 ++++++++++++++++++++++
src/views/wls/barcode/index.vue | 4 ++--
2 files changed, 24 insertions(+), 2 deletions(-)
diff --git a/src/packages/constants/src/biz-wms-enum.ts b/src/packages/constants/src/biz-wms-enum.ts
index aedddca..51df2da 100644
--- a/src/packages/constants/src/biz-wms-enum.ts
+++ b/src/packages/constants/src/biz-wms-enum.ts
@@ -56,3 +56,25 @@
}
return prefix + result;
}
+
+/** 鐩樼偣鏉′欢绫诲瀷鏋氫妇 */
+export const WlsStockTakingParamTypeEnum = {
+ WAREHOUSE: 1, // 浠撳簱
+ LOCATION: 2, // 搴撳尯
+ AREA: 3, // 搴撲綅
+ ITEM: 4, // 鐗╂枡
+ BATCH: 5, // 鎵规
+ QUALITY_STATUS: 6, // 璐ㄩ噺鐘舵��
+} as const;
+
+/** 鐩樼偣绫诲瀷鏋氫妇 */
+export const WlsStockTakingTypeEnum = {
+ STATIC: 1, // 闈欐�佺洏鐐�
+ DYNAMIC: 2, // 鍔ㄦ�佺洏鐐�
+} as const;
+
+/** 璋冩嫧绫诲瀷鏋氫妇 */
+export const WlsTransferTypeEnum = {
+ INNER: 1, // 鍐呴儴璋冩嫧
+ OUTER: 2, // 澶栭儴璋冩嫧
+} as const;
diff --git a/src/views/wls/barcode/index.vue b/src/views/wls/barcode/index.vue
index 6dfe978..649b955 100644
--- a/src/views/wls/barcode/index.vue
+++ b/src/views/wls/barcode/index.vue
@@ -97,7 +97,7 @@
/** 璺宠浆鏉$爜閰嶇疆 */
function handleConfig() {
- router.push({ name: 'WlsBarcodeConfig' });
+ router.push({ path: '/wls/barcode/config' });
}
/** 瀵煎嚭琛ㄦ牸 */
@@ -193,7 +193,7 @@
:content="row.content"
:format="row.format"
:height="60"
- :width="140"
+ :width="60"
/>
</div>
</template>
--
Gitblit v1.9.3