diff --git a/src/components/FinancialModule/ReportForm/TeamRevenueReport.vue b/src/components/FinancialModule/ReportForm/TeamRevenueReport.vue index f43320467f6c40080f0730ffaf17fc9bbf4c3e97..e728ad5743ed3a2e06aad04727d5cf6cb5306a54 100644 --- a/src/components/FinancialModule/ReportForm/TeamRevenueReport.vue +++ b/src/components/FinancialModule/ReportForm/TeamRevenueReport.vue @@ -514,6 +514,7 @@ tr._item_list td:last-child { <el-option value="20" label="开票收入"></el-option> <el-option value="21" label="日本手é…费收入"></el-option> <el-option value="22" label="车行收入"></el-option> + <el-option value="23" label="欧洲å•团分润收入"></el-option> </el-select> <el-select v-model="msg.DataType" :disabled="shujuType" filterable class="w150" v-if="isShowGrounding==false"> <el-option value="6" v-if="isShowType" label="日本地接部专户"></el-option> @@ -762,6 +763,7 @@ Vue.component("TCIDJump", { <span style="cursor: pointer" v-if="rowData.DataType===15">{{rowData.TCID}}</span> <span style="cursor: pointer" v-if="rowData.DataType===16">{{rowData.TCID}}</span> <span style="cursor: pointer" v-if="rowData.DataType===22">{{rowData.TCID}}</span> + <span style="cursor: pointer" v-if="rowData.DataType===23" @click="goUrl('TeamBalancePayment',rowData.TCID,rowData)">{{rowData.TCID}}</span> </div> `, @@ -883,6 +885,7 @@ Vue.component("TCNUMJump", { <span v-if="rowData.DataType===20">{{rowData.TCNUM}}</span> <span style="cursor: pointer;text-decoration:underline" v-if="rowData.DataType===21" @click="goUrl('FinancialDocumentsDetail',rowData.TCID,rowData)">{{rowData.TCNUM}}</span> <span style="cursor: pointer;text-decoration:underline" v-if="rowData.DataType===22" @click="goUrl('FinancialDocumentsDetail',rowData.TCID,rowData)">{{rowData.TCNUM}}</span> + <span style="cursor: pointer;text-decoration:underline" v-if="rowData.DataType===23" @click="goUrl('TravelControlList',rowData.TCNUM,rowData)">{{rowData.TCNUM}}</span> </div>`, props: { rowData: { @@ -1822,6 +1825,16 @@ export default { isResize: true, componentName: "TCIDJumpWang" }, + { + field: "EuropeShareProfit", + formatter: this.moneyFormat, + title: "欧洲å•团分润", + width: 90, + titleAlign: "left", + columnAlign: "right", + isResize: true, + componentName: "TCIDJumpWang" + }, { field: "ShiJiLiRun", formatter: this.moneyFormat, @@ -2262,6 +2275,9 @@ export default { if(this.msg.LineId==-19){ this.msg.DataType="22"; } + if(this.msg.LineId==-20){ + this.msg.DataType="23"; + } let userInfo = this.getLocalStorage(); if((","+userInfo.ActionMenuCode+",").indexOf(',F_Query_TicketTeamRevenueReport,')!=-1){ this.isShowType = false;