diff --git a/src/views/basic/CorpExport.vue b/src/views/basic/CorpExport.vue index ba59a14..3aaeb31 100644 --- a/src/views/basic/CorpExport.vue +++ b/src/views/basic/CorpExport.vue @@ -10,7 +10,6 @@ 查询 导出Excel文件 - 上传供应商平台 @@ -261,7 +260,7 @@ }, components: {corpSelect}, created() { - this.getBasicThirdSys(); + // this.getBasicThirdSys(); this.getList(); }, }; diff --git a/src/views/basic/UdiInfoManage.vue b/src/views/basic/UdiInfoManage.vue index 182a399..da4334e 100644 --- a/src/views/basic/UdiInfoManage.vue +++ b/src/views/basic/UdiInfoManage.vue @@ -29,9 +29,6 @@ >选入第三方器械 - 上传供应商平台 - diff --git a/src/views/basic/UdiinfoExport.vue b/src/views/basic/UdiinfoExport.vue index 8890433..197c98a 100644 --- a/src/views/basic/UdiinfoExport.vue +++ b/src/views/basic/UdiinfoExport.vue @@ -10,7 +10,6 @@ 查询 导出Excel文件 - 上传供应商平台 @@ -243,8 +242,10 @@ if (response.code != 20000) { this.$message.error(response.message); } else { - console.log(files[0] + "\n" + this.fileList[0] + "\n" + fileList[0]); + // console.log(files[0] + "\n" + this.fileList[0] + "\n" + fileList[0]); + this.getList(); this.$message.success("文件上传成功,请稍后刷新查看!"); + } }, statusFilterType(status) { @@ -261,8 +262,8 @@ }, components: {udiInfoSelect}, created() { - this.getBasicThirdSys(); - // this.getList(); + // this.getBasicThirdSys(); + this.getList(); }, }; diff --git a/src/views/thrsys/ThrCorpSelect.vue b/src/views/thrsys/ThrCorpSelect.vue index c13e125..f8eb497 100644 --- a/src/views/thrsys/ThrCorpSelect.vue +++ b/src/views/thrsys/ThrCorpSelect.vue @@ -244,7 +244,7 @@ mounted() { }, created() { - this.getList(); + // this.getList(); this.getBasicThirdSys(); }, }; diff --git a/src/views/thrsys/ThrCorpsExport.vue b/src/views/thrsys/ThrCorpsExport.vue index 13ee002..80e6688 100644 --- a/src/views/thrsys/ThrCorpsExport.vue +++ b/src/views/thrsys/ThrCorpsExport.vue @@ -10,7 +10,6 @@ 查询 导出Excel文件 - 上传供应商平台 diff --git a/src/views/thrsys/ThrCorpsImport.vue b/src/views/thrsys/ThrCorpsImport.vue index 249d58b..5c03aa2 100644 --- a/src/views/thrsys/ThrCorpsImport.vue +++ b/src/views/thrsys/ThrCorpsImport.vue @@ -32,19 +32,20 @@ 查询 导入往来单位 下载往来单位 + v-if="this.thirdSysDetail.enabled && this.thirdSysDetail.itrCache && this.thirdSysDetail.fromType==0">下载往来单位 diff --git a/src/views/thrsys/ThrInvProducts.vue b/src/views/thrsys/ThrInvProducts.vue index 9c61c62..da148b2 100644 --- a/src/views/thrsys/ThrInvProducts.vue +++ b/src/views/thrsys/ThrInvProducts.vue @@ -32,21 +32,21 @@ 清空全部 - - 导入库存产品信息 - - 导入库存产品信息 - + + + + + + + + + + + + + + + diff --git a/src/views/thrsys/ThrInvProductsExport.vue b/src/views/thrsys/ThrInvProductsExport.vue index 654f2e6..c493ee3 100644 --- a/src/views/thrsys/ThrInvProductsExport.vue +++ b/src/views/thrsys/ThrInvProductsExport.vue @@ -10,7 +10,6 @@ 查询 导出Excel文件 - 上传供应商平台 @@ -181,7 +180,7 @@ downloadExcel(row) { let href = "http://127.0.0.1:9991" + - "/udiwms/thrCorp/exportLog/download" + + "/udiwms/invProducts/exportLog/download" + "?genKey=" +row.genKey; let a = document.createElement("a"); fetch(href) @@ -266,8 +265,8 @@ }, components: {thrInvProductsSelect}, created() { - this.getBasicThirdSys(); - // this.getList(); + // this.getBasicThirdSys(); + this.getList(); }, }; diff --git a/src/views/thrsys/ThrInvProductsImport.vue b/src/views/thrsys/ThrInvProductsImport.vue index 4ac0c65..9fe6d69 100644 --- a/src/views/thrsys/ThrInvProductsImport.vue +++ b/src/views/thrsys/ThrInvProductsImport.vue @@ -32,7 +32,7 @@ 查询 导入库存产品信息 下载库存产品信息 + v-if="this.thirdSysDetail.enabled && this.thirdSysDetail.itrCache && this.thirdSysDetail.fromType==0">下载库存产品信息 @@ -348,7 +348,7 @@ components: {thrInvProductsImportDetail}, created() { this.getBasicThirdSys(); - this.getList(); + // this.getList(); }, }; diff --git a/src/views/thrsys/ThrOrderExport.vue b/src/views/thrsys/ThrOrderExport.vue index 251382d..08aae5a 100644 --- a/src/views/thrsys/ThrOrderExport.vue +++ b/src/views/thrsys/ThrOrderExport.vue @@ -10,7 +10,6 @@ 查询 导出Excel文件 - 上传供应商平台 diff --git a/src/views/thrsys/ThrOrderImport.vue b/src/views/thrsys/ThrOrderImport.vue index 4be16ec..f315dd9 100644 --- a/src/views/thrsys/ThrOrderImport.vue +++ b/src/views/thrsys/ThrOrderImport.vue @@ -51,12 +51,13 @@ :data="uploadData" :show-file-list="false" :on-success="handleChange" + v-if="this.thirdSysDetail.enabled && this.thirdSysDetail.fromType==1" :file-list="fileList" > 导入业务单据 下载业务单据 + v-if="this.thirdSysDetail.enabled && this.thirdSysDetail.itrCache && this.thirdSysDetail.fromType==0">下载业务单据 diff --git a/src/views/thrsys/ThrProductsExport.vue b/src/views/thrsys/ThrProductsExport.vue index 7bcdd01..8c516a5 100644 --- a/src/views/thrsys/ThrProductsExport.vue +++ b/src/views/thrsys/ThrProductsExport.vue @@ -10,7 +10,6 @@ 查询 导出Excel文件 - 上传供应商平台 diff --git a/src/views/thrsys/ThrProductsImport.vue b/src/views/thrsys/ThrProductsImport.vue index 9138d33..883c13f 100644 --- a/src/views/thrsys/ThrProductsImport.vue +++ b/src/views/thrsys/ThrProductsImport.vue @@ -32,7 +32,7 @@ 查询 导入产品信息 下载产品信息 + v-if="this.thirdSysDetail.enabled && this.thirdSysDetail.itrCache && this.thirdSysDetail.fromType==0">下载产品信息 @@ -348,7 +348,7 @@ components: {thrProductsImportDetail}, created() { this.getBasicThirdSys(); - this.getList(); + // this.getList(); }, };