|
|
@ -9,7 +9,8 @@
|
|
|
|
<el-button-group style="display:flex;">
|
|
|
|
<el-button-group style="display:flex;">
|
|
|
|
<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">导出医疗器械信息</el-button>
|
|
|
|
<el-button type="primary" icon="search" @click="exportExcel">导出文件</el-button>
|
|
|
|
|
|
|
|
<el-button type="primary" icon="search" @click="uploadSmp">同步至UDI管理系统</el-button>
|
|
|
|
</el-button-group>
|
|
|
|
</el-button-group>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
@ -96,197 +97,197 @@
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
<script>
|
|
|
|
import axios from "axios";
|
|
|
|
import axios from "axios";
|
|
|
|
import {filterLog, downloadLog, deleteLog} from "../../api/basic/udiInfoExport";
|
|
|
|
import {filterLog, downloadLog, deleteLog} from "../../api/basic/udiInfoExport";
|
|
|
|
import udiInfoSelect from "./UdIInfoSelect";
|
|
|
|
import udiInfoSelect from "./UdIInfoSelect";
|
|
|
|
import store from "@/store";
|
|
|
|
import store from "@/store";
|
|
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
export default {
|
|
|
|
data() {
|
|
|
|
data() {
|
|
|
|
return {
|
|
|
|
return {
|
|
|
|
filterQuery: {
|
|
|
|
filterQuery: {
|
|
|
|
type: 1,
|
|
|
|
type: 1,
|
|
|
|
genKey: null,
|
|
|
|
genKey: null,
|
|
|
|
status: null,
|
|
|
|
status: null,
|
|
|
|
fromType: null,
|
|
|
|
fromType: null,
|
|
|
|
page: 1,
|
|
|
|
page: 1,
|
|
|
|
limit: 20,
|
|
|
|
limit: 20,
|
|
|
|
thirdSysFk: null,
|
|
|
|
thirdSysFk: null,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
selectType: 0,
|
|
|
|
selectType: 0,
|
|
|
|
udiImportDetailVisible: false,
|
|
|
|
udiImportDetailVisible: false,
|
|
|
|
list: [],
|
|
|
|
list: [],
|
|
|
|
detailList: [],
|
|
|
|
detailList: [],
|
|
|
|
thirdSys: [],
|
|
|
|
thirdSys: [],
|
|
|
|
thirdSysDetail: null,
|
|
|
|
thirdSysDetail: null,
|
|
|
|
total: 0,
|
|
|
|
total: 0,
|
|
|
|
editQuery: null,
|
|
|
|
editQuery: null,
|
|
|
|
fromStatus: {
|
|
|
|
fromStatus: {
|
|
|
|
0: "产品信息",
|
|
|
|
0: "产品信息",
|
|
|
|
1: "库存信息",
|
|
|
|
1: "库存信息",
|
|
|
|
2: "异常第三方上传"
|
|
|
|
2: "异常第三方上传"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
status: {
|
|
|
|
status: {
|
|
|
|
0: "等待处理",
|
|
|
|
0: "等待处理",
|
|
|
|
1: "正在处理",
|
|
|
|
1: "正在处理",
|
|
|
|
2: "处理异常",
|
|
|
|
2: "处理异常",
|
|
|
|
3: "处理完成"
|
|
|
|
3: "处理完成"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
uploadFileUrl: null,
|
|
|
|
uploadFileUrl: null,
|
|
|
|
uploadData: {
|
|
|
|
uploadData: {
|
|
|
|
thirdSys: "thirdId",
|
|
|
|
thirdSys: "thirdId",
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
methods: {
|
|
|
|
|
|
|
|
onReset() {
|
|
|
|
|
|
|
|
this.$router.push({
|
|
|
|
|
|
|
|
path: "",
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
this.filterQuery = {
|
|
|
|
|
|
|
|
type: 1,
|
|
|
|
|
|
|
|
fromType: null,
|
|
|
|
|
|
|
|
genKey: null,
|
|
|
|
|
|
|
|
status: null,
|
|
|
|
|
|
|
|
page: 1,
|
|
|
|
|
|
|
|
limit: 20,
|
|
|
|
|
|
|
|
thirdSysFk: null,
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
this.getList();
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
getList() {
|
|
|
|
methods: {
|
|
|
|
this.loading = true;
|
|
|
|
onReset() {
|
|
|
|
filterLog(this.filterQuery)
|
|
|
|
this.$router.push({
|
|
|
|
.then((response) => {
|
|
|
|
path: "",
|
|
|
|
this.loading = false;
|
|
|
|
|
|
|
|
this.list = response.data.list || [];
|
|
|
|
|
|
|
|
this.total = response.data.total || 0;
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
.catch(() => {
|
|
|
|
|
|
|
|
this.loading = false;
|
|
|
|
|
|
|
|
this.list = [];
|
|
|
|
|
|
|
|
this.total = 0;
|
|
|
|
});
|
|
|
|
});
|
|
|
|
this.filterQuery = {
|
|
|
|
},
|
|
|
|
type: 1,
|
|
|
|
|
|
|
|
fromType: null,
|
|
|
|
exportExcel() {
|
|
|
|
genKey: null,
|
|
|
|
this.selectType = 0;
|
|
|
|
status: null,
|
|
|
|
this.udiImportDetailVisible = true;
|
|
|
|
page: 1,
|
|
|
|
},
|
|
|
|
limit: 20,
|
|
|
|
uploadSmp() {
|
|
|
|
thirdSysFk: null,
|
|
|
|
this.selectType = 1;
|
|
|
|
};
|
|
|
|
this.udiImportDetailVisible = true;
|
|
|
|
this.getList();
|
|
|
|
},
|
|
|
|
},
|
|
|
|
downloadExcel(row) {
|
|
|
|
getList() {
|
|
|
|
axios.get("./config.json").then(res => {
|
|
|
|
this.loading = true;
|
|
|
|
let baseUrl = res.data.BASE_URL;
|
|
|
|
filterLog(this.filterQuery)
|
|
|
|
let href = baseUrl + "/udiwms/products/exportLog/download" + "?genKey=" + row.genKey;
|
|
|
|
.then((response) => {
|
|
|
|
let a = document.createElement("a");
|
|
|
|
this.loading = false;
|
|
|
|
fetch(href)
|
|
|
|
this.list = response.data.list || [];
|
|
|
|
.then((res) => res.blob())
|
|
|
|
this.total = response.data.total || 0;
|
|
|
|
.then((blob) => {
|
|
|
|
})
|
|
|
|
a.href = URL.createObjectURL(blob);
|
|
|
|
.catch(() => {
|
|
|
|
console.log(a.href);
|
|
|
|
this.loading = false;
|
|
|
|
a.download =
|
|
|
|
this.list = [];
|
|
|
|
row.filePath.split("/")[
|
|
|
|
this.total = 0;
|
|
|
|
row.filePath.split("/").length - 1
|
|
|
|
|
|
|
|
]; // // 下载文件的名字
|
|
|
|
|
|
|
|
document.body.appendChild(a);
|
|
|
|
|
|
|
|
a.click();
|
|
|
|
|
|
|
|
this.getList();
|
|
|
|
});
|
|
|
|
});
|
|
|
|
},
|
|
|
|
});
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
exportExcel() {
|
|
|
|
cancelDialog(val) {
|
|
|
|
this.selectType = 0;
|
|
|
|
this.udiImportDetailVisible = false;
|
|
|
|
this.udiImportDetailVisible = true;
|
|
|
|
if (val) {
|
|
|
|
},
|
|
|
|
this.getList();
|
|
|
|
uploadSmp() {
|
|
|
|
}
|
|
|
|
this.selectType = 1;
|
|
|
|
},
|
|
|
|
this.udiImportDetailVisible = true;
|
|
|
|
handleCurrentChange(val) {
|
|
|
|
},
|
|
|
|
this.filterQuery.page = val;
|
|
|
|
downloadExcel(row) {
|
|
|
|
this.getList();
|
|
|
|
axios.get("./config.json").then(res => {
|
|
|
|
},
|
|
|
|
let baseUrl = res.data.BASE_URL;
|
|
|
|
deleteDialog(rowId) {
|
|
|
|
let href = baseUrl + "/udiwms/products/exportLog/download" + "?genKey=" + row.genKey;
|
|
|
|
this.$confirm("此操作将删除该产品信息, 是否继续?", "提示", {
|
|
|
|
let a = document.createElement("a");
|
|
|
|
confirmButtonText: "确定",
|
|
|
|
fetch(href)
|
|
|
|
cancelButtonText: "取消",
|
|
|
|
.then((res) => res.blob())
|
|
|
|
type: "warning",
|
|
|
|
.then((blob) => {
|
|
|
|
})
|
|
|
|
a.href = URL.createObjectURL(blob);
|
|
|
|
.then(() => {
|
|
|
|
console.log(a.href);
|
|
|
|
let dQuery = {
|
|
|
|
a.download =
|
|
|
|
id: rowId,
|
|
|
|
row.filePath.split("/")[
|
|
|
|
};
|
|
|
|
row.filePath.split("/").length - 1
|
|
|
|
deleteLog(dQuery)
|
|
|
|
]; // // 下载文件的名字
|
|
|
|
.then((response) => {
|
|
|
|
document.body.appendChild(a);
|
|
|
|
this.loading = false;
|
|
|
|
a.click();
|
|
|
|
if (response.code == 20000) {
|
|
|
|
|
|
|
|
this.$message.success("删除成功");
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
|
|
|
this.$message.error(response.message);
|
|
|
|
|
|
|
|
}
|
|
|
|
this.getList();
|
|
|
|
this.getList();
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
.catch(() => {
|
|
|
|
|
|
|
|
this.loading = false;
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
.catch(() => {
|
|
|
|
});
|
|
|
|
});
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
handleChange(response, files, fileList) {
|
|
|
|
cancelDialog(val) {
|
|
|
|
console.log(response);
|
|
|
|
this.udiImportDetailVisible = false;
|
|
|
|
if (response.code != 20000) {
|
|
|
|
if (val) {
|
|
|
|
this.$message.error(response.message);
|
|
|
|
this.getList();
|
|
|
|
} else {
|
|
|
|
}
|
|
|
|
// console.log(files[0] + "\n" + this.fileList[0] + "\n" + fileList[0]);
|
|
|
|
},
|
|
|
|
|
|
|
|
handleCurrentChange(val) {
|
|
|
|
|
|
|
|
this.filterQuery.page = val;
|
|
|
|
|
|
|
|
this.getList();
|
|
|
|
this.getList();
|
|
|
|
},
|
|
|
|
this.$message.success("文件上传成功,请稍后刷新查看!");
|
|
|
|
deleteDialog(rowId) {
|
|
|
|
|
|
|
|
this.$confirm("此操作将删除该产品信息, 是否继续?", "提示", {
|
|
|
|
|
|
|
|
confirmButtonText: "确定",
|
|
|
|
|
|
|
|
cancelButtonText: "取消",
|
|
|
|
|
|
|
|
type: "warning",
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
.then(() => {
|
|
|
|
|
|
|
|
let dQuery = {
|
|
|
|
|
|
|
|
id: rowId,
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
deleteLog(dQuery)
|
|
|
|
|
|
|
|
.then((response) => {
|
|
|
|
|
|
|
|
this.loading = false;
|
|
|
|
|
|
|
|
if (response.code == 20000) {
|
|
|
|
|
|
|
|
this.$message.success("删除成功");
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
|
|
|
this.$message.error(response.message);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
this.getList();
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
.catch(() => {
|
|
|
|
|
|
|
|
this.loading = false;
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
.catch(() => {
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
handleChange(response, files, fileList) {
|
|
|
|
|
|
|
|
console.log(response);
|
|
|
|
|
|
|
|
if (response.code != 20000) {
|
|
|
|
|
|
|
|
this.$message.error(response.message);
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
|
|
|
// console.log(files[0] + "\n" + this.fileList[0] + "\n" + fileList[0]);
|
|
|
|
|
|
|
|
this.getList();
|
|
|
|
|
|
|
|
this.$message.success("文件上传成功,请稍后刷新查看!");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
statusFilterType(status) {
|
|
|
|
|
|
|
|
const statusMap = {
|
|
|
|
|
|
|
|
0: "warning",
|
|
|
|
|
|
|
|
1: "warning",
|
|
|
|
|
|
|
|
2: "danger",
|
|
|
|
|
|
|
|
3: "success",
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
return statusMap[status];
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
mounted() {
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
components: {udiInfoSelect},
|
|
|
|
statusFilterType(status) {
|
|
|
|
created() {
|
|
|
|
const statusMap = {
|
|
|
|
// this.getBasicThirdSys();
|
|
|
|
0: "warning",
|
|
|
|
this.getList();
|
|
|
|
1: "warning",
|
|
|
|
|
|
|
|
2: "danger",
|
|
|
|
|
|
|
|
3: "success",
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
return statusMap[status];
|
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
},
|
|
|
|
|
|
|
|
mounted() {
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
components: {udiInfoSelect},
|
|
|
|
|
|
|
|
created() {
|
|
|
|
|
|
|
|
// this.getBasicThirdSys();
|
|
|
|
|
|
|
|
this.getList();
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
};
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
<style>
|
|
|
|
<style>
|
|
|
|
.itemTag {
|
|
|
|
.itemTag {
|
|
|
|
float: left;
|
|
|
|
float: left;
|
|
|
|
text-align: left;
|
|
|
|
text-align: left;
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-top: 10px;
|
|
|
|
width: 100px;
|
|
|
|
width: 100px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.text {
|
|
|
|
.text {
|
|
|
|
font-size: 13px;
|
|
|
|
font-size: 13px;
|
|
|
|
font-family: "Microsoft YaHei";
|
|
|
|
font-family: "Microsoft YaHei";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.el-row {
|
|
|
|
.el-row {
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.el-col {
|
|
|
|
.el-col {
|
|
|
|
border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
|