From dfeb0b354f13bbce5a5576844bc31fc661bfb369 Mon Sep 17 00:00:00 2001 From: CTP <630182278@qq.com> Date: Thu, 20 Apr 2023 17:46:44 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E9=83=A8=E9=97=A8=E4=BF=A1=E6=81=AF=20?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E6=96=B0=E5=A2=9E=20=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E6=8C=89=E9=92=AE=20=20=E9=80=89=E4=B8=AD=E5=BD=93=E5=89=8D?= =?UTF-8?q?=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/dept/authDept.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/views/system/dept/authDept.vue b/src/views/system/dept/authDept.vue index cf735d9..bcc2c5d 100644 --- a/src/views/system/dept/authDept.vue +++ b/src/views/system/dept/authDept.vue @@ -81,13 +81,11 @@ 新增 - 编辑 From c6923e7bf5deb54df2a7680cdb59a0338fd48840 Mon Sep 17 00:00:00 2001 From: CTP <630182278@qq.com> Date: Fri, 21 Apr 2023 14:02:54 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E8=AE=BE=E7=BD=AE=20?= =?UTF-8?q?=E4=B8=8B=E6=8B=89=E6=A1=86=E7=A6=81=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sync/SysUdimsConfig.vue | 139 +++++++++++++++++++++-------- src/views/system/dept/authDept.vue | 1 + 2 files changed, 102 insertions(+), 38 deletions(-) diff --git a/src/views/sync/SysUdimsConfig.vue b/src/views/sync/SysUdimsConfig.vue index c1714bb..8ff2646 100644 --- a/src/views/sync/SysUdimsConfig.vue +++ b/src/views/sync/SysUdimsConfig.vue @@ -6,9 +6,8 @@ @@ -23,7 +22,7 @@
说明: 修改同步参数时,请关闭数据同步服务 + >说明: 修改同步参数时,请关闭数据同步服务
@@ -51,7 +50,7 @@ style="margin-left: 20px" :disabled="configQuery.downstreamEnable" :loading="testLoading" - >测试连通 + >测试连通 @@ -65,7 +64,7 @@ - + + + + + + + + + + + + - + @@ -132,7 +170,12 @@ - + @@ -153,7 +196,12 @@ - + @@ -180,7 +228,12 @@ - + @@ -207,7 +260,12 @@ - + @@ -234,7 +292,12 @@ - + @@ -270,7 +333,12 @@ - + @@ -333,7 +401,7 @@ size="small" :disabled="configQuery.downstreamEnable" @click="addToInBusTypeDialog()" - >添加扫码单据类型 + >添加扫码单据类型 @@ -368,7 +436,7 @@ size="small" :disabled="configQuery.downstreamEnable" @click.native="removeToInBus(scope.$index, scope.row)" - >移除 + >移除 @@ -402,7 +470,7 @@ > 单据下载时间间隔(单位:分钟): 单据下载时间间隔(单位:分钟):  添加扫码单据类型 + >添加扫码单据类型 @@ -462,7 +530,7 @@ size="small" :disabled="configQuery.downstreamEnable" @click.native="remveBus(scope.$index, scope.row)" - >移除 + >移除 @@ -489,7 +557,7 @@ size="small" :disabled="configQuery.downstreamEnable" @click="addChangeBusTypeDialog()" - >添加业务单据类型 + >添加业务单据类型 @@ -523,7 +591,7 @@ size="small" :disabled="configQuery.downstreamEnable" @click.native="removeChangeBus(scope.$index, scope.row)" - >移除 + >移除 @@ -541,9 +609,8 @@ >
选入 - + >选入 +
选入 - + >选入 +
选入 - + >选入 +
{ - }); + .catch(() => {}); }, testConnect() { @@ -832,8 +896,7 @@ export default { this.busTypes = response.data.list || []; this.total = response.data.total || 0; }) - .catch(() => { - }); + .catch(() => {}); }, addBusTypeDialog() { diff --git a/src/views/system/dept/authDept.vue b/src/views/system/dept/authDept.vue index 2df912a..72bc695 100644 --- a/src/views/system/dept/authDept.vue +++ b/src/views/system/dept/authDept.vue @@ -588,6 +588,7 @@ export default { this.loading = false; let depList = response.data.list || []; this.list = this.handleTree(depList, "code", "pcode"); + //默认选中第一行列表 this.$nextTick(() => { console.log(qwe); if (qwe === null) { From c167ed3283b6741d7732b3078018c57715648c59 Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Fri, 21 Apr 2023 17:22:24 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/basic/busType/bussinessTypeModify.vue | 2 +- src/views/system/param/systemParamConfig.vue | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/views/basic/busType/bussinessTypeModify.vue b/src/views/basic/busType/bussinessTypeModify.vue index 9f95976..dfd01a8 100644 --- a/src/views/basic/busType/bussinessTypeModify.vue +++ b/src/views/basic/busType/bussinessTypeModify.vue @@ -906,7 +906,7 @@ - +
diff --git a/src/views/system/param/systemParamConfig.vue b/src/views/system/param/systemParamConfig.vue index 73d05ee..876e97b 100644 --- a/src/views/system/param/systemParamConfig.vue +++ b/src/views/system/param/systemParamConfig.vue @@ -98,7 +98,7 @@ { if (valid) { this.formLoading = true;