Browse Source

提交代码

wangxiaogang 3 years ago
parent
commit
4fd3730619

+ 1 - 1
.env

@@ -1,5 +1,5 @@
 VUE_APP_ADMIN_TOKEN_NAME = 'admin_token'
-VUE_APP_API_URL_PREFIX = 'https://admin204.jydev.jianyu360.com/api/admin/'
+VUE_APP_API_URL_PREFIX = '/api/admin/'
 VUE_APP_API_ACTION_NAME = '_action'
 VUE_APP_API_TOKEN_NAME = '_token'
 VUE_APP_INDEX_URL = '/index'

File diff suppressed because it is too large
+ 0 - 0
qmx_page/css/app.d0a7be33.css


+ 1 - 1
qmx_page/index.html

@@ -1 +1 @@
-<!DOCTYPE html><html><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/favicon.ico><title>管理后台</title><link href=/css/app.5085871e.css rel=preload as=style><link href=/css/chunk-vendors.146ef057.css rel=preload as=style><link href=/js/app.f0bd8a16.js rel=preload as=script><link href=/js/chunk-vendors.dbdfae2e.js rel=preload as=script><link href=/css/chunk-vendors.146ef057.css rel=stylesheet><link href=/css/app.5085871e.css rel=stylesheet></head><body><noscript><strong>We're sorry but doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=loading><div class=spinner><div class=rect1></div><div class=rect2></div><div class=rect3></div><div class=rect4></div><div class=rect5></div></div></div><div id=app></div><script src=/js/chunk-vendors.dbdfae2e.js></script><script src=/js/app.f0bd8a16.js></script></body></html>
+<!DOCTYPE html><html><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/favicon.ico><title>管理后台</title><link href=/css/app.d0a7be33.css rel=preload as=style><link href=/css/chunk-vendors.146ef057.css rel=preload as=style><link href=/js/app.20f49c42.js rel=preload as=script><link href=/js/chunk-vendors.dbdfae2e.js rel=preload as=script><link href=/css/chunk-vendors.146ef057.css rel=stylesheet><link href=/css/app.d0a7be33.css rel=stylesheet></head><body><noscript><strong>We're sorry but doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=loading><div class=spinner><div class=rect1></div><div class=rect2></div><div class=rect3></div><div class=rect4></div><div class=rect5></div></div></div><div id=app></div><script src=/js/chunk-vendors.dbdfae2e.js></script><script src=/js/app.20f49c42.js></script></body></html>

File diff suppressed because it is too large
+ 0 - 0
qmx_page/js/app.20f49c42.js


File diff suppressed because it is too large
+ 0 - 0
qmx_page/js/app.f0bd8a16.js


+ 1 - 1
src/views/bigMenber/bigCombo.vue

@@ -760,7 +760,7 @@ export default {
                                     }, this.resArr4[1].s_name),  
                                     h('Option',{  
                                         props: {  
-                                            value: JSON.stringify(this.resArr3[0]),
+                                            value: JSON.stringify(this.resArr4[0]),
                                             disabled: this.optionDis6
                                         }  
                                     }, this.resArr4[0].s_name)  

+ 11 - 10
src/views/order/components/bigOrder.vue

@@ -113,7 +113,7 @@
                                 :data="pacData" 
                             ></Table>
                         </FormItem>
-                        <!-- <FormItem class="table-order1">
+                        <FormItem class="table-order1">
                             <Table 
                                 class="prei-table"
                                 border 
@@ -121,7 +121,7 @@
                                 :columns="columns2" 
                                 :data="datas2" 
                             ></Table>
-                        </FormItem> -->
+                        </FormItem>
                     </div>
                     <div v-if="creAuth == '1'">
                         <FormItem label="大会员订单金额" :label-width="194">
@@ -1172,15 +1172,16 @@ export default {
             selection.forEach(l => {
                 arr1.push(l.id)
             })
-            // console.log(arr1)
-            // console.log(this.strItems5)
             if (arr1.indexOf(11) > -1) {
                 document.getElementById('counts0').disabled = false
             }
             if (arr1.indexOf(15) > -1) {
-                document.getElementById('counts0').disabled = false
+                document.getElementById('counts2').disabled = false
             }
-            if (arr1.indexOf(12) > -1 && arr1.indexOf(13) > -1) {
+            if (arr1.indexOf(9121) > -1 && this.strItems3.id == 20 && arr1.indexOf(9122) > -1 && this.strItems4.id == 21) {
+                document.getElementById('counts3').disabled = false
+            }
+            if (arr1.indexOf(9121) > -1 && this.strItems3.id == 23 && arr1.indexOf(9122) > -1 && this.strItems4.id == 13) {
                 document.getElementById('counts3').disabled = false
             }
             if (arr1.indexOf(9123) > -1 && this.strItems5.id == 22) {
@@ -1335,7 +1336,7 @@ export default {
                     bigPayMoney: this.member.billingMode == 0?0:parseInt(this.member.bigPayMoney * 1000 / 10),
                     subPayMoney: this.member.billingMode == 0?0:parseInt(this.member.subPayMoney * 1000 / 10),
                     supplyPayMoney: this.member.billingMode == 0?0:parseInt(this.member.supplyPayMoney * 1000 / 10),
-                    createType: this.nums == 0?this.member.cycleType:'1',
+                    createType: this.nums == 0?this.member.createType:'1',
                     comboId: this.combo_id.id,
                     serversId: this.nums == 0?String(serId):'',
                     serversName: this.nums == 0?String(serName):'',
@@ -1347,7 +1348,7 @@ export default {
                     remark: this.member.remark
                 }
                 console.log(obj)
-                // this.urlReq('/order/createBigOrder', obj)
+                this.urlReq('/order/createBigOrder', obj)
             } else if (this.proNums == 2) {// 子账号
                 let obj = {
                     createTime: this.member.createTime,
@@ -1893,7 +1894,7 @@ export default {
                                                 this.optionDis2 = true
                                                 this.optionDis3 = false
                                                 this.optionDis4 = true
-                                            } else if (ids == 20) {
+                                            } else if (ids == 13) {
                                                 this.optionDis1 = true
                                                 this.optionDis2 = false
                                                 this.optionDis3 = true
@@ -1958,7 +1959,7 @@ export default {
                                     }, this.resArr4[1].s_name),  
                                     h('Option',{  
                                         props: {  
-                                            value: JSON.stringify(this.resArr3[0]),
+                                            value: JSON.stringify(this.resArr4[0]),
                                             disabled: this.optionDis6
                                         }  
                                     }, this.resArr4[0].s_name)  

Some files were not shown because too many files changed in this diff