first commit

This commit is contained in:
annnj-company
2026-04-17 18:29:53 +08:00
parent e49fa5a215
commit 130c1026c4
5615 changed files with 1639145 additions and 0 deletions

14
pgweb/src/config/index.js Normal file
View File

@@ -0,0 +1,14 @@
export default {
cookieExpires: 1 / 5, // apiauth在Cookie中存储的天数默认1/5天
baseUrl: process.env.VUE_APP_API_URL, // 文件上传地址
uploadUrl: process.env.VUE_APP_API_URL + 'admin/Index/fileUpload', // 文件上传地址
appUploadUrl: process.env.VUE_APP_API_URL + 'admin/fbbFtOrder/upload', //
apiUrl: process.env.VUE_APP_API_URL, // 后端接口地址
maxSize: 20480, // 文件上传大小限制 20M
format: ['jpg', 'jpeg', 'png'], // 上传文件后缀
upload: {
maxSize: 20480, // 文件上传大小限制 20M
format: ['jpg', 'jpeg', 'png'] // 上传文件后缀
},
version: '11031'
}

View File

@@ -0,0 +1,548 @@
const asideMenuConfig = [
{
path: '/businessManage',
name: '业务管理',
children: [
{
path: '/businessManage/inquiry',
name: '询价',
children: [
{
path: '/businessManage/inquiry/house/list',
name: '住宅询价'
},
{
path: '/businessManage/inquiry/business/list',
name: '商业询价'
}
]
},
{
path: '/businessManage/businessInfo',
name: '业务信息',
children: [
{
path: '/businessManage/businessInfo/inquiry/list',
name: '询价列表'
},
{
path: '/businessManage/businessInfo/survey/list',
name: '我的查勘'
},
{
path: '/businessManage/businessInfo/report/list',
name: '我的报告'
},
{
path: '/businessManage/businessInfo/priceAdjustment/list',
name: '正常调价'
}
]
},
{
path: '/businessManage/workflow',
name: '工作流管理',
children: [
{
path: '/businessManage/workflow/costApplyManage',
name: '费用申请管理'
}
]
},
{
path: '/businessManage/invoiceReceipt',
name: '发票与收据',
children: [
{
path: '/businessManage/invoiceReceipt/mineInvoice',
name: '我的票据'
},
{
path: '/businessManage/invoiceReceipt/waitGetTicket',
name: '待取票据'
},
{
path: '/businessManage/invoiceReceipt/alreadyGetTicket',
name: '已取票据'
},
{
path: '/businessManage/invoiceReceipt/invalidTicket',
name: '驳回票据'
}
]
}
]
},
{
path: '/priceReturn',
name: '回价管理',
children: [
{
path: '/priceReturn/unreturnedPrice',
name: '未回价',
children: [
{
path: '/priceReturn/unreturnedPrice/house',
name: '住宅项目',
children: [
{
path: '/priceReturn/unreturnedPrice/house/urgentProject/list',
name: '加急项目'
},
{
path: '/priceReturn/unreturnedPrice/house/urgentAdjustProject/list',
name: '加急调价项目'
},
{
path: '/priceReturn/unreturnedPrice/house/extendedProject/list',
name: '拓展项目'
},
{
path: '/priceReturn/unreturnedPrice/house/extendedAdjustProject/list',
name: '拓展调价项目'
},
{
path: '/priceReturn/unreturnedPrice/house/specialProject/list',
name: '特殊项目'
},
{
path: '/priceReturn/unreturnedPrice/house/specialAdjustProject/list',
name: '特殊调价项目'
}
// {
// path: '/priceReturn/unreturnedPrice/house/automaticValuation/list',
// name: '自动估价项目'
// }
]
},
{
path: '/priceReturn/unreturnedPrice/business',
name: '商业项目',
children: [
{
path: '/priceReturn/unreturnedPrice/business/business/list',
name: '商业项目'
},
{
path: '/priceReturn/unreturnedPrice/business/businessAdjust/list',
name: '商业调价项目'
}
]
}
]
},
// {
// path: '/priceReturn/allProject',
// name: '项目汇总',
// children: [
// {
// path: '/priceReturn/allProject/house/list',
// name: '住宅项目'
// },
// {
// path: '/priceReturn/allProject/business/list',
// name: '商业项目'
// }
// ]
// },
{
path: '/priceReturn/priceAdjustment',
name: '调价',
children: [
{
path: '/priceReturn/priceAdjustment/nornalPriceAdj/list',
name: '正常调价'
}
]
}
]
},
{
path: '/surveyManage',
name: '查勘管理',
children: [
{
path: '/surveyManage/surveyTaskAssignList',
name: '查勘待派单'
},
{
path: '/surveyManage/surveyWaitFollowList',
name: '查勘待跟进'
},
{
path: '/surveyManage/surveyCompleteList',
name: '查勘已完成'
},
{
path: '/surveyManage/surveyReturnList',
name: '查勘任务退回'
}
]
},
// {
// path: '/chargeManage',
// name: '收费管理',
// children: [
// {
// path: '/chargeManage/costList',
// name: '费用列表'
// }
// ]
// },
{
path: '/report',
name: '报告制作',
children: [
{
path: '/report/waitMake',
name: '待制作'
},
{
path: '/report/waitApproval',
name: '待审核'
}
]
},
{
path: '/reportManage',
name: '报告管理',
children: [
{
path: '/reportManage/reportManageList',
name: '报告管理'
},
{
path: '/reportManage/printList',
name: '打印装订'
}
]
},
{
path: '/costManage',
name: '费用管理',
children: [
{
path: '/costManage/financialManage',
name: '财务管理',
children: [
{
path: '/costManage/financialManage/waitConfirm',
name: '待确认列表'
},
{
path: '/costManage/financialManage/chargeCollect',
name: '收费汇总列表'
},
{
path: '/costManage/financialManage/financialDrawBackManage',
name: '退费列表'
}
]
},
{
path: '/costManage/statementManage',
name: '结单管理',
children: [
{
path: '/costManage/statementManage/waitStatement',
name: '待结单列表'
},
{
path: '/costManage/statementManage/expectStatement',
name: '预结单列表'
},
{
path: '/costManage/statementManage/actualStatement',
name: '实结单列表'
}
]
},
{
path: '/costManage/chargeManage',
name: '收费管理',
children: [
{
path: '/costManage/chargeManage/synthesisCostList',
name: '收费更新列表'
},
{
path: '/costManage/chargeManage/yearCost',
name: '月结收费',
children: [{
path: '/costManage/chargeManage/yearCost/noCost',
name: '未收费'
},
{
path: '/costManage/chargeManage/yearCost/yesCost',
name: '已收费'
}]
},
{
path: '/costManage/chargeManage/businessCostList',
name: '业务员收费',
children: [{
path: '/costManage/chargeManage/businessCostList/businessNoCost',
name: '未收费'
},
{
path: '/costManage/chargeManage/businessCostList/businessYesCost',
name: '已收费'
}]
},
{
path: '/costManage/chargeManage/simpleCost',
name: '简易收费',
children: [{
path: '/costManage/chargeManage/simpleCost/simpleNoCost',
name: '未收费'
},
{
path: '/costManage/chargeManage/simpleCost/simpleYesCost',
name: '已收费'
}]
},
{
path: '/costManage/chargeManage/chargeDrawBackManage',
name: '退费管理'
}
]
},
{
path: '/costManage/billManage',
name: '票据管理',
children: [
{
path: '/costManage/billManage/waitAuditTicket',
name: '待审票据'
},
{
path: '/costManage/billManage/waitOpenTicket',
name: '待开票据'
},
{
path: '/costManage/billManage/billWaitGetTicket',
name: '待取票据'
},
{
path: '/costManage/billManage/billAlreadyGetTicket',
name: '已取票据'
},
{
path: '/costManage/billManage/billInvalidTicket',
name: '驳回票据'
}
]
},
{
path: '/costManage/conventionalData',
name: '常规数据',
children: [
{
path: '/costManage/conventionalData/orderList',
name: '订单列表'
}
]
}
]
},
{
path: '/basicData',
name: '基础数据',
children: [
{
path: '/basicData/bankSetup',
name: '银行设置',
children: [
{
path: '/basicData/bankSetup/branchBankSetup',
name: '支行设置'
}
]
},
{
path: '/basicData/accountManagerSetup',
name: '客户经理设置',
children: [
{
path: '/basicData/accountManagerSetup/accountManagerSetup/list',
name: '客户经理设置'
}
]
},
{
path: '/basicData/accountManager',
name: '账户管理',
children: [
{
path: '/basicData/accountManager/accountManagerList',
name: '账户设置'
}
]
},
{
path: '/basicData/regionSettings',
name: '区域设置',
children: [
{
path: '/basicData/regionSettings/regionSettingsList',
name: '区域配置'
}
]
},
{
path: '/basicData/valuerManage',
name: '估价师管理',
children: [
{
path: '/basicData/valuerManage/valuerList',
name: '估价师资料'
}
]
},
{
path: '/basicData/taxSettings',
name: '税费设置',
children: [
{
path: '/basicData/taxSettings/taxInfo/list',
name: '税费资料'
}
]
},
{
path: '/basicData/accountSettings',
name: '预估单设置',
children: [
{
path: '/basicData/accountSettings/accountSettings/list',
name: '预估单设置'
}
]
},
{
path: '/basicData/productSet',
name: '产品设置',
children: [
{
path: '/basicData/productSet/productSetList',
name: '产品设置'
}
]
},
{
path: '/basicData/reportTemplate',
name: '报告模板管理',
children: [
{
path: '/basicData/reportTemplate/easyReport/list',
name: '简易报告配置'
},
{
path: '/basicData/reportTemplate/reportTemplate/list',
name: '报告模板列表'
},
{
path: '/basicData/reportTemplate/reportModule/list',
name: '模块列表'
}
]
},
{
path: '/basicData/publicCost',
name: '对公收费配置',
children: [
{
path: '/basicData/publicCost/list',
name: '对公收费配置'
}
]
}
]
},
{
path: '/bankInterface',
name: '银行对接',
children: [
{
path: '/bankInterface/boc',
name: '中国银行',
children: [
{
path: '/bankInterface/boc/preApplyList',
name: '预评估申请列表'
},{
path: '/bankInterface/boc/preResultList',
name: '预评估结果列表'
},{
path: '/bankInterface/boc/applyOfficialList',
name: '正式评估申请列表'
},{
path: '/bankInterface/boc/officialResultList',
name: '正式评估结果列表'
}
]
},
{
path: '/bankInterface/ceb',
name: '光大银行',
children: [
{
path: '/bankInterface/ceb/replyInquiry',
name: '[回复]ESZ004-询价结果'
},
{
path: '/bankInterface/ceb/requestInquiryRealAuto',
name: '[银行请求]ESZ001询价申请-不动产自动'
},
{
path: '/bankInterface/ceb/inquiryApplyMoveableMaual',
name: '[银行请求]询价申请-动产手工'
},{
path: '/bankInterface/ceb/replyEvationReport',
name: '[回复] ESZ006-评估报告结果返回'
},
{
path: '/bankInterface/ceb/requestEvationReport',
name: '[银行请求]评估报告申请'
},
{
path: '/bankInterface/ceb/requestBankUrge',
name: '[银行请求]银行催办'
},
{
path: '/bankInterface/ceb/requestBankAproval',
name: '[银行请求]核价申请'
},
{
path: '/bankInterface/ceb/requestReEvationAfterLoan',
name: '[银行请求]贷后重估申请'
},
{
path: '/bankInterface/ceb/replyReEvationAfterLoan',
name: '[回复]ESZ011-贷后重估结果返回'
},
]
}
]
},
{
path: '/mineWork',
name: '个人办公',
children: [{
path: '/mineWork/noticeManage',
name: '公告管理'
},
{
path: '/mineWork/transmitManage',
name: '传阅管理'
},
{
path: '/mineWork/aboutMine',
name: '与我相关'
}
]
}
]
export default asideMenuConfig