切换版本号

dev
薛宇 2 years ago
parent 5a34ef0b13
commit e033821846

@ -1786,6 +1786,8 @@ export default {
} }
}); });
this.productType = this.detailList[0].productType; this.productType = this.detailList[0].productType;
this.editQuery.versionNumber = this.detailList[0].versionNumber
this.editQuery.originUuid = this.detailList[0].originUuid
}) })
.catch(() => { .catch(() => {
this.loading = false; this.loading = false;
@ -2064,6 +2066,10 @@ export default {
this.selectVersionVisible = false; this.selectVersionVisible = false;
this.selectHospProductVisible = false; this.selectHospProductVisible = false;
this.getThirdSysDetail(); this.getThirdSysDetail();
let ttquery = {
id: this.relId,
};
this.getDetailList(ttquery)
if (val) { if (val) {
this.getList(); this.getList();
this.cancelDialog(); this.cancelDialog();

@ -1375,6 +1375,9 @@ import selectUdiVersion from './UdiinfoSelectVersion'
export default { export default {
data() { data() {
return { return {
originUuid: null,
uuid: "111",
relId: "",
selectVersionVisible: false, selectVersionVisible: false,
useNumEnable: true, useNumEnable: true,
checked: false, checked: false,
@ -1415,6 +1418,29 @@ export default {
}, },
filters: {}, filters: {},
methods: { 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() { selectVersion() {
this.selectVersionVisible = true; this.selectVersionVisible = true;
this.uuid = this.editQuery.uuid; this.uuid = this.editQuery.uuid;
@ -1737,6 +1763,8 @@ export default {
} }
}); });
this.productType = this.detailList[0].productType; this.productType = this.detailList[0].productType;
this.editQuery.versionNumber = this.detailList[0].versionNumber
this.editQuery.originUuid = this.detailList[0].originUuid
}) })
.catch(() => { .catch(() => {
this.loading = false; this.loading = false;

Loading…
Cancel
Save