mo преди 4 години
родител
ревизия
c23ef5b287

Файловите разлики са ограничени, защото са твърде много
+ 0 - 0
dist/index.html


Файловите разлики са ограничени, защото са твърде много
+ 0 - 0
dist/static/css/chunk-2558df06.dd372578.css


Файловите разлики са ограничени, защото са твърде много
+ 0 - 0
dist/static/js/app.b625ad1d.js


Файловите разлики са ограничени, защото са твърде много
+ 0 - 0
dist/static/js/chunk-2558df06.25ac276e.js


Файловите разлики са ограничени, защото са твърде много
+ 0 - 0
dist/static/js/chunk-34ccd40f.a31138b5.js


Файловите разлики са ограничени, защото са твърде много
+ 0 - 0
dist/static/js/chunk-ac42450a.b57b4a90.js


+ 14 - 14
src/views/teamBuild/components/teamBaseInfo.vue

@@ -929,20 +929,20 @@ export default {
       });
     },
     resetSubmit () {
-      let check = [];
-      for (let i in this.checkList) {
-        if (this.checkList[i] && i != 'submit') {
-          check.push(this.checkList[i].ischeck)
-        }
-      }
-      let checkFlag = false
-      check.forEach(item => {
-        checkFlag = checkFlag || item
-      })
-      if (!checkFlag) {
-        this.$message.error('请至少选择一种乐团课程类型')
-        return
-      }
+      // let check = [];
+      // for (let i in this.checkList) {
+      //   if (this.checkList[i] && i != 'submit') {
+      //     check.push(this.checkList[i].ischeck)
+      //   }
+      // }
+      // let checkFlag = false
+      // check.forEach(item => {
+      //   checkFlag = checkFlag || item
+      // })
+      // if (!checkFlag) {
+      //   this.$message.error('请至少选择一种乐团课程类型')
+      //   return
+      // }
       this.$refs["topinfo"].validate((valid, object) => {
         if (!valid) {
           this.$message.error("请填写必要参数");

+ 16 - 15
src/views/teamBuild/components/teamSoundMoney.vue

@@ -1779,21 +1779,7 @@ export default {
         contractGoodsIds = ""; // 合同所需要的商品Id (只需要乐器编号)
       // 课程 this.topfor payfor checkfor
       let mgs = this.lookPreviewRow.yuji;
-      let check = [];
-      for (let i in this.checkfor) {
-        if (this.checkfor[i] && i != 'submit') {
-          check.push(this.checkfor[i].ischeck)
-        }
-      }
-      let checkFlag = false
-      check.forEach(item => {
-        checkFlag = checkFlag || item
-      })
-      console.log(mgs, 'yuji')
-      if (!checkFlag) {
-        marketPrice += Number(parseFloat(mgs))
-        //  
-      }
+
 
       let coursePrice = Number(mgs)
       let csi = this.checkfor;
@@ -1957,6 +1943,21 @@ export default {
       } else {
         this.needPrice = Number(amount.toFixed(2));
       }
+      let check = [];
+      for (let i in this.checkfor) {
+        if (this.checkfor[i] && i != 'submit') {
+          check.push(this.checkfor[i].ischeck)
+        }
+      }
+      let checkFlag = false
+      check.forEach(item => {
+        checkFlag = checkFlag || item
+      })
+      console.log(mgs, couponPrice, 'yuji')
+      if (!checkFlag) {
+        marketPrice += Number(parseFloat(coursePrice))
+        //  
+      }
       this.orderInfo = {
         amount: Number(amount.toFixed(2)),
         marketPrice: Number(marketPrice.toFixed(2)),

Някои файлове не бяха показани, защото твърде много файлове са промени