|
|
|
@ -32,7 +32,7 @@
|
|
|
|
|
clearable="true"
|
|
|
|
|
style="width: 100%"
|
|
|
|
|
reserve-keyword
|
|
|
|
|
placeholder="医疗器械注册人"
|
|
|
|
|
placeholder="请输入医疗器械注册人"
|
|
|
|
|
:remote-method="findMethod"
|
|
|
|
|
:loading="loading"
|
|
|
|
|
@clear="clear"
|
|
|
|
@ -53,7 +53,7 @@
|
|
|
|
|
<el-input
|
|
|
|
|
:disabled="unionQuery.ylqxzcrbarmc==null || unionQuery.ylqxzcrbarmc==''"
|
|
|
|
|
v-model="unionQuery.cpmctymc" clearable="true"
|
|
|
|
|
placeholder="器械通用名称"
|
|
|
|
|
placeholder="请输入器械通用名称"
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
@ -64,7 +64,7 @@
|
|
|
|
|
<el-input
|
|
|
|
|
v-model="unionQuery.ggxh" clearable="true"
|
|
|
|
|
:disabled="(unionQuery.cpmctymc=='' && unionQuery.nameCode=='' && (unionQuery.ylqxzcrbarmc==null || unionQuery.ylqxzcrbarmc==''))"
|
|
|
|
|
placeholder="规格型号"
|
|
|
|
|
placeholder="请输入规格型号"
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
@ -73,7 +73,7 @@
|
|
|
|
|
<el-input
|
|
|
|
|
v-model="unionQuery.zczbhhzbapzbh" clearable="true"
|
|
|
|
|
:disabled="(unionQuery.cpmctymc=='' && unionQuery.nameCode=='' && (unionQuery.ylqxzcrbarmc==null || unionQuery.ylqxzcrbarmc==''))"
|
|
|
|
|
placeholder="注册证/备案号"
|
|
|
|
|
placeholder="请输入注册证/备案号"
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
@ -142,7 +142,7 @@
|
|
|
|
|
show-overflow-tooltip
|
|
|
|
|
></el-table-column>
|
|
|
|
|
|
|
|
|
|
<el-table-column label="操作" >
|
|
|
|
|
<el-table-column label="操作">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-button
|
|
|
|
|
type="text"
|
|
|
|
@ -164,7 +164,7 @@
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
</el-card>
|
|
|
|
|
<el-card class="el-card" >
|
|
|
|
|
<el-card class="el-card">
|
|
|
|
|
<div>
|
|
|
|
|
<el-form label-width="120px">
|
|
|
|
|
<el-row :gutter="20">
|
|
|
|
@ -341,8 +341,9 @@ import {getUdiInfos, filterCompany} from "@/api/basic/product/udiInfo";
|
|
|
|
|
import {superSearch} from "@/api/basic/udiInfo";
|
|
|
|
|
import {combineUdi, combineAllUdi, checkExitUdi} from "@/api/basic/product/udiRelevance";
|
|
|
|
|
import selectDiDetail from "./SelectDIDetailDialog"
|
|
|
|
|
import {isBlank} from "@/utils/strUtil";
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
|
export default {
|
|
|
|
|
name: "closeDialog",
|
|
|
|
|
props: {
|
|
|
|
|
closeDialog: {
|
|
|
|
@ -384,7 +385,7 @@ export default {
|
|
|
|
|
zczbhhzbapzbh: "",
|
|
|
|
|
isCheck: 1
|
|
|
|
|
},
|
|
|
|
|
cpmctymc1:"",
|
|
|
|
|
cpmctymc1: "",
|
|
|
|
|
combineLoading: false,
|
|
|
|
|
combineQuery: {
|
|
|
|
|
idSpliUdi: false,
|
|
|
|
@ -425,12 +426,13 @@ export default {
|
|
|
|
|
ggxh: "",
|
|
|
|
|
zczbhhzbapzbh: "",
|
|
|
|
|
isCheck: 1
|
|
|
|
|
},
|
|
|
|
|
this.actDateRange = [];
|
|
|
|
|
};
|
|
|
|
|
this.actDateRange = [];
|
|
|
|
|
this.udidlList = [];
|
|
|
|
|
},
|
|
|
|
|
clear(){
|
|
|
|
|
this.unionQuery.ylqxzcrbarmc==null;
|
|
|
|
|
this.unionQuery.cpmctymc=null;
|
|
|
|
|
clear() {
|
|
|
|
|
this.unionQuery.ylqxzcrbarmc == null;
|
|
|
|
|
this.unionQuery.cpmctymc = null;
|
|
|
|
|
},
|
|
|
|
|
searchList() {
|
|
|
|
|
this.unionQuery.page = 1;
|
|
|
|
@ -530,10 +532,7 @@ export default {
|
|
|
|
|
return "";
|
|
|
|
|
},
|
|
|
|
|
handleErpChange(val) {
|
|
|
|
|
debugger
|
|
|
|
|
console.log("+++"+ this.data.cpmctymc)
|
|
|
|
|
|
|
|
|
|
this.cpmctymc1=val.cpmctymc;
|
|
|
|
|
this.cpmctymc1 = val.cpmctymc;
|
|
|
|
|
this.currentRow = val;
|
|
|
|
|
},
|
|
|
|
|
intentBack() {
|
|
|
|
@ -541,42 +540,67 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
checkCombine() {
|
|
|
|
|
this.$confirm("是否确定关联DI产品名称:" + this.cpmctymc1 + ":与第三方产品名称"+this.data.cpmctymc, "提示", {
|
|
|
|
|
confirmButtonText: "确定",
|
|
|
|
|
cancelButtonText: "取消",
|
|
|
|
|
type: "warning",
|
|
|
|
|
})
|
|
|
|
|
.then(() => {
|
|
|
|
|
|
|
|
|
|
let selectData = this.multipleUdiSelection;
|
|
|
|
|
let selected = null;
|
|
|
|
|
if (this.multipleUdiSelection.length == 0) {
|
|
|
|
|
if (this.relId != null) {
|
|
|
|
|
this.combineQuery.relId = this.relId;
|
|
|
|
|
this.combineQuery.keys.push(this.currentRow.uuid);
|
|
|
|
|
if (this.currentRow.check) {
|
|
|
|
|
selected = this.currentRow;
|
|
|
|
|
}
|
|
|
|
|
} else
|
|
|
|
|
return;
|
|
|
|
|
if (isBlank(this.relId)) {
|
|
|
|
|
this.checkedUdi();
|
|
|
|
|
} else {
|
|
|
|
|
this.$confirm("是否确定关联DI产品名称:" + this.cpmctymc1 + ":与第三方产品名称" + this.data.cpmctymc, "提示", {
|
|
|
|
|
confirmButtonText: "确定",
|
|
|
|
|
cancelButtonText: "取消",
|
|
|
|
|
type: "warning",
|
|
|
|
|
})
|
|
|
|
|
.then(() => {
|
|
|
|
|
this.checkedUdi();
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
selectData.forEach((obj) => {
|
|
|
|
|
if (obj.check) {
|
|
|
|
|
selected = obj;
|
|
|
|
|
}
|
|
|
|
|
this.combineQuery.keys.push(obj.uuid);
|
|
|
|
|
});
|
|
|
|
|
checkedUdi() {
|
|
|
|
|
let selectData = this.multipleUdiSelection;
|
|
|
|
|
let selected = null;
|
|
|
|
|
if (this.multipleUdiSelection.length == 0) {
|
|
|
|
|
if (this.relId != null) {
|
|
|
|
|
this.combineQuery.relId = this.relId;
|
|
|
|
|
this.combineQuery.keys.push(this.currentRow.uuid);
|
|
|
|
|
if (this.currentRow.check) {
|
|
|
|
|
selected = this.currentRow;
|
|
|
|
|
}
|
|
|
|
|
if (selected != null) {
|
|
|
|
|
this.$message.warning("UDI编码:" + selected.nameCode + "已被选入");
|
|
|
|
|
return;
|
|
|
|
|
} else
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
selectData.forEach((obj) => {
|
|
|
|
|
if (obj.check) {
|
|
|
|
|
selected = obj;
|
|
|
|
|
}
|
|
|
|
|
this.combineLoading = true;
|
|
|
|
|
checkExitUdi(this.combineQuery)
|
|
|
|
|
.then((response) => {
|
|
|
|
|
this.combineLoading = false;
|
|
|
|
|
if (response.code == 20000) {
|
|
|
|
|
this.combineQuery.keys.push(obj.uuid);
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
if (selected != null) {
|
|
|
|
|
this.$message.warning("UDI编码:" + selected.nameCode + "已被选入");
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
this.combineLoading = true;
|
|
|
|
|
checkExitUdi(this.combineQuery)
|
|
|
|
|
.then((response) => {
|
|
|
|
|
this.combineLoading = false;
|
|
|
|
|
if (response.code == 20000) {
|
|
|
|
|
this.combine();
|
|
|
|
|
// combineUdi(this.combineQuery)
|
|
|
|
|
// .then((response) => {
|
|
|
|
|
// this.combineLoading = false;
|
|
|
|
|
// if (response.code == 20000) {
|
|
|
|
|
// this.$emit("closeUdi", true);
|
|
|
|
|
// } else {
|
|
|
|
|
// this.$emit("closeUdi", false);
|
|
|
|
|
// }
|
|
|
|
|
// })
|
|
|
|
|
// .catch(() => {
|
|
|
|
|
// this.combineLoading = false;
|
|
|
|
|
// this.$emit("closeUdi", false);
|
|
|
|
|
// });
|
|
|
|
|
} else if (response.code == 499) {
|
|
|
|
|
this.$confirm(response.message, {type: "warning"})
|
|
|
|
|
.then(_ => {
|
|
|
|
|
this.combine();
|
|
|
|
|
// combineUdi(this.combineQuery)
|
|
|
|
|
// .then((response) => {
|
|
|
|
@ -591,36 +615,17 @@ export default {
|
|
|
|
|
// this.combineLoading = false;
|
|
|
|
|
// this.$emit("closeUdi", false);
|
|
|
|
|
// });
|
|
|
|
|
} else if (response.code == 499) {
|
|
|
|
|
this.$confirm(response.message, { type: "warning" })
|
|
|
|
|
.then(_ => {
|
|
|
|
|
this.combine();
|
|
|
|
|
// combineUdi(this.combineQuery)
|
|
|
|
|
// .then((response) => {
|
|
|
|
|
// this.combineLoading = false;
|
|
|
|
|
// if (response.code == 20000) {
|
|
|
|
|
// this.$emit("closeUdi", true);
|
|
|
|
|
// } else {
|
|
|
|
|
// this.$emit("closeUdi", false);
|
|
|
|
|
// }
|
|
|
|
|
// })
|
|
|
|
|
// .catch(() => {
|
|
|
|
|
// this.combineLoading = false;
|
|
|
|
|
// this.$emit("closeUdi", false);
|
|
|
|
|
// });
|
|
|
|
|
})
|
|
|
|
|
.catch(_ => {
|
|
|
|
|
|
|
|
|
|
this.combineQuery.keys = [];
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
|
this.combineLoading = false;
|
|
|
|
|
this.$emit("closeUdi", false);
|
|
|
|
|
});
|
|
|
|
|
});
|
|
|
|
|
})
|
|
|
|
|
.catch(_ => {
|
|
|
|
|
|
|
|
|
|
this.combineQuery.keys = [];
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
|
this.combineLoading = false;
|
|
|
|
|
this.$emit("closeUdi", false);
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
combine() {
|
|
|
|
|