From 2403cdc7bed9d5fc2b384579393fdc29bfa09951 Mon Sep 17 00:00:00 2001 From: siontion Date: Wed, 15 May 2024 10:19:32 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=94=B5=E7=AE=B1=E4=B8=AD=E5=B7=A5?= =?UTF-8?q?=E5=8D=95=E8=BF=87=E6=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../appQualityInspection/AppQualityInspectionForm.vue | 2 +- src/views/Gw/biLeiQi/BiLeiQiForm.vue | 2 +- src/views/Gw/boxAppStruct/BoxAppStructForm.vue | 2 +- src/views/Gw/boxMateQuality/BoxMateQualityForm.vue | 2 +- src/views/Gw/com/SltWorkOrder.vue | 11 +++++++---- .../Gw/componentInspect/ComponentInspectForm.vue | 2 +- src/views/Gw/daoXian/DaoXianForm.vue | 2 +- src/views/Gw/dianLiuHuGanQi/DianLiuHuGanQiForm.vue | 2 +- src/views/Gw/dianRongQi/DianRongQiForm.vue | 2 +- src/views/Gw/duanLuQi/DuanLuQiForm.vue | 2 +- src/views/Gw/elecDistance/ElecDistanceForm.vue | 2 +- src/views/Gw/elecGap/ElecGapForm.vue | 2 +- .../FinishedProductWarehousingForm.vue | 4 ++-- .../fusedIsolationSwitch/FusedIsolationSwitchForm.vue | 2 +- .../insulationResistance/InsulationResistanceForm.vue | 2 +- src/views/Gw/langYongBaoHuQi/LangYongBaoHuQiForm.vue | 2 +- .../Gw/machineOperation/MachineOperationForm.vue | 2 +- src/views/Gw/muPai/MuPaiForm.vue | 2 +- .../PhaseLossProtectionTestingForm.vue | 2 +- .../PowerFrequancyTestingForm.vue | 2 +- .../PowerOperationTestingForm.vue | 2 +- .../Gw/protectionCircuit/ProtectionCircuitForm.vue | 2 +- .../ShengYuDianLiuDongZuoBaoHuForm.vue | 2 +- .../Gw/voltageProtection/VoltageProtectionForm.vue | 2 +- 24 files changed, 31 insertions(+), 28 deletions(-) diff --git a/src/views/Gw/appQualityInspection/AppQualityInspectionForm.vue b/src/views/Gw/appQualityInspection/AppQualityInspectionForm.vue index 59a3631..c06d9ab 100644 --- a/src/views/Gw/appQualityInspection/AppQualityInspectionForm.vue +++ b/src/views/Gw/appQualityInspection/AppQualityInspectionForm.vue @@ -192,7 +192,7 @@ import SltWorkOrder from '@/views/Gw/com/SltWorkOrder.vue' const refSltWorkOrder = ref() // 打开供应商信息 const fnSltWorkOrderOpen = async (info: any) => { - refSltWorkOrder.value.open(info) + refSltWorkOrder.value.open(info,"waiguan") } // 选择供应商信息 const fnSltWorkOrder = async (info: any) => { diff --git a/src/views/Gw/biLeiQi/BiLeiQiForm.vue b/src/views/Gw/biLeiQi/BiLeiQiForm.vue index 7422a64..b827b04 100644 --- a/src/views/Gw/biLeiQi/BiLeiQiForm.vue +++ b/src/views/Gw/biLeiQi/BiLeiQiForm.vue @@ -273,7 +273,7 @@ const refSltBaseSupplierA = ref() const refSltWorkOrder = ref() // 打开供应商信息 const fnSltWorkOrderOpen = async (info: any) => { - refSltWorkOrder.value.open(info) + refSltWorkOrder.value.open(info,'bileiqi') } // 选择供应商信息 const fnSltWorkOrder = async (info: any) => { diff --git a/src/views/Gw/boxAppStruct/BoxAppStructForm.vue b/src/views/Gw/boxAppStruct/BoxAppStructForm.vue index 5d51126..5097350 100644 --- a/src/views/Gw/boxAppStruct/BoxAppStructForm.vue +++ b/src/views/Gw/boxAppStruct/BoxAppStructForm.vue @@ -171,7 +171,7 @@ import SltWorkOrder from '@/views/Gw/com/SltWorkOrder.vue' const refSltWorkOrder = ref() // 打开供应商信息 const fnSltWorkOrderOpen = async (info: any) => { - refSltWorkOrder.value.open(info) + refSltWorkOrder.value.open(info,'keti') } // 选择供应商信息 const fnSltWorkOrder = async (info: any) => { diff --git a/src/views/Gw/boxMateQuality/BoxMateQualityForm.vue b/src/views/Gw/boxMateQuality/BoxMateQualityForm.vue index 304e05b..b24bdab 100644 --- a/src/views/Gw/boxMateQuality/BoxMateQualityForm.vue +++ b/src/views/Gw/boxMateQuality/BoxMateQualityForm.vue @@ -285,7 +285,7 @@ const refSltBaseSupplierA = ref() const refSltWorkOrder = ref() // 打开供应商信息 const fnSltWorkOrderOpen = async (info: any) => { - refSltWorkOrder.value.open(info) + refSltWorkOrder.value.open(info,'guiti') } // 选择供应商信息 const fnSltWorkOrder = async (info: any) => { diff --git a/src/views/Gw/com/SltWorkOrder.vue b/src/views/Gw/com/SltWorkOrder.vue index 7a36713..e4cc65e 100644 --- a/src/views/Gw/com/SltWorkOrder.vue +++ b/src/views/Gw/com/SltWorkOrder.vue @@ -2,7 +2,7 @@