Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
SuperMan
Commits
1176cb0a
Commit
1176cb0a
authored
Aug 24, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
a0ea2e28
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
72 additions
and
112 deletions
+72
-112
confirmationOrderDownLoadNew.vue
src/components/confirmationOrderDownLoadNew.vue
+0
-0
config.js
src/router/config.js
+72
-112
No files found.
src/components/confirmationOrderDownLoad
- 副本
.vue
→
src/components/confirmationOrderDownLoad
New
.vue
View file @
1176cb0a
File moved
src/router/config.js
View file @
1176cb0a
...
...
@@ -18,7 +18,6 @@ export default {
name
:
'login'
,
component
:
login
},
{
path
:
'/resetPassword'
,
name
:
'resetPassword'
,
...
...
@@ -27,7 +26,6 @@ export default {
title
:
'修改密码'
},
},
{
path
:
'/leaderPrint'
,
//领队用款计划
name
:
'leaderPrint'
,
...
...
@@ -36,47 +34,42 @@ export default {
title
:
'领队用款计划打印'
},
},
{
//签证个人申请表信息
path
:
'/VisaPersonalForm'
,
{
path
:
'/VisaPersonalForm'
,
//签证个人申请表信息
name
:
'VisaPersonalForm'
,
component
:
resolve
=>
require
([
'@/components/VisaPersonalForm'
],
resolve
),
meta
:
{
title
:
'签证个人申请表信息'
},
},
{
//团签个人申请表信息
path
:
'/VisaPersonalFormTuan'
,
{
path
:
'/VisaPersonalFormTuan'
,
//团签个人申请表信息
name
:
'VisaPersonalFormTuan'
,
component
:
resolve
=>
require
([
'@/components/VisaPersonalFormTuan'
],
resolve
),
meta
:
{
title
:
'团签个人申请表信息'
},
},
{
//签证个人申请表信息
path
:
'/VisaPersonalFormSell'
,
{
path
:
'/VisaPersonalFormSell'
,
//签证个人申请表信息
name
:
'VisaPersonalFormSell'
,
component
:
resolve
=>
require
([
'@/components/VisaPersonalFormSell'
],
resolve
),
meta
:
{
title
:
'签证个人申请表信息'
},
},
{
//财务打印页面
path
:
'/PrintPage'
,
{
path
:
'/PrintPage'
,
//财务打印页面
name
:
'PrintPage'
,
component
:
resolve
=>
require
([
'@/components/PrintPage'
],
resolve
),
meta
:
{
title
:
'财务打印页面'
},
},
{
path
:
'/confirmationOrder'
,
name
:
'confirmationOrder'
,
component
:
resolve
=>
require
([
'@/components/confirmationOrder'
],
resolve
),
// meta: {
// keepAlive:true
// }
},
{
path
:
'/confirmationOrderDownLoad'
,
...
...
@@ -237,7 +230,6 @@ export default {
title
:
'部门管理'
},
},
{
path
:
'/userManagement'
,
//员工管理
name
:
'userManagement'
,
...
...
@@ -254,7 +246,6 @@ export default {
title
:
'临时员工'
},
},
{
path
:
'/empBankAccount'
,
//员工账户管理
name
:
'empBankAccount'
,
...
...
@@ -263,7 +254,6 @@ export default {
title
:
'新增付款对象'
},
},
{
path
:
'/empBankAccountAll'
,
//付款对象管理
name
:
'empBankAccountAll'
,
...
...
@@ -672,7 +662,6 @@ export default {
title
:
'新增财务流程'
},
},
{
path
:
'/custumerXzCertification'
,
//客户实名认证
name
:
'custumerXzCertification'
,
...
...
@@ -849,7 +838,6 @@ export default {
title
:
'供应商手配费'
},
},
{
path
:
'/hotelproductmanage'
,
//酒店产品管理
name
:
'HotelProductManage'
,
...
...
@@ -1275,7 +1263,6 @@ export default {
title
:
'汇差批量制单'
},
},
{
path
:
'/Maninfo'
,
//未认款信息
name
:
'Maninfo'
,
...
...
@@ -1284,7 +1271,6 @@ export default {
title
:
'未认款信息'
},
},
{
path
:
'/transportCostsManagement'
,
//联运成本管理
name
:
'transportCostsManagement'
,
...
...
@@ -2185,7 +2171,6 @@ export default {
meta
:
{
title
:
'车辆地区和车辆类型'
},
},
{
path
:
'/busUsePriceDetails'
,
//车辆报价详情
...
...
@@ -2210,7 +2195,7 @@ export default {
meta
:
{
title
:
'车资分摊管理'
},
},
,
{
},
{
path
:
'/busStockManager'
,
name
:
'busStockManager'
,
component
:
resolve
=>
require
([
'@/components/busManagement/busStockManager'
],
resolve
),
...
...
@@ -2280,7 +2265,6 @@ export default {
path
:
'/TravelManager2'
,
//团控配置
name
:
'TravelManager2'
,
component
:
resolve
=>
require
([
'@/components/newTravelManager/TravelGroupControl/TravelManager2'
],
resolve
),
// component: resolve => require(['@/components/newTravelManager/TravelGroupControl/TravelManager2_2'], resolve),
meta
:
{
title
:
'团控配置2'
},
...
...
@@ -2432,9 +2416,8 @@ export default {
title
:
'行程定制方案'
},
},
{
path
:
'/priceIncomeConfirmInfo'
,
///priceIncomeConfirmInfo
path
:
'/priceIncomeConfirmInfo'
,
name
:
'priceIncomeConfirmInfo'
,
component
:
resolve
=>
require
([
'@/components/TravelManager/TravelList/priceIncomeConfirmInfo'
],
resolve
),
meta
:
{
...
...
@@ -2442,8 +2425,7 @@ export default {
},
},
{
//团控列表 自主开团【小包团】
path
:
'/TravelControlListSale'
,
path
:
'/TravelControlListSale'
,
//团控列表 自主开团【小包团】
name
:
'TravelControlListSale'
,
component
:
resolve
=>
require
([
'@/components/TravelManager/TravelList/TravelControlListSale'
],
resolve
),
meta
:
{
...
...
@@ -2451,16 +2433,15 @@ export default {
},
},
{
//团控列表 自主开团【小包团】审核列表
path
:
'/TravelControlListSaleAduit'
,
path
:
'/TravelControlListSaleAduit'
,
//团控列表 自主开团【小包团】审核列表
name
:
'TravelControlListSaleAduit'
,
component
:
resolve
=>
require
([
'@/components/TravelManager/TravelList/TravelControlListSaleAduit'
],
resolve
),
meta
:
{
titleempBankAccount
:
'团控列表'
},
},
{
//行程列表
path
:
'/OpTripList'
,
{
path
:
'/OpTripList'
,
//行程列表
name
:
'OpTripList'
,
component
:
resolve
=>
require
([
'@/components/TravelManager/TravelList/OpTripList'
],
resolve
),
meta
:
{
...
...
@@ -2473,8 +2454,8 @@ export default {
meta
:
{
title
:
'当地游行程列表'
},
},
{
//行程列表
path
:
'/SaleTripList'
,
},
{
path
:
'/SaleTripList'
,
//销售行程列表
name
:
'SaleTripList'
,
component
:
resolve
=>
require
([
'@/components/TravelManager/TravelList/SaleTripList'
],
resolve
),
meta
:
{
...
...
@@ -2553,7 +2534,6 @@ export default {
title
:
'电商商品统计详情'
},
},
{
path
:
'/AmoebaDetail'
,
//阿米巴结算详情
name
:
'AmoebaDetail'
,
...
...
@@ -2593,8 +2573,8 @@ export default {
title
:
'简易报表'
},
},
{
//团-领队管理
path
:
'/Leader'
,
{
path
:
'/Leader'
,
//团-领队管理
name
:
'Leader'
,
component
:
resolve
=>
require
([
'@/components/TravelManager/TravelLeader/Leader'
],
resolve
),
meta
:
{
...
...
@@ -2643,107 +2623,104 @@ export default {
meta
:
{
title
:
'分销联运'
},
},
{
// 签证供应商
path
:
'/VisaSuplier'
,
},
{
path
:
'/VisaSuplier'
,
// 签证供应商
name
:
'VisaSuplier'
,
component
:
resolve
=>
require
([
'@/components/VisaCenter/VisaSuplier'
],
resolve
),
meta
:
{
title
:
'签证供应商'
},
},
{
// 签证核算详情
path
:
'/VisaAccountingDetails'
,
},
{
path
:
'/VisaAccountingDetails'
,
// 签证核算详情
name
:
'VisaAccountingDetails'
,
component
:
resolve
=>
require
([
'@/components/VisaCenter/VisaAccountingDetails'
],
resolve
),
meta
:
{
title
:
'签证核算详情'
},
},
{
// 签证看板
path
:
'/VisaSummary'
,
},
{
path
:
'/VisaSummary'
,
// 签证看板
name
:
'VisaSummary'
,
component
:
resolve
=>
require
([
'@/components/VisaCenter/VisaSummary'
],
resolve
),
meta
:
{
title
:
'签证看板'
},
},
{
// 签证看板详情
path
:
'/VisaApplicationDetails'
,
},
{
path
:
'/VisaApplicationDetails'
,
// 签证看板详情
name
:
'VisaApplicationDetails'
,
component
:
resolve
=>
require
([
'@/components/VisaCenter/VisaApplicationDetails'
],
resolve
),
meta
:
{
title
:
'签证看板详情'
},
},
{
// 新增签证
path
:
'/addVisaNew'
,
},
{
path
:
'/addVisaNew'
,
// 新增签证
name
:
'addVisaNew'
,
component
:
resolve
=>
require
([
'@/components/VisaCenter/addVisaNew'
],
resolve
),
meta
:
{
title
:
'新增签证'
},
},
{
// 销售 我的客户
path
:
'/MyCustomer'
,
},
{
path
:
'/MyCustomer'
,
// 销售=>我的客户
name
:
'MyCustomer'
,
component
:
resolve
=>
require
([
'@/components/SalesModule/MyCustomer'
],
resolve
),
meta
:
{
title
:
'我的客户'
},
},
{
// 销售 客户分析
path
:
'/CustomerAnalysis'
,
},
{
path
:
'/CustomerAnalysis'
,
// 销售=>客户分析
name
:
'CustomerAnalysis'
,
component
:
resolve
=>
require
([
'@/components/SalesModule/CustomerAnalysis'
],
resolve
),
meta
:
{
title
:
'客户分析'
},
},
{
// 销售 客户分析
path
:
'/CouponsList'
,
{
path
:
'/CouponsList'
,
// 销售=>客户分析
name
:
'CouponsList'
,
component
:
resolve
=>
require
([
'@/components/SalesModule/CouponsList'
],
resolve
),
meta
:
{
title
:
'优惠券列表'
},
},
{
// 销售 客户转交
path
:
'/customerTransfer'
,
{
path
:
'/customerTransfer'
,
// 销售=>客户转交
name
:
'customerTransfer'
,
component
:
resolve
=>
require
([
'@/components/SalesModule/customerTransfer'
],
resolve
),
meta
:
{
title
:
'客户转交'
},
},
{
// 客户 地图
path
:
'/customerMap'
,
{
path
:
'/customerMap'
,
// 客户=>地图
name
:
'customerMap'
,
component
:
resolve
=>
require
([
'@/components/SalesModule/customerMap'
],
resolve
),
meta
:
{
title
:
'客户地图'
},
},
{
// 销售 活动统计
path
:
'/ActivityStatistics'
,
{
path
:
'/ActivityStatistics'
,
// 销售=>活动统计
name
:
'ActivityStatistics'
,
component
:
resolve
=>
require
([
'@/components/SalesModule/ActivityStatistics'
],
resolve
),
meta
:
{
title
:
'活动统计'
},
},
{
// 销售 品牌管理
path
:
'/branding'
,
{
path
:
'/branding'
,
// 销售=>品牌管理
name
:
'branding'
,
component
:
resolve
=>
require
([
'@/components/SalesModule/branding'
],
resolve
),
meta
:
{
title
:
'品牌管理'
},
},
{
// 销售 拜访计划
path
:
'/VisitPlan'
,
},
{
path
:
'/VisitPlan'
,
// 销售=>拜访计划
name
:
'VisitPlan'
,
component
:
resolve
=>
require
([
'@/components/SalesModule/VisitPlan'
],
resolve
),
meta
:
{
title
:
'拜访计划'
},
},
{
// 销售 拜访记录
path
:
'/VisitRecord'
,
},
{
path
:
'/VisitRecord'
,
// 销售=>拜访记录
name
:
'VisitRecord'
,
component
:
resolve
=>
require
([
'@/components/SalesModule/VisitRecord'
],
resolve
),
meta
:
{
...
...
@@ -2765,22 +2742,22 @@ export default {
title
:
'返佣查询'
},
},
{
// 销售 返佣比例管理
path
:
'/Returnratio'
,
{
path
:
'/Returnratio'
,
// 销售=>返佣比例管理
name
:
'Returnratio'
,
component
:
resolve
=>
require
([
'@/components/SalesModule/Returnratio'
],
resolve
),
meta
:
{
title
:
'返佣比例管理'
},
},
{
// 销售 统计
path
:
'/demandStatistics'
,
},
{
path
:
'/demandStatistics'
,
// 销售=> 统计
name
:
'demandStatistics'
,
component
:
resolve
=>
require
([
'@/components/SalesModule/demandStatistics'
],
resolve
),
meta
:
{
title
:
'销售统计'
},
},
{
//团控-报价单
path
:
'/quoTation'
,
},
{
path
:
'/quoTation'
,
//团控=>报价单
name
:
'quoTation'
,
component
:
resolve
=>
require
([
'@/components/TravelManager/TravelQuotationCenter/quoTation'
],
resolve
),
meta
:
{
...
...
@@ -4133,43 +4110,38 @@ export default {
},
]
},
// 出入库详情
{
path
:
'/InAndOutDdetails'
,
path
:
'/InAndOutDdetails'
,
// 出入库详情
name
:
'InAndOutDdetails'
,
component
:
resolve
=>
require
([
'@/components/FinancialModule/InAndOutDdetails'
],
resolve
),
meta
:
{
title
:
'详情'
},
},
// 查看报损单详情
{
path
:
'/breakageSingle'
,
path
:
'/breakageSingle'
,
// 查看报损单详情
name
:
'breakageSingle'
,
component
:
resolve
=>
require
([
'@/components/FinancialModule/breakageSingle'
],
resolve
),
meta
:
{
title
:
'详情'
},
},
// 申请书
{
path
:
'/Application'
,
path
:
'/Application'
,
// 申请书
name
:
'Application'
,
component
:
resolve
=>
require
([
'@/components/FinancialModule/Application'
],
resolve
),
meta
:
{
title
:
'申请书'
},
},
// 借支单
{
path
:
'/DebitNote'
,
path
:
'/DebitNote'
,
// 借支单
name
:
'DebitNote'
,
component
:
resolve
=>
require
([
'@/components/FinancialModule/DebitNote'
],
resolve
),
meta
:
{
title
:
'借支单'
},
},
{
//财务 财务单据 审核标准单据
path
:
'/BasicDocuments'
,
name
:
'BasicDocuments'
,
...
...
@@ -4348,7 +4320,6 @@ export default {
title
:
'电商年度比数据'
},
},
{
//金蝶对接 金蝶币种
path
:
'/KingdeeCurrency'
,
name
:
'KingdeeCurrency'
,
...
...
@@ -4389,7 +4360,6 @@ export default {
title
:
'金蝶导出查询'
},
},
{
//财务 线路收客
path
:
'/LineReceiver'
,
name
:
'LineReceiver'
,
...
...
@@ -4510,7 +4480,6 @@ export default {
title
:
'视频发布列表'
},
},
{
// 签证 签证产品
path
:
'/VisaProduct'
,
name
:
'VisaProduct'
,
...
...
@@ -4646,32 +4615,32 @@ export default {
title
:
'签证产品下单'
},
},
{
// 签证 签证产品下单
path
:
'/VisaProductOrder'
,
{
path
:
'/VisaProductOrder'
,
//签证=>签证产品下单
name
:
'VisaProductOrder'
,
component
:
resolve
=>
require
([
'@/components/SalesVisa/VisaProductOrder'
],
resolve
),
meta
:
{
title
:
'签证产品下单'
},
},
{
// 拆分订单
path
:
'/OrderSplitting'
,
{
path
:
'/OrderSplitting'
,
// 拆分订单
name
:
'OrderSplitting'
,
component
:
resolve
=>
require
([
'@/components/SalesVisa/OrderSplitting'
],
resolve
),
meta
:
{
title
:
'拆分订单'
},
},
{
// 销售 签证订单旅客
path
:
'/VisapassengerList'
,
{
path
:
'/VisapassengerList'
,
// 销售=>签证订单旅客
name
:
'VisapassengerList'
,
component
:
resolve
=>
require
([
'@/components/SalesVisa/TravelpassengerList'
],
resolve
),
meta
:
{
title
:
'签证订单旅客'
},
},
{
// 销售 客户公共池
path
:
'/publicCustomer'
,
{
path
:
'/publicCustomer'
,
// 销售=>客户公共池
name
:
'publicCustomer'
,
component
:
resolve
=>
require
([
'@/components/SalesModule/publicCustomer'
],
resolve
),
meta
:
{
...
...
@@ -5001,7 +4970,6 @@ export default {
title
:
'国内提成列表'
}
},
{
path
:
'/domesticCommissionUser'
,
name
:
'domesticCommissionUser'
,
...
...
@@ -5146,11 +5114,6 @@ export default {
title
:
'国内OP提成详情'
}
},
{
path
:
'/OPRules'
,
name
:
'OPRules'
,
...
...
@@ -5231,7 +5194,6 @@ export default {
title
:
'结团审批'
}
},
{
path
:
'/Qzcommissions'
,
name
:
'Qzcommissions'
,
...
...
@@ -5502,7 +5464,6 @@ export default {
title
:
'商品活动'
}
},
{
path
:
"/OrderManagement"
,
name
:
"OrderManagement"
,
...
...
@@ -5836,7 +5797,7 @@ export default {
},
},
{
path
:
'/EducationvideoSee'
,
//教育视频
path
:
'/EducationvideoSee'
,
//
观看
教育视频
name
:
'EducationvideoSee'
,
component
:
resolve
=>
require
([
'@/components/EducationvideoSee'
],
resolve
),
meta
:
{
...
...
@@ -5844,7 +5805,7 @@ export default {
},
},
{
path
:
'/EducationvideoList'
,
//教育视频
path
:
'/EducationvideoList'
,
//
维护
教育视频
name
:
'EducationvideoList'
,
component
:
resolve
=>
require
([
'@/components/EducationvideoList'
],
resolve
),
meta
:
{
...
...
@@ -5902,7 +5863,6 @@ export default {
title
:
'日本线电子合同'
}
},
{
path
:
'/SingleContract'
,
//单项合同
name
:
'SingleContract'
,
...
...
@@ -5988,16 +5948,16 @@ export default {
name
:
'supplierLogin'
,
component
:
supplierLogin
},
{
//财务打印页面
path
:
'/PrintPageN'
,
{
path
:
'/PrintPageN'
,
//财务凭证打印页面
name
:
'PrintPageN'
,
component
:
resolve
=>
require
([
'@/components/PrintPageN'
],
resolve
),
meta
:
{
title
:
'财务凭证打印页面'
},
},
{
//财务打印页面
path
:
'/PrintPageH'
,
{
path
:
'/PrintPageH'
,
//会计打印页面
name
:
'PrintPageH'
,
component
:
resolve
=>
require
([
'@/components/PrintPageH'
],
resolve
),
meta
:
{
...
...
@@ -6098,8 +6058,8 @@ export default {
}
]
},
{
// crm财务单据自动登录
path
:
'/automaticLogin'
,
{
path
:
'/automaticLogin'
,
// crm财务单据自动登录
name
:
'automaticLogin'
,
component
:
automaticLogin
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment