|
|
@@ -157,6 +157,9 @@ export default {
|
|
|
this.data = row.historyList;
|
|
|
this.qtyMax = row.goodsNum;
|
|
|
this.dialogVisible = true;
|
|
|
+ if(row.historyList.length==0){
|
|
|
+ this.onLoad()
|
|
|
+ }
|
|
|
},
|
|
|
submit() {
|
|
|
if (this.data.filter(item => item.quantity > 0).length == 0) {
|