feat: 药品关联关系

dev_unify
chenhc 8 months ago
parent 319e85fd2c
commit 27b2048c80

@ -564,7 +564,7 @@
},
submit(val) {
if(this.relFormData.detailList == null || this.relFormData.detailList.length == 0){
if(this.detailList == null || this.detailList.length == 0){
this.$message.warning("请先录入关联码!");
return;
}

@ -599,7 +599,7 @@
this.inputDisabled = false
},
submit(val) {
if(this.relFormData.detailList == null || this.relFormData.detailList.length == 0){
if(this.detailList == null || this.detailList.length == 0){
this.$message.warning("请先录入关联码!");
return;
}

@ -634,7 +634,7 @@
this.syxjsl = 0;
this.parentCode = null;
this.refreshCodesPanel()
this.closeDialog()
// this.closeDialog()
},
init(){
if(this.opeParentCode != null){

@ -684,7 +684,7 @@
this.parentCode = null;
this.inputDisabled = false
this.refreshCodesPanel()
this.closeDialog()
// this.closeDialog()
},
init(){
if(this.opeParentCode != null){

Loading…
Cancel
Save