|
|
|
@ -1757,6 +1757,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;
|
|
|
|
@ -1790,6 +1792,7 @@ export default {
|
|
|
|
|
this.uuid = this.editQuery.uuid;
|
|
|
|
|
this.originUuid = this.editQuery.originUuid;
|
|
|
|
|
this.relId = this.editQuery.id;
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
deleteOrders(data) {
|
|
|
|
|
this.loading = true;
|
|
|
|
@ -2036,6 +2039,10 @@ export default {
|
|
|
|
|
this.selectVersionVisible = false;
|
|
|
|
|
this.selectHospProductVisible = false;
|
|
|
|
|
this.getThirdSysDetail();
|
|
|
|
|
let ttquery = {
|
|
|
|
|
id: this.relId,
|
|
|
|
|
};
|
|
|
|
|
this.getDetailList(ttquery)
|
|
|
|
|
if (val) {
|
|
|
|
|
this.getList();
|
|
|
|
|
this.cancelDialog();
|
|
|
|
@ -2272,6 +2279,7 @@ export default {
|
|
|
|
|
this.getTerrList();
|
|
|
|
|
// this.selectSysParam();
|
|
|
|
|
this.getSysFilter();
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
};
|
|
|
|
|
</script>
|
|
|
|
|