|
|
|
@ -1375,6 +1375,9 @@ import selectUdiVersion from './UdiinfoSelectVersion'
|
|
|
|
|
export default {
|
|
|
|
|
data() {
|
|
|
|
|
return {
|
|
|
|
|
originUuid: null,
|
|
|
|
|
uuid: "111",
|
|
|
|
|
relId: "",
|
|
|
|
|
selectVersionVisible: false,
|
|
|
|
|
useNumEnable: true,
|
|
|
|
|
checked: false,
|
|
|
|
@ -1415,6 +1418,29 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
filters: {},
|
|
|
|
|
methods: {
|
|
|
|
|
closeUdi(val) {
|
|
|
|
|
this.selectUdiDialogVisible = false;
|
|
|
|
|
this.selectErpDialogVisible = false;
|
|
|
|
|
this.selectLocalVisible = false;
|
|
|
|
|
this.selectVersionVisible = false;
|
|
|
|
|
this.selectHospProductVisible = false;
|
|
|
|
|
this.getThirdSysDetail();
|
|
|
|
|
let ttquery = {
|
|
|
|
|
id: this.relId,
|
|
|
|
|
};
|
|
|
|
|
this.getDetailList(ttquery)
|
|
|
|
|
if (val) {
|
|
|
|
|
this.getList();
|
|
|
|
|
this.cancelDialog();
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
closeDialog() {
|
|
|
|
|
this.selectErpDialogVisible = false;
|
|
|
|
|
this.selectLocalVisible = false;
|
|
|
|
|
this.selectVersionVisible = false;
|
|
|
|
|
this.selectHospProductVisible = false;
|
|
|
|
|
this.selectUnBindHospProductVisible = false;
|
|
|
|
|
},
|
|
|
|
|
selectVersion() {
|
|
|
|
|
this.selectVersionVisible = true;
|
|
|
|
|
this.uuid = this.editQuery.uuid;
|
|
|
|
@ -1737,6 +1763,8 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
this.productType = this.detailList[0].productType;
|
|
|
|
|
this.editQuery.versionNumber = this.detailList[0].versionNumber
|
|
|
|
|
this.editQuery.originUuid = this.detailList[0].originUuid
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
|
this.loading = false;
|
|
|
|
|