From e018ad54cc9b1ba44f103e37fc8e8cf18994c085 Mon Sep 17 00:00:00 2001 From: zhouz <> Date: Wed, 22 Jul 2026 13:23:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BB=93=E5=BA=93/=E4=B8=9A=E5=8A=A1?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E4=B8=8B=E6=8B=89=E6=94=B9=E7=94=A8=20api=20?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E5=8A=A0=E8=BD=BD=EF=BC=8CselectedStorId=20?= =?UTF-8?q?=E8=BF=BD=E8=B8=AA=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - storId/billType Select 用 api + labelField + valueField 标准模式 - loadWarehouseOptions 同时填充 warehouseMap 供提交时查 storCode/storName - selectedStorId 通过 Select onChange 同步 + formApi.getValues fallback - 移除无效的 formApi.setProps/getSchema hack --- .../src/views/wms/iostorinv/modules/form.vue | 42 ++++++++++--------- 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/nl-ui/nl-ui-admin-vben/yudao-ui-admin-vben/apps/web-antdv-next/src/views/wms/iostorinv/modules/form.vue b/nl-ui/nl-ui-admin-vben/yudao-ui-admin-vben/apps/web-antdv-next/src/views/wms/iostorinv/modules/form.vue index 51a00748..4b8938e2 100644 --- a/nl-ui/nl-ui-admin-vben/yudao-ui-admin-vben/apps/web-antdv-next/src/views/wms/iostorinv/modules/form.vue +++ b/nl-ui/nl-ui-admin-vben/yudao-ui-admin-vben/apps/web-antdv-next/src/views/wms/iostorinv/modules/form.vue @@ -1,5 +1,5 @@