Commit a68ab417 authored by 华国豪's avatar 华国豪 🙄

‘领队报账打印@’

parent 35e46f42
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
font-family:'xcte2ename'; font-family:'xcte2ename';
src:url('../webfont/xcte2ename.ttf') format('truetype') src:url('../webfont/xcte2ename.ttf') format('truetype')
} }
.vdr{
position: absolute
}
div{ div{
box-sizing: border-box; box-sizing: border-box;
} }
......
...@@ -402,7 +402,7 @@ ...@@ -402,7 +402,7 @@
<p class="alcenter"> <p class="alcenter">
<input type="button" value="审核通过" class="normalBtn" @click="saveData(1)" /> <input type="button" value="审核通过" class="normalBtn" @click="saveData(1)" />
<input type="button" value="审核不通过" class="normalBtn" @click="saveData(2)" /> <input type="button" value="审核不通过" class="normalBtn" @click="saveData(2)" />
<input type="button" value="打印" class="normalBtn" @click="goUrl('leaderPay','打印')" style="display:none;" /> <input type="button" value="打印" class="normalBtn" @click="goUrl('leaderPrint','打印')" />
</p> </p>
<div v-if='picIsShow' class="viewBigPicLayer"> <div v-if='picIsShow' class="viewBigPicLayer">
<i class="el-icon-circle-close-outline clolseViewBigPicLayer" @click="picIsShow=false,picObj=[]"></i> <i class="el-icon-circle-close-outline clolseViewBigPicLayer" @click="picIsShow=false,picObj=[]"></i>
......
This diff is collapsed.
...@@ -12,6 +12,14 @@ export default { ...@@ -12,6 +12,14 @@ export default {
name: 'login', name: 'login',
component: login component: login
}, },
{
path: '/leaderPrint', //领队用款计划
name: 'leaderPrint',
component: resolve => require(['@/components/leaderPrint'], resolve),
meta: {
title: '领队用款计划打印'
},
},
{ //签证个人申请表信息 { //签证个人申请表信息
path: '/VisaPersonalForm', path: '/VisaPersonalForm',
name: 'VisaPersonalForm', name: 'VisaPersonalForm',
...@@ -1170,14 +1178,6 @@ export default { ...@@ -1170,14 +1178,6 @@ export default {
title: '领队用款计划' title: '领队用款计划'
}, },
}, },
{
path: '/leaderPrint', //领队用款计划
name: 'leaderPrint',
component: resolve => require(['@/components/LeaderManagement/leaderPrint'], resolve),
meta: {
title: '领队用款计划打印'
},
},
{ {
path: '/leaderReimbursement', //领队领队报账 path: '/leaderReimbursement', //领队领队报账
name: 'leaderReimbursement', name: 'leaderReimbursement',
......
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