From 4391af490bdc1ecbe0d0e949dc4fc3b95bead0cf Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期三, 06 八月 2025 19:07:09 +0800 Subject: [PATCH] 8-6问题修复 --- zy-asrs-admin/src/components/order/order/orderIn.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/zy-asrs-admin/src/components/order/order/orderIn.vue b/zy-asrs-admin/src/components/order/order/orderIn.vue index fbcac4e..c8fd6d6 100644 --- a/zy-asrs-admin/src/components/order/order/orderIn.vue +++ b/zy-asrs-admin/src/components/order/order/orderIn.vue @@ -215,6 +215,7 @@ const showDetl = (item) => { showOrderDetlChild.value.openDetl = true; showOrderDetlChild.value.orderId = item.id; + showOrderDetlChild.value.inModel = 'in'; } const printChild = ref(null); @@ -237,6 +238,7 @@ printChild.value.printData = printData; printChild.value.orderNo = record.__v_raw.orderNo printChild.value.open = true; + printChild.value.inModel = "in"; } const handleExport = async (intl) => { -- Gitblit v1.9.1