Browse Source

默认没明细直接查询

Qukatie 6 days ago
parent
commit
07a10d6748

+ 3 - 0
src/views/tirePartsMall/salesManagement/outboundWorkOrder/components/viewArea.vue

@@ -153,6 +153,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) {