From 782ad4b29100e31d8e41616494b5fdda7403337c Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周二, 20 5月 2025 18:13:30 +0800 Subject: [PATCH] //将抽屉强制挂载到 body 元素上,确保样式隔离和滚动行为正常,不受嵌套页面的影响 --- PipeLineLems.PDA/pages/bind/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/PipeLineLems.PDA/pages/bind/index.vue b/PipeLineLems.PDA/pages/bind/index.vue index b737d55..8e8d0de 100644 --- a/PipeLineLems.PDA/pages/bind/index.vue +++ b/PipeLineLems.PDA/pages/bind/index.vue @@ -16,7 +16,7 @@ <EasyPicker :visible.sync="ctVisible" :list="ContainerType" labelField="value" valueField="code" @select="getTypeVal" /> - <scan-input-form-item v-show="Boolean(containerInfo.containerNo)" class="forma-item" label="鐗╂枡浜岀淮鐮�" v-model="form.materialNo" :msg="msg.material" + <scan-input-form-item class="forma-item" label="鐗╂枡浜岀淮鐮�" v-model="form.materialNo" :msg="msg.material" :msg-type="msgType.material" @search="onSearchMaterial" @clear="onClearMaterial" /> <!-- <scan-input-form-item v-show="Boolean(containerInfo.containerNo)" placeholder="璇烽�夋嫨" :clearable="false" :hasScan="false" :hasSearch="false" -- Gitblit v1.9.3