From 132c3c726b35cc675b733d5b027ee8520bf6c661 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= Date: Tue, 4 Nov 2025 13:07:34 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=90=88=E5=B9=B6=E9=92=A2=E5=8D=B7):=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AE=9E=E9=99=85=E4=BB=93=E5=BA=93=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- klp-ui/src/views/wms/coil/merge.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/klp-ui/src/views/wms/coil/merge.vue b/klp-ui/src/views/wms/coil/merge.vue index 9e3c6703..a6c83516 100644 --- a/klp-ui/src/views/wms/coil/merge.vue +++ b/klp-ui/src/views/wms/coil/merge.vue @@ -229,11 +229,13 @@ import { listRawMaterial } from '@/api/wms/rawMaterial'; import { listProduct } from '@/api/wms/product'; import { listPendingAction, completeAction } from '@/api/wms/pendingAction'; import CoilSelector from '@/components/CoilSelector'; +import ActualWarehouseSelect from "@/components/KLPService/ActualWarehouseSelect"; export default { name: 'MergeCoil', components: { - CoilSelector + CoilSelector, + ActualWarehouseSelect }, data() { return {