Browse Source

05271449lhjfb

liuhj 10 months ago
parent
commit
12f970e983

+ 19 - 0
src/components/MCR/Marketingamount.vue

@@ -0,0 +1,19 @@
+<template>
+    <div class="Marketingamount-box">
+        
+    </div>
+</template>
+<script>
+export default {
+    
+}
+</script>
+<style>
+.Marketingamount-box{
+    background-color: #fff;
+    padding: 10px;
+    box-shadow: 0 0 5px #0005;
+    border-radius: 10px;
+    min-height: 830px;
+}
+</style>

+ 3 - 2
src/components/OP/DecreasePayments.vue

@@ -137,9 +137,10 @@ export default {
                     that.delegationInfoList = res.data.data.groupName;
                     if(that.DiId!=that.DiId){
                         that.DiId = that.delegationInfoList[0].id;
+                        that.delegationInfo = that.delegationInfoList[0];
                     }
-                    that.delegationInfo = that.delegationInfoList[0];
-                    that.DecreasePaymentsList()
+                    that.DecreasePaymentsList();
+                    that.DecreasePaymentsChange();
                 }else{
                     console.log("400")
                 }

+ 6 - 1
src/router/index.js

@@ -106,7 +106,7 @@ import backwardtabke from '@/components/OP/backwardtabke'
 import royaltypg from '@/components/Finance/royaltypg';
 import visaAgencyfee from '@/components/OP/visaAgencyfee'
 import Hotelenquiry from '@/components/OP/Hotelenquiry'
-
+import Marketingamount from '@/components/MCR/Marketingamount';
 
 Vue.use(Router)
 
@@ -654,6 +654,11 @@ export default new Router({
           name: 'Hotelenquiry',
           component: Hotelenquiry
         },
+        {
+          path: '/home/Marketingamount',
+          name: 'Marketingamount',
+          component: Marketingamount
+        },
       ]
     },
     {