3.10 工程代码同步master
This commit is contained in:
101
config/YuShen/router_yushen.ts
Normal file
101
config/YuShen/router_yushen.ts
Normal file
@ -0,0 +1,101 @@
|
||||
/**
|
||||
* 资格预审路由
|
||||
*
|
||||
* 公开招标-资格预审
|
||||
* 公开比选一阶段-资格预审
|
||||
*/
|
||||
export default
|
||||
[
|
||||
//资审文件 资审邀请 项目经理
|
||||
{
|
||||
path: '/ProjectLayout/ZYuShen/senior/File',
|
||||
component: './ZYuShen/Bid/BiddingAnnouncement/BiddingDocumentList',
|
||||
},
|
||||
//资审公告 资审邀请 项目经理
|
||||
{
|
||||
path: '/ProjectLayout/ZYuShen/senior/Notice',
|
||||
component: './ZYuShen/Bid/BiddingAnnouncement/BiddingAnnouncementList',
|
||||
},
|
||||
//应答格式 资审邀请 项目经理
|
||||
{
|
||||
path: '/ProjectLayout/ZYuShen/biddingInvitation/responseFormat',
|
||||
component: './Bid/ResponseFormat',
|
||||
},
|
||||
//费用设置 资审邀请 项目经理
|
||||
{
|
||||
path: '/ProjectLayout/ZYuShen/Bid/CostConfig',
|
||||
component: './Bid/CostConfig'
|
||||
},
|
||||
//评标配置(评审配置) 资审邀请 项目经理
|
||||
{
|
||||
path: '/ProjectLayout/ZYuShen/Bid/ReviewConfig/List',
|
||||
component: './Bid/ReviewConfig/List'
|
||||
},
|
||||
//购标应答情况(缴费应答情况) 资审发售 项目经理
|
||||
{
|
||||
path: '/ProjectLayout/ZYuShen/Tender/BiddingResponse',
|
||||
component: './Tender/BiddingResponse'
|
||||
},
|
||||
//评委会设置 资审发售 项目经理
|
||||
{
|
||||
path: '/ProjectLayout/ZYuShen/Tender/ProjectManager/JudgingPanel',
|
||||
component: './Tender/ProjectManager/JudgingPanel/List'
|
||||
},
|
||||
//澄清 资审发售 项目经理
|
||||
{
|
||||
path: '/ProjectLayout/ZYuShen/Tender/ProjectManager/ClarifyTheList',
|
||||
component: './Tender/ProjectManager/ClarifyTheList'
|
||||
},
|
||||
//开标列表(开启列表) 资审开标 项目经理
|
||||
{
|
||||
path: '/ProjectLayout/ZYuShen/Opening',
|
||||
component: './Opening/ProjectManager/OpenList/'
|
||||
},
|
||||
//评标室(评审室) 资审评标 项目经理
|
||||
{
|
||||
path: '/ProjectLayout/ZYuShen/BidEvaluation/manager',
|
||||
component: './BidEvaluation/manager'
|
||||
},
|
||||
//资审结果 资审结果 项目经理
|
||||
{
|
||||
path: '/ProjectLayout/ZYuShen/Calibration/ProjectManager/ResultNotice',
|
||||
component: './ZYuShen/Calibration/ProjectManager/ResultNotice',
|
||||
},
|
||||
//公告详情 资审公告 供应商
|
||||
//同公开招标-资格后审
|
||||
|
||||
//购买资审文件 资审公告 供应商
|
||||
{
|
||||
path: '/ProjectLayout/ZYuShen/Tender/supplier/IParticipate',
|
||||
component: './Tender/supplier/IParticipate',
|
||||
},
|
||||
//资审文件下载 资审公告 供应商
|
||||
{
|
||||
path: '/ProjectLayout/ZYuShen/Tender/supplier/DownloadPurchasingDocuments',
|
||||
component: './Tender/supplier/DownloadPurchasingDocuments'
|
||||
},
|
||||
//上传资审申请文件 资审公告 供应商
|
||||
{
|
||||
path: '/ProjectLayout/ZYuShen/Tender/UploadResponse',
|
||||
component: './Tender/UploadResponse'
|
||||
},
|
||||
//澄清回执 资审公告 供应商
|
||||
{
|
||||
path: '/ProjectLayout/ZYuShen/Tender/supplier/SupplierClarificationList',
|
||||
component: './Tender/supplier/SupplierClarificationList'
|
||||
},
|
||||
//开标列表(开启列表) 资审开标 供应商
|
||||
//同项目经理 开标列表(开启列表)
|
||||
|
||||
//评审室 资审评审 供应商
|
||||
{
|
||||
path: '/ProjectLayout/ZYuShen/BidEvaluation/supplier',
|
||||
component: './BidEvaluation/supplier'
|
||||
},
|
||||
//资审结果通知书 资审结果 供应商
|
||||
{
|
||||
path: '/ProjectLayout/ZYuShen/Calibration/Supplier/ViewNotice',
|
||||
component: './ZYuShen/Calibration/Supplier/ViewNotice',
|
||||
},
|
||||
|
||||
]
|
Reference in New Issue
Block a user