Commit cedd83ac authored by liudong1993's avatar liudong1993

1

parent 1f9b5839
...@@ -520,6 +520,7 @@ tr._item_list td:last-child { ...@@ -520,6 +520,7 @@ tr._item_list td:last-child {
<el-option value="24" :label="$t('objFill.v101.FinancialModule.ouzhoussft')"></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="25" :label="$t('objFill.v101.FinancialModule.crmzkbwdt')"></el-option>
<el-option value="27" :label="$t('objFill.v101.FinancialModule.hftyIncome')"></el-option> <el-option value="27" :label="$t('objFill.v101.FinancialModule.hftyIncome')"></el-option>
<el-option value="28" 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="$t('objFill.ribendjbzh')"></el-option> <el-option value="6" v-if="isShowType" :label="$t('objFill.ribendjbzh')"></el-option>
...@@ -776,6 +777,7 @@ Vue.component("TCIDJump", { ...@@ -776,6 +777,7 @@ Vue.component("TCIDJump", {
<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===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===25">{{rowData.TCID}}</span>
<span style="cursor: pointer" v-if="rowData.DataType===27" @click="goUrl('FinancialDocumentsDetail',rowData.TCID,rowData)">{{rowData.TCID}}</span> <span style="cursor: pointer" v-if="rowData.DataType===27" @click="goUrl('FinancialDocumentsDetail',rowData.TCID,rowData)">{{rowData.TCID}}</span>
<span style="cursor: pointer" v-if="rowData.DataType===28" @click="goUrl('FinancialDocumentsDetail',rowData.TCID,rowData)">{{rowData.TCID}}</span>
</div> </div>
`, `,
...@@ -938,6 +940,7 @@ Vue.component("TCNUMJump", { ...@@ -938,6 +940,7 @@ Vue.component("TCNUMJump", {
<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===24" @click="goUrl('TravelControlList',rowData.TCNUM,rowData)">{{rowData.TCNUM}}</span>
<span style="cursor: pointer;text-decoration:underline" v-if="rowData.DataType===25" @click="goHand('customerOrder',rowData,16)">{{rowData.TCNUM}}</span> <span style="cursor: pointer;text-decoration:underline" v-if="rowData.DataType===25" @click="goHand('customerOrder',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> <span style="cursor: pointer;text-decoration:underline" v-if="rowData.DataType===27" @click="goUrl('FinancialDocumentsDetail',rowData.TCID,rowData)">{{rowData.TCNUM}}</span>
<span style="cursor: pointer;text-decoration:underline" v-if="rowData.DataType===28" @click="goUrl('FinancialDocumentsDetail',rowData.TCID,rowData)">{{rowData.TCNUM}}</span>
</div>`, </div>`,
props: { props: {
rowData: { rowData: {
...@@ -2671,6 +2674,9 @@ export default { ...@@ -2671,6 +2674,9 @@ export default {
if(this.msg.LineId==-27){ if(this.msg.LineId==-27){
this.msg.DataType="27"; this.msg.DataType="27";
} }
if(this.msg.LineId==-28){
this.msg.DataType="28";
}
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