From ecbc552596c460ca253a32231730fea67d7e333e Mon Sep 17 00:00:00 2001 From: anthonywj Date: Fri, 5 May 2023 19:45:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E7=95=8C=E9=9D=A2=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sync/SysUdimsConfig.vue | 40 +++++++++++++++---------------- src/views/sync/SysUdimsData.vue | 34 ++++++++++++++------------ 2 files changed, 39 insertions(+), 35 deletions(-) diff --git a/src/views/sync/SysUdimsConfig.vue b/src/views/sync/SysUdimsConfig.vue index b4a04b4..fd20827 100644 --- a/src/views/sync/SysUdimsConfig.vue +++ b/src/views/sync/SysUdimsConfig.vue @@ -119,15 +119,15 @@ splaceholder="请输入内容" > - - - + + + + + + + + + - 单据下载时间间隔(单位:分钟):  - + + + + + + + + + + + diff --git a/src/views/sync/SysUdimsData.vue b/src/views/sync/SysUdimsData.vue index a2858ea..164b6cd 100644 --- a/src/views/sync/SysUdimsData.vue +++ b/src/views/sync/SysUdimsData.vue @@ -29,13 +29,14 @@ 查询 - 同步单据 + 同步单据 同步单据类型 - 同步基础信息 + 同步基础信息 同步国家库DI数据 @@ -407,17 +408,18 @@ export default { } this.getList(); }) - .catch(() => {}); + .catch(() => { + }); }, - syncData(exportType){ - if(!this.syncTime){ + syncData(exportType) { + if (!this.syncTime) { this.$message.error("请选择同步时间"); return false - } - let param = { - exportType : exportType, - syncTime: this.syncTime - } + } + let param = { + exportType: exportType, + syncTime: this.syncTime + } syncData(param).then((response) => { if (response.code == 20000) { this.filterQuery.page = 1 @@ -425,16 +427,18 @@ export default { } else { this.$message.error(response.message); } - this.syncTime=null - setTimeout(()=>{ + this.syncTime = null + setTimeout(() => { this.getList(); - },666) + }, 666) }) - .catch(() => {}); + .catch(() => { + }); } }, - mounted() {}, + mounted() { + }, components: {}, created() { this.headers = {