Commit 34480fbd authored by liudong1993's avatar liudong1993

1

parent ea0119b4
......@@ -4446,6 +4446,7 @@ export const obj = {
ribenxcgtqk: 'The Situation of regular regiments on the Japanese Line ',
ouzhoussft: 'Loss Sharing in Europe ',
crmzkbwdt: 'CRM Direct Customer Outbound group ',
hftyIncome: 'Kimono experience income',
tongbind: 'Year-over-year ',
gouwdtj: 'Shopping Store Statistics ',
lindudypm: 'Tour Leader Rankings ',
......
......@@ -4446,6 +4446,7 @@ export const obj = {
ribenxcgtqk: '日本線通常団状況',
ouzhoussft: 'ヨーロッパの損失配分',
crmzkbwdt:'CRM直客部外失団',
hftyIncome: '和服体験収入',
tongbind: '前年同期比',
gouwdtj: 'ショッピング店統計',
lindudypm: 'ガイドランキング',
......
......@@ -4446,6 +4446,7 @@ export const obj = {
ribenxcgtqk: '日本线常规团情况',
ouzhoussft: '欧洲损失分摊',
crmzkbwdt: 'CRM直客部外丢团',
hftyIncome: '和服体验收入',
tongbind: '同比年度',
gouwdtj: '购物店统计',
lindudypm: '领队导游排名',
......
......@@ -4446,6 +4446,7 @@ export const obj = {
ribenxcgtqk: '日本線常規團情況',
ouzhoussft: '歐洲損失分攤',
crmzkbwdt: 'CRM直客部外丟團',
hftyIncome: '和服體驗收入',
tongbind: '同比年度',
gouwdtj: '購物店統計',
lindudypm: '領隊導遊排名',
......
......@@ -653,7 +653,7 @@ export default {
if (!this.msg.OutBranchId && this.msg.OutBranchId !== 0)
this.msg.OutBranchId = -1;
if (!this.msg.TCID) this.msg.TCID = 0;
if (this.msg.QStartDate == "") this.msg.QStartDate = "2023";
if (this.msg.QStartDate == "") this.msg.QStartDate = new Date().getFullYear().toString();
this.apipost('financestatistics_get_GetTravelMonthReportList', this.msg, res=>{
if (res.data.resultCode == 1) {
......
......@@ -519,6 +519,7 @@ tr._item_list td:last-child {
<el-option value="23" :label="$t('objFill.ouzhoudtfrsr')"></el-option>
<el-option value="24" :label="$t('objFill.v101.FinancialModule.ouzhoussft')"></el-option>
<el-option value="25" :label="$t('objFill.v101.FinancialModule.crmzkbwdt')"></el-option>
<el-option value="27" :label="$t('objFill.v101.FinancialModule.hftyIncome')"></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="$t('objFill.ribendjbzh')"></el-option>
......@@ -772,6 +773,7 @@ Vue.component("TCIDJump", {
<span style="cursor: pointer" v-if="rowData.DataType===23" @click="goUrl('TeamBalancePayment',rowData.TCID,rowData)">{{rowData.TCID}}</span>
<span style="cursor: pointer" v-if="rowData.DataType===24" @click="goUrl('TeamBalancePayment',rowData.TCID,rowData)">{{rowData.TCID}}</span>
<span style="cursor: pointer" v-if="rowData.DataType===25">{{rowData.TCID}}</span>
<span style="cursor: pointer" v-if="rowData.DataType===27" @click="goUrl('FinancialDocumentsDetail',rowData.TCID,rowData)">{{rowData.TCID}}</span>
</div>
`,
......@@ -933,6 +935,7 @@ Vue.component("TCNUMJump", {
<span style="cursor: pointer;text-decoration:underline" v-if="rowData.DataType===23" @click="goUrl('TravelControlList',rowData.TCNUM,rowData)">{{rowData.TCNUM}}</span>
<span style="cursor: pointer;text-decoration:underline" v-if="rowData.DataType===24" @click="goUrl('TravelControlList',rowData.TCNUM,rowData)">{{rowData.TCNUM}}</span>
<span style="cursor: pointer;text-decoration:underline" v-if="rowData.DataType===25" @click="goHand('planeTicketOrder',rowData,16)">{{rowData.TCNUM}}</span>
<span style="cursor: pointer;text-decoration:underline" v-if="rowData.DataType===27" @click="goUrl('FinancialDocumentsDetail',rowData.TCID,rowData)">{{rowData.TCNUM}}</span>
</div>`,
props: {
rowData: {
......@@ -2639,6 +2642,12 @@ export default {
if(this.msg.LineId==-25){
this.msg.DataType="25";
}
if(this.msg.LineId==-26){
this.msg.DataType="26";
}
if(this.msg.LineId==-27){
this.msg.DataType="27";
}
let userInfo = this.getLocalStorage();
if((","+userInfo.ActionMenuCode+",").indexOf(',F_Query_TicketTeamRevenueReport,')!=-1){
this.isShowType = false;
......
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