|
|
|
@ -53,9 +53,6 @@
|
|
|
|
|
>
|
|
|
|
|
<el-button icon="el-icon-bottom-right" type="primary">导入往来单位</el-button>
|
|
|
|
|
</el-upload>
|
|
|
|
|
<el-button type="primary" icon="el-icon-download" @click="jumpDl"
|
|
|
|
|
v-if="this.thirdSysDetail.enabled && this.thirdSysDetail.fromType==1">模板下载
|
|
|
|
|
</el-button>
|
|
|
|
|
<el-button type="primary" icon="el-icon-download" @click="downloadCorps"
|
|
|
|
|
v-if="this.thirdSysDetail.enabled && this.thirdSysDetail.fromType==3">
|
|
|
|
|
下载往来单位
|
|
|
|
@ -344,10 +341,6 @@ export default {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
,
|
|
|
|
|
jumpDl() {
|
|
|
|
|
window.open(this.templateDlUrl, '_blank');
|
|
|
|
|
}
|
|
|
|
|
,
|
|
|
|
|
downloadDatas() {
|
|
|
|
|
this.$confirm("此操作从第三方系统下载全部往来单位信息, 是否继续?", "提示", {
|
|
|
|
|
confirmButtonText: "确定",
|
|
|
|
|