From 47c32abddf2d2f1e89547ee96506a44935c2f364 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Fri, 26 Aug 2022 18:10:49 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=85=A5=E5=AD=A6?= =?UTF-8?q?=E6=97=A5=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/classinfo/index.vue | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/src/views/system/classinfo/index.vue b/src/views/system/classinfo/index.vue index ff2bbcd..16e13a1 100644 --- a/src/views/system/classinfo/index.vue +++ b/src/views/system/classinfo/index.vue @@ -224,12 +224,12 @@ /> - + @@ -440,7 +440,7 @@ export default { kindergartenId: null, className: null, classType: null, - entranceDate: null, + entranceDateStr: null, }, queryParams2: { pageNum: 1, @@ -449,6 +449,7 @@ export default { className: null, classType: null, }, + time: "", // 表单参数 form: {}, // 表单校验 @@ -470,7 +471,7 @@ export default { classTeacher: [ { required: true, message: "请输入班主任姓名", trigger: "blur" }, ], - entranceDate: [ + entranceDateStr: [ { required: true, message: "请选择日期", trigger: "change" }, ], }, @@ -533,7 +534,7 @@ export default { className: null, classType: null, classTeacher: null, - entranceDate: null, + entranceDateStr: "", phone: undefined, kindergartenName: null, }; @@ -595,6 +596,7 @@ export default { getClassinfo(id).then((response) => { response.data.phone = Number(response.data.phone); this.form = response.data; + console.log(this.form); this.kindergartenName = this.form.kindergartenName; this.open = true; this.title = "修改班级信息"; From 87cbe3cb205149e7fcaae5660683bab032fa22dd Mon Sep 17 00:00:00 2001 From: shidongli Date: Mon, 29 Aug 2022 09:56:24 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E6=89=8B=E6=9C=BA=E5=8F=B7198=E5=8F=AF?= =?UTF-8?q?=E4=BB=A5=E8=BE=93=E5=85=A5=20=20=E4=B8=AA=E4=BA=BA=E6=88=90?= =?UTF-8?q?=E7=BB=A9=E5=BD=95=E5=85=A5=20=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/info/index.vue | 3 ++- src/views/system/testItemScore/index.vue | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/system/info/index.vue b/src/views/system/info/index.vue index 316d024..facc3df 100644 --- a/src/views/system/info/index.vue +++ b/src/views/system/info/index.vue @@ -220,7 +220,8 @@ export default { var checkMobile = (rule, value, cb) => { // 验证手机号的正则表达式 const regMobile = - /^(0|86|17951)?(13[0-9]|15[012356789]|17[678]|18[0-9]|14[57])[0-9]{8}$/; + /^(?:(?:\+|00)86)?1(?:(?:3[\d])|(?:4[5-79])|(?:5[0-35-9])|(?:6[5-7])|(?:7[0-8])|(?:8[\d])|(?:9[189]))\d{8}$/; + // /^(0|86|17951)?(13[0-9]|15[012356789]|17[678]|18[0-9]|14[57])[0-9]{8}$/; const reg = /^(0[0-9]{2,3}\-)([2-9][0-9]{6,7})+(\-[0-9]{1,4})?$/; const isTel = reg.test(value); diff --git a/src/views/system/testItemScore/index.vue b/src/views/system/testItemScore/index.vue index c644c7a..4388c7d 100644 --- a/src/views/system/testItemScore/index.vue +++ b/src/views/system/testItemScore/index.vue @@ -183,7 +183,7 @@ @click="yryinnerVisible = true" v-if="kindergartenName == '请选择幼儿园'" style=" - width: 200px; + width: 240px; text-align: left; height: 36px; color: #c0c4cc; @@ -197,7 +197,7 @@ @click="yryinnerVisible = true" v-else style=" - width: 200px; + width: 240px; text-align: left; height: 36px; padding-left: -10px; From 1c39bbf669690997f5dce388a73dd922828a370d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Mon, 29 Aug 2022 11:17:09 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=80=E5=B1=9E?= =?UTF-8?q?=E6=89=B9=E6=AC=A1=E4=B8=8D=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/constitution/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/system/constitution/index.vue b/src/views/system/constitution/index.vue index 704bf63..e2a503a 100644 --- a/src/views/system/constitution/index.vue +++ b/src/views/system/constitution/index.vue @@ -616,8 +616,8 @@ export default { if (!res.data || res.data == "") { this.itemshow2 = true; this.itemshow = false; - this.batchCodeName = "请选择批次"; - this.batchCodeId = ""; + // this.batchCodeName = "请选择批次"; + // this.batchCodeId = ""; } else { this.analysislist = res.data; this.$nextTick(() => {