Commit d8be3eb0 authored by liudong1993's avatar liudong1993
parents 6c067155 6cd031ea
...@@ -95,6 +95,9 @@ ...@@ -95,6 +95,9 @@
<el-tooltip class="item" effect="dark" :content="$t('pub.updateMsg')" placement="top-start"> <el-tooltip class="item" effect="dark" :content="$t('pub.updateMsg')" placement="top-start">
<el-button type="primary" class="iconfont icon-bianji-smal" circle @click="editCurency(item.ID),text=$t('pub.updateMsg')"></el-button> <el-button type="primary" class="iconfont icon-bianji-smal" circle @click="editCurency(item.ID),text=$t('pub.updateMsg')"></el-button>
</el-tooltip> </el-tooltip>
<el-tooltip class="item" effect="dark" :content="$t('pub.updateMsg')+'(新页面打开)'" placement="top-start">
<el-button type="primary" class="iconfont icon-bianji-smal" circle @click="goUrlCashierWorkAccount('CashierWorkAccount',item.ID),text=$t('pub.updateMsg')"></el-button>
</el-tooltip>
<el-tooltip class="item" effect="dark" :content="$t('fnc.w_djxinxi')" placement="top-start"> <el-tooltip class="item" effect="dark" :content="$t('fnc.w_djxinxi')" placement="top-start">
<el-button type="danger" class="iconfont icon-img-rili" circle @click="goUrlDetail('CashierWorkDetail',1,item.Name,item.ID)"></el-button> <el-button type="danger" class="iconfont icon-img-rili" circle @click="goUrlDetail('CashierWorkDetail',1,item.Name,item.ID)"></el-button>
</el-tooltip> </el-tooltip>
...@@ -276,8 +279,8 @@ ...@@ -276,8 +279,8 @@
<thead> <thead>
<tr> <tr>
<th>{{$t('fnc.acc')}}</th> <th>{{$t('fnc.acc')}}</th>
<th width="150px">{{$t('fnc.shoukuan')}} <input type="checkbox" v-model="shouChe" @change="isCheckAll(1)"><span class="_check_all">{{$t('table.table_chekAll')}}</span></th> <th width="150px">{{$t('fnc.shoukuan')}} <input type="checkbox" v-model="shouChe" @change="isCheckAll(1)"><span class="_check_all">{{$t('system.table_chekAll')}}</span></th>
<th width="150px">{{$t('fnc.zhikuan')}} <input type="checkbox" v-model="zhiChe" @change="isCheckAll(2)"><span class="_check_all">{{$t('table.table_chekAll')}}</span></th> <th width="150px">{{$t('fnc.zhikuan')}} <input type="checkbox" v-model="zhiChe" @change="isCheckAll(2)"><span class="_check_all">{{$t('system.table_chekAll')}}</span></th>
<th width="90px">{{$t('system.table_operation')}}</th> <th width="90px">{{$t('system.table_operation')}}</th>
</tr> </tr>
</thead> </thead>
...@@ -664,6 +667,9 @@ export default { ...@@ -664,6 +667,9 @@ export default {
this.loading = false; this.loading = false;
}, err => {this.loading = false;}) }, err => {this.loading = false;})
}, },
goUrlCashierWorkAccount(path,id){
this.$router.push({name:path,query:{ID:id,blank:'y'}})
},
editCurency(id){ // 修改 根据id 获取信息 editCurency(id){ // 修改 根据id 获取信息
this.apipost('Window_post_Get',{ID:id}, res => { this.apipost('Window_post_Get',{ID:id}, res => {
if(res.data.resultCode == 1) { if(res.data.resultCode == 1) {
......
This diff is collapsed.
...@@ -1880,7 +1880,7 @@ ...@@ -1880,7 +1880,7 @@
{{ $t("ground.lduikongwei") }} {{ $t("ground.lduikongwei") }}
</template> </template>
<template v-else> <template v-else>
导游 导游
</template> </template>
<input type="button" class="normalBtn" @click="UpdateLeaderSeat(item)" style="display: none" <input type="button" class="normalBtn" @click="UpdateLeaderSeat(item)" style="display: none"
:value="ConfigData.Config.IsLeaderUseSeat == 0?'占机位' :'取消机位'" /> :value="ConfigData.Config.IsLeaderUseSeat == 0?'占机位' :'取消机位'" />
...@@ -2684,7 +2684,13 @@ ...@@ -2684,7 +2684,13 @@
@click="goToPassenger2(msg.TCID, fourthItem.OrderId, 2)">{{ fourthItem.userName }} @click="goToPassenger2(msg.TCID, fourthItem.OrderId, 2)">{{ fourthItem.userName }}
<span style="color:#f56c6c">{{fourthItem.VisaType==1?'(个签)':''}} <span style="color:#f56c6c">{{fourthItem.VisaType==1?'(个签)':''}}
</span> </span>
<span style="color:#f56c6c">{{fourthItem.TicketOutTypeStr}} <span v-if="fourthItem.TicketOutType==1"
style="color:rgb(26, 168, 107);">{{fourthItem.TicketOutTypeStr}}
</span>
<span v-if="fourthItem.TicketOutType==2"
style="color:blue;">{{fourthItem.TicketOutTypeStr}}
</span>
<span v-else style="color:#f56c6c">{{fourthItem.TicketOutTypeStr}}
</span> </span>
</span> </span>
</template> </template>
...@@ -2855,19 +2861,20 @@ ...@@ -2855,19 +2861,20 @@
</el-popover> </el-popover>
</div> </div>
<div v-if="childItem.ChangePriceId>0" style=" overflow:hidden;"> <div v-if="childItem.ChangePriceId>0" style=" overflow:hidden;">
<span>改价申请: 申请金额【<span style="color:red;">{{childItem.ChangePriceMoney}}</span>元】{{childItem.ChangePriceReason}}</span> <span>改价申请: 申请金额【<span
<div style="text-align:right;" v-if="childItem.ChangePriceState==1"> style="color:red;">{{childItem.ChangePriceMoney}}</span>元】{{childItem.ChangePriceReason}}</span>
待{{childItem.ChangePriceType=="2"?"OP":"主管"}}{{childItem.ManagerExamineName}}审核 <div style="text-align:right;" v-if="childItem.ChangePriceState==1">
</div> 待{{childItem.ChangePriceType=="2"?"OP":"主管"}}{{childItem.ManagerExamineName}}审核
<div style="text-align:right;" v-if="childItem.ChangePriceState==2"> </div>
待{{childItem.ChangePriceType=="2"?"会计":"总经理"}}{{childItem.ExamineByName}}审核 <div style="text-align:right;" v-if="childItem.ChangePriceState==2">
</div> 待{{childItem.ChangePriceType=="2"?"会计":"总经理"}}{{childItem.ExamineByName}}审核
<div v-if="childItem.ChangePriceState==4" style="text-align:right;"> </div>
已驳回 <div v-if="childItem.ChangePriceState==4" style="text-align:right;">
</div> 已驳回
<div v-if="childItem.ChangePriceState==3" style="text-align:right;"> </div>
已通过 <div v-if="childItem.ChangePriceState==3" style="text-align:right;">
</div> 已通过
</div>
</div> </div>
</div> </div>
</td> </td>
......
...@@ -4202,6 +4202,14 @@ export default { ...@@ -4202,6 +4202,14 @@ export default {
meta: { meta: {
title: '出纳工作台' title: '出纳工作台'
}, },
},
{ //财务 财务单据 出纳工作台账户信息
path: '/CashierWorkAccount',
name: 'CashierWorkAccount',
component: resolve => require(['@/components/FinancialModule/CashierWorkAccount'], resolve),
meta: {
title: '出纳工作台'
},
}, { //财务 财务单据 会计工作台 }, { //财务 财务单据 会计工作台
path: '/accountingWork', path: '/accountingWork',
name: 'accountingWork', name: 'accountingWork',
......
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