xiaodai2022 2 gadi atpakaļ
vecāks
revīzija
17992cd069

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
dist/static/js/0.js


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

@@ -597,9 +597,8 @@ export default {
       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: {
     showModel: function (val) {
@@ -795,13 +794,13 @@ export default {
               this.loading = false;
               return;
             }
-            if (parseInt(good_num + "") !== addrT && sendtype === "2") {
+            if (parseInt(good_num + "") !== addrT) {
               this.$message.warning("收货总数量与购买不一致!");
               this.loading = false;
               return;
             }
           }
-          console.log(model);
+           this.loading = false
           let res = await asyncRequest.consultorder(model);
           this.loading = false;
           if (res && res.code === 0) {

Daži faili netika attēloti, jo izmaiņu fails ir pārāk liels