销售退货功能修改

This commit is contained in:
DESKTOP-J7ED0MB\yinjinlu
2022-10-27 23:34:38 +08:00
parent a82f946429
commit 6be72d0b76
4 changed files with 130 additions and 267 deletions

View File

@@ -217,6 +217,11 @@
this.selectedRow = row;
}
},
handleCurrent(row){
if(row){
this.selectedRow = row;
}
},
//确定选中
confirmSelect(){
if(this.selectedId ==null || this.selectedId==0){