75 lines
2.2 KiB
TypeScript
75 lines
2.2 KiB
TypeScript
![]() |
|
||
|
export default [
|
||
|
|
||
|
//澄清(项目经理)
|
||
|
{
|
||
|
path: '/ProjectLayout/ZZhaoMu/Tender/ProjectManager/ClarifyTheList',
|
||
|
component: './ZZhaoMu/Tender/ProjectManager/ClarifyTheList',
|
||
|
},
|
||
|
//下载采购文件
|
||
|
{
|
||
|
path: '/ProjectLayout/ZZhaoMu/Tender/supplier/DownloadPurchasingDocuments',
|
||
|
component: './ZZhaoMu/Tender/supplier/DownloadPurchasingDocuments',
|
||
|
},
|
||
|
//保证金
|
||
|
{
|
||
|
path: '/ProjectLayout/ZZhaoMu/Tender/supplier/EarnestMoney',
|
||
|
component: './ZZhaoMu/Tender/supplier/EarnestMoney',
|
||
|
},
|
||
|
//购标
|
||
|
{
|
||
|
path: '/ProjectLayout/ZZhaoMu/Tender/supplier/IParticipate',
|
||
|
component: './ZZhaoMu/Tender/supplier/IParticipate',
|
||
|
},
|
||
|
//澄清(供应商)
|
||
|
{
|
||
|
path: '/ProjectLayout/ZZhaoMu/Tender/supplier/SupplierClarificationList',
|
||
|
component: './ZZhaoMu/Tender/supplier/SupplierClarificationList',
|
||
|
},
|
||
|
// 评委会设置-招募
|
||
|
{
|
||
|
path: '/ProjectLayout/JudgingPanel',
|
||
|
component: './ZZhaoMu/JudgingPanel'
|
||
|
},
|
||
|
// 招募上传应答文件
|
||
|
{
|
||
|
path: '/ProjectLayout/ZZhaoMu/UploadResponse',
|
||
|
component: './ZZhaoMu/Tender/UploadResponse'
|
||
|
},
|
||
|
// 招募购标及应答情况查看
|
||
|
{
|
||
|
path: '/ProjectLayout/ZZhaoMu/BiddingResponse',
|
||
|
component: './ZZhaoMu/Tender/BiddingResponse'
|
||
|
},
|
||
|
/*招募公告*/
|
||
|
{
|
||
|
path: '/ProjectLayout/ZZhaoMu/Bid/BiddingAnnouncement/BiddingAnnouncementList',
|
||
|
component: './ZZhaoMu/Bid/BiddingAnnouncement/BiddingAnnouncementList'
|
||
|
},
|
||
|
/*招募-同步评标结果*/
|
||
|
{
|
||
|
path: '/ProjectLayout/ZZhaoMu/Calibration/BidAssessmentResults',
|
||
|
component: './ZZhaoMu/Calibration/BidAssessmentResults'
|
||
|
},
|
||
|
/*招募-中标候选人公示*/
|
||
|
{
|
||
|
path: '/ProjectLayout/ZZhaoMu/Calibration/BidPublicityResult',
|
||
|
component: './ZZhaoMu/Calibration/BidPublicityResult'
|
||
|
},
|
||
|
/*招募-接收定标结果*/
|
||
|
{
|
||
|
path: '/ProjectLayout/ZZhaoMu/Calibration/BidReceiveCalibrationResult',
|
||
|
component: './ZZhaoMu/Calibration/BidReceiveCalibrationResult'
|
||
|
},
|
||
|
/*招募-中标通知书*/
|
||
|
{
|
||
|
path: '/ProjectLayout/ZZhaoMu/Calibration/ProjectManager/ResultNotice',
|
||
|
component: './ZZhaoMu/Calibration/ProjectManager/ResultNotice'
|
||
|
},
|
||
|
//应答格式(招募)
|
||
|
{
|
||
|
path: '/ProjectLayout/ZZhaoMu/Bid/ResponseFormat',
|
||
|
component: './ZZhaoMu/Bid/ResponseFormat'
|
||
|
}
|
||
|
];
|