From ff6fd31ba5a4b6a6e74096786ff6d61293d15c73 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期一, 04 十二月 2023 09:08:57 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/CanadaMes
---
CanadaMes-ui/src/views/home/index.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/CanadaMes-ui/src/views/home/index.vue b/CanadaMes-ui/src/views/home/index.vue
index 584baa0..0ef8a09 100644
--- a/CanadaMes-ui/src/views/home/index.vue
+++ b/CanadaMes-ui/src/views/home/index.vue
@@ -1536,14 +1536,15 @@
}
}
},
+ //鍒ゆ柇鐜荤拑鏄惁瓒呭嚭鑼冨洿
Sizerange(Glass) {
if ((Glass.glassheight < 380 || Glass.glasswidth < 390 || Glass.glassheight > 1810 || Glass.glasswidth > 2760) || (Glass.glassheight < 390 || Glass.glasswidth < 380 || Glass.glassheight > 2760 || Glass.glasswidth > 1810)) {
if (this.disabled == false) {
this.disabled = true;
this.$message.error(this.$t('The glass size is not within the range'));
this.$confirm(this.$t('The glass size is not within the range'), this.$t('confirm'), {
- confirmwidth: 7000,
- height: 8000,
+ // confirmwidth: 7000,
+ // height: 8000,
// confirmButtonText: this.$t('Yes'),
// cancelButtonText: this.$t('No'),
type: 'warning'
--
Gitblit v1.8.0