xiaodai2022 2 년 전
부모
커밋
17992cd069
2개의 변경된 파일4개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 0
      dist/static/js/0.js
  2. 4 5
      src/views/sellOut/zixunOrder/components/buyGoodModal.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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) {

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.