From 363c698ed4ccd57803f48a8fc7dcd156385e394e Mon Sep 17 00:00:00 2001 From: caoqianming Date: Thu, 6 Aug 2026 10:36:07 +0800 Subject: [PATCH 1/2] fix(wpm): query inventory by effective defect grade --- src/views/wpm_bx/inmIn.vue | 4 ++-- src/views/wpm_bx/inmOut.vue | 4 ++-- src/views/wpm_gx/inm.vue | 4 ++-- src/views/wpm_gx/inmOut.vue | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/wpm_bx/inmIn.vue b/src/views/wpm_bx/inmIn.vue index 182aec19..e3b19410 100644 --- a/src/views/wpm_bx/inmIn.vue +++ b/src/views/wpm_bx/inmIn.vue @@ -46,7 +46,7 @@ :value="item.value" /> - + - + - + - + Date: Fri, 7 Aug 2026 14:33:12 +0800 Subject: [PATCH 2/2] feat(wpm): improve sub-process record inputs --- src/components/xtSelect/index.vue | 2 +- src/views/wpm_bx/mlog_detail.vue | 88 +++++++++++++++++-------------- 2 files changed, 50 insertions(+), 40 deletions(-) diff --git a/src/components/xtSelect/index.vue b/src/components/xtSelect/index.vue index 8eef005f..99c6b7b2 100644 --- a/src/components/xtSelect/index.vue +++ b/src/components/xtSelect/index.vue @@ -89,7 +89,7 @@ const props = defineProps({ options: { type: Array, default: null }, }); -const emit = defineEmits(["update:modelValue", "update:obj", "change", "update::label"]); +const emit = defineEmits(["update:modelValue", "update:obj", "change", "update:label"]); const selectable = (row) => row.count_canhandover?row.count_canhandover>0:true; // 控制 popover 显示与隐藏的状态 const showPopover = ref(false); diff --git a/src/views/wpm_bx/mlog_detail.vue b/src/views/wpm_bx/mlog_detail.vue index ac267a9d..22855963 100644 --- a/src/views/wpm_bx/mlog_detail.vue +++ b/src/views/wpm_bx/mlog_detail.vue @@ -95,62 +95,82 @@ :addTemplate="addTemplate" placeholder="暂无数据" > - + - + - + + + +