xiaodai2022 há 2 anos atrás
pai
commit
17992cd069

Diff do ficheiro suprimidas por serem muito extensas
+ 0 - 0
dist/static/js/0.js


+ 4 - 5
src/views/sellOut/zixunOrder/components/buyGoodModal.vue

@@ -597,9 +597,8 @@ export default {
       id: "",
       id: "",
     };
     };
   },
   },
-  created(){
-
-      // this.this.ruleForm.arrtime = this.sitem.in_arrival_time.substring(0, 10);
+  created() {
+    // this.this.ruleForm.arrtime = this.sitem.in_arrival_time.substring(0, 10);
   },
   },
   watch: {
   watch: {
     showModel: function (val) {
     showModel: function (val) {
@@ -795,13 +794,13 @@ export default {
               this.loading = false;
               this.loading = false;
               return;
               return;
             }
             }
-            if (parseInt(good_num + "") !== addrT && sendtype === "2") {
+            if (parseInt(good_num + "") !== addrT) {
               this.$message.warning("收货总数量与购买不一致!");
               this.$message.warning("收货总数量与购买不一致!");
               this.loading = false;
               this.loading = false;
               return;
               return;
             }
             }
           }
           }
-          console.log(model);
+           this.loading = false
           let res = await asyncRequest.consultorder(model);
           let res = await asyncRequest.consultorder(model);
           this.loading = false;
           this.loading = false;
           if (res && res.code === 0) {
           if (res && res.code === 0) {

Alguns ficheiros não foram mostrados porque muitos ficheiros mudaram neste diff