Commit 32c2cd29 authored by zhengke's avatar zhengke

no message

parent f6dfe450
...@@ -368,7 +368,7 @@ ...@@ -368,7 +368,7 @@
</div> </div>
<div v-if="GetDetail.OtherType=='56'||GetDetail.OtherType=='57'" <div v-if="GetDetail.OtherType=='56'||GetDetail.OtherType=='57'"
class="illustrate-right fygsbumen-box-right" class="illustrate-right fygsbumen-box-right"
@click="ImpressionTicketDetails('ImpressionTicketUserDetails')">查看详情</div> @click="ImpressionTicketDetails('ImpressionTicketUserDetails')">{{GetDetail.OtherType=='56'?'票务提成详情':票务工资详情}}</div>
</div> </div>
<table border="1" bordercolor="#D2D2D2" style="border-collapse:collapse;margin-top:15px;" width="100%" v-if="GetDetail.TCIDAndTCNUMList.length>0"> <table border="1" bordercolor="#D2D2D2" style="border-collapse:collapse;margin-top:15px;" width="100%" v-if="GetDetail.TCIDAndTCNUMList.length>0">
<tr v-for="(o,ox) in GetDetail.TCIDAndTCNUMList" class="_fujiashuoming_tr"> <tr v-for="(o,ox) in GetDetail.TCIDAndTCNUMList" class="_fujiashuoming_tr">
......
...@@ -355,8 +355,8 @@ ...@@ -355,8 +355,8 @@
this.showTab = this.crmOrderObj.type this.showTab = this.crmOrderObj.type
}else if(this.$route.query.commissionObj){ }else if(this.$route.query.commissionObj){
this.commissionObj = JSON.parse(this.$route.query.commissionObj) this.commissionObj = JSON.parse(this.$route.query.commissionObj)
this.active = 2 this.active = this.$route.query.Type
this.showTab = 2 this.showTab = this.$route.query.Type
} else{ } else{
this.showTab = this.$route.query.Type?this.$route.query.Type:0; this.showTab = this.$route.query.Type?this.$route.query.Type:0;
this.active = parseInt(this.$route.query.Type)?parseInt(this.$route.query.Type):1; this.active = parseInt(this.$route.query.Type)?parseInt(this.$route.query.Type):1;
......
...@@ -437,7 +437,7 @@ ...@@ -437,7 +437,7 @@
</div> </div>
<div v-if="GetDetail.OtherType=='56'||GetDetail.OtherType=='57'" <div v-if="GetDetail.OtherType=='56'||GetDetail.OtherType=='57'"
class="illustrate-right fygsbumen-box-right" class="illustrate-right fygsbumen-box-right"
@click="ImpressionTicketDetails('ImpressionTicketUserDetails')">查看详情</div> @click="ImpressionTicketDetails('ImpressionTicketUserDetails')">{{GetDetail.OtherType=='56'?'票务提成详情':票务工资详情}}</div>
</div> </div>
<table border="1" bordercolor="#D2D2D2" style="border-collapse:collapse;margin-top:15px;" width="100%" v-if="GetDetail.TCIDAndTCNUMList.length>0"> <table border="1" bordercolor="#D2D2D2" style="border-collapse:collapse;margin-top:15px;" width="100%" v-if="GetDetail.TCIDAndTCNUMList.length>0">
......
...@@ -316,7 +316,7 @@ ...@@ -316,7 +316,7 @@
let query = { let query = {
blank: "y", blank: "y",
tab: "新增付款单据", tab: "新增付款单据",
Type: this.Type, Type: 2,
commissionObj: JSON.stringify(this.BillMakingMsg) commissionObj: JSON.stringify(this.BillMakingMsg)
} }
this.$router.push({ this.$router.push({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment