Commit 65b72e47 authored by liudong1993's avatar liudong1993

1

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