From e37fa39affa83ffaeff1de108e9f93c3d7ac1871 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=B8=E7=86=9F=E5=90=B4=E5=BD=A6=E7=A5=96?= Date: Tue, 11 Nov 2025 10:56:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E7=BB=AD=E7=9B=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/wcsSystem/agvStation.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/modules/wcsSystem/agvStation.vue b/src/views/modules/wcsSystem/agvStation.vue index 9d95c49..13f3aa4 100644 --- a/src/views/modules/wcsSystem/agvStation.vue +++ b/src/views/modules/wcsSystem/agvStation.vue @@ -184,7 +184,7 @@ - + @@ -566,7 +566,10 @@ export default { if (!valid) { return } - + if((this.formData.autoCallBlankPalletType===''||this.formData.autoCallBlankPalletType==null)&&this.formData.autoCallBlankPallet==='Y'){ + this.$alert('该站点不允许自动续盘!', '提示') + return + } this.saveLoading = true const apiMethod = this.dialogType === 'add' ? addAgvStation : updateAgvStation