|
|
@ -10,7 +10,6 @@
|
|
|
|
<el-button type="primary" icon="el-icon-refresh" @click="onReset"></el-button>
|
|
|
|
<el-button type="primary" icon="el-icon-refresh" @click="onReset"></el-button>
|
|
|
|
<el-button type="primary" icon="search" @click="getList">查询</el-button>
|
|
|
|
<el-button type="primary" icon="search" @click="getList">查询</el-button>
|
|
|
|
<el-button type="primary" icon="search" @click="exportExcel">导出Excel文件</el-button>
|
|
|
|
<el-button type="primary" icon="search" @click="exportExcel">导出Excel文件</el-button>
|
|
|
|
<el-button type="primary" icon="search" @click="uploadSmp">上传供应商平台</el-button>
|
|
|
|
|
|
|
|
</el-button-group>
|
|
|
|
</el-button-group>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
@ -243,8 +242,10 @@
|
|
|
|
if (response.code != 20000) {
|
|
|
|
if (response.code != 20000) {
|
|
|
|
this.$message.error(response.message);
|
|
|
|
this.$message.error(response.message);
|
|
|
|
} else {
|
|
|
|
} 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("文件上传成功,请稍后刷新查看!");
|
|
|
|
this.$message.success("文件上传成功,请稍后刷新查看!");
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
statusFilterType(status) {
|
|
|
|
statusFilterType(status) {
|
|
|
@ -261,8 +262,8 @@
|
|
|
|
},
|
|
|
|
},
|
|
|
|
components: {udiInfoSelect},
|
|
|
|
components: {udiInfoSelect},
|
|
|
|
created() {
|
|
|
|
created() {
|
|
|
|
this.getBasicThirdSys();
|
|
|
|
// this.getBasicThirdSys();
|
|
|
|
// this.getList();
|
|
|
|
this.getList();
|
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
};
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|