From a0767fda379ceb762b00b1ea97724f4a191b7d65 Mon Sep 17 00:00:00 2001 From: anthonywj Date: Thu, 20 Apr 2023 21:39:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sync/SysUdimsConfig.vue | 70 +++++++++++++++++-------------- 1 file changed, 39 insertions(+), 31 deletions(-) diff --git a/src/views/sync/SysUdimsConfig.vue b/src/views/sync/SysUdimsConfig.vue index 28d7d8a..c1714bb 100644 --- a/src/views/sync/SysUdimsConfig.vue +++ b/src/views/sync/SysUdimsConfig.vue @@ -6,11 +6,12 @@ - +
说明: 修改同步参数时,请关闭数据同步服务 + >说明: 修改同步参数时,请关闭数据同步服务
@@ -30,7 +31,7 @@
- + @@ -50,7 +51,7 @@ style="margin-left: 20px" :disabled="configQuery.downstreamEnable" :loading="testLoading" - >测试连通 + >测试连通 @@ -63,7 +64,7 @@ - +
@@ -77,7 +78,7 @@ splaceholder="请输入内容" > 延时上传(单位:分钟): 延时上传(单位:分钟):  数据下载时间间隔(单位:分钟): 数据下载时间间隔(单位:分钟):  - + @@ -151,7 +152,7 @@ - + @@ -178,7 +179,7 @@ - + @@ -205,7 +206,7 @@ - + @@ -232,7 +233,7 @@ - + @@ -268,7 +269,7 @@ - + @@ -278,7 +279,7 @@ - + @@ -303,7 +304,7 @@ border > - + @@ -332,7 +333,7 @@ size="small" :disabled="configQuery.downstreamEnable" @click="addToInBusTypeDialog()" - >添加扫码单据类型 + >添加扫码单据类型
@@ -367,7 +368,7 @@ size="small" :disabled="configQuery.downstreamEnable" @click.native="removeToInBus(scope.$index, scope.row)" - >移除 + >移除 @@ -385,7 +386,7 @@ border > - + @@ -401,7 +402,7 @@ > 单据下载时间间隔(单位:分钟): 单据下载时间间隔(单位:分钟):  添加扫码单据类型 + >添加扫码单据类型 @@ -461,7 +462,7 @@ size="small" :disabled="configQuery.downstreamEnable" @click.native="remveBus(scope.$index, scope.row)" - >移除 + >移除 @@ -488,7 +489,7 @@ size="small" :disabled="configQuery.downstreamEnable" @click="addChangeBusTypeDialog()" - >添加业务单据类型 + >添加业务单据类型 @@ -522,7 +523,7 @@ size="small" :disabled="configQuery.downstreamEnable" @click.native="removeChangeBus(scope.$index, scope.row)" - >移除 + >移除 @@ -540,7 +541,8 @@ >
选入选入 +
选入选入 +
选入选入 +
{}); + .catch(() => { + }); }, testConnect() { @@ -826,7 +832,8 @@ export default { this.busTypes = response.data.list || []; this.total = response.data.total || 0; }) - .catch(() => {}); + .catch(() => { + }); }, addBusTypeDialog() { @@ -952,6 +959,7 @@ export default { /deep/ .el-select { width: 100px; } + /deep/ .el-collapse-item__header { font-size: 18px; font-weight: bold;