yusheng il y a 11 mois
Parent
commit
df57fca358
1 fichiers modifiés avec 1 ajouts et 3 suppressions
  1. 1 3
      src/views/saleManage/saleOrder/index.vue

+ 1 - 3
src/views/saleManage/saleOrder/index.vue

@@ -809,7 +809,6 @@
         });
       },
       async callBack() {
-        return 0
         if (!this.current.generatePurchase && !this.current.generateProduce) {
           return 0;
         }
@@ -821,8 +820,7 @@
       },
 
       async saleOrderSubmitOrGenerate(res) {
-        this.saleOrderSubmit(res.id);
-        return
+   
         this.tableList = [];
         this.current = res;
         if (!res.generatePurchase && !res.generateProduce) {