url.js 104 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729
  1. import common from './common'
  2. const ctx = common.ctx //'/finapi'// common.ctx;// "/api"//测试环境 http://192.168.1.250:8890
  3. const ctxForm = common.ctxForm //'/ms'//common.ctxForm;//"/ms"
  4. const urls = {
  5. handshake: ctx + '/auth/handshake',
  6. login: ctx + '/auth/token',
  7. loginMOA: ctx + '/smap/auth/token',
  8. getMenu: ctx + '/auth/routers',
  9. cleantoken: ctx + '/auth/cleantoken',
  10. menu: {
  11. getList: ctx + '/routers'
  12. },
  13. //新需求申请单工作流接口
  14. formList: {
  15. startWork: ctxForm + '/startProcess', //开始工作流
  16. startWorkList: ctxForm + '/batchStartProcess', //开始工作流多人
  17. nextWork: ctxForm + '/complateTask', //工作流next流转
  18. getWorkId: ctxForm + '/getRunningProcessInstance', // 获取工作流任务id
  19. transferTask: ctxForm + '/process/transferTask/',//转派工作流接口
  20. todoTask: ctxForm + '/todoTask',
  21. getCommentsByProcessId: ctxForm + '/his/getHistoricTaskInstanceList',
  22. getCommentsByProcessIds:ctxForm + '/getCommentsByProcessId/',
  23. getReadList:ctxForm+'/complateReadTask',
  24. getLastName:ctxForm+'/lastMan',
  25. getNewTransferTask:ctxForm+"/process/transferTaskMuti/",
  26. getQueryMultiTaskId:ctxForm + "/queryMultiTaskId",
  27. getComplateLastMan:ctxForm + "/complateLastMan"
  28. },
  29. excelList:{
  30. },
  31. distribute: {
  32. sendMsg: ctx + '/api/distribute/create', //创建分发
  33. findMyComment: ctx + '/api/comment/findMyComment', //查询
  34. findMyNotComment: ctx + '/api/comment/findMyNotComment', //(待阅)
  35. findMyHaveComment: ctx + '/api/comment/findMyHaveComment', //(已阅)
  36. find: ctx + '/api/distribute/find', //我的分发
  37. update: ctx + '/api/comment/update', //点击查阅
  38. findCommnetDetails: ctx + '/api/comment/findCommnetDetails' //评阅详情
  39. },
  40. thawQuota: '/api/frozenQuotaService/thawQuota',
  41. message: {
  42. getList: ctx + '/api/notification/findNotification', //查询列表
  43. edit: ctx + '/api/notification/updateNotification', //编辑
  44. editAll: ctx + '/api/notification/updateALLNotification' //编辑所有
  45. },
  46. document: {
  47. upload: ctx + '/api/document/upload',
  48. download: ctx + '/api/document/download',
  49. find: ctx + '/api/document/fileInformation',
  50. parsePDF: ctx + '/api/document/parsePDFAsMatrix'
  51. },
  52. EIfile: {
  53. add: ctx + '/api/financeFileCode/create',
  54. del: ctx + '/api/financeFileCode/update'
  55. },
  56. email: {
  57. getList: ctx + '/api/messageEmailConfigService/find',
  58. getById: ctx + '/api/messageEmailConfigService/findById',
  59. del: ctx + '/api/messageEmailConfigService/delete',
  60. edit: ctx + '/api/messageEmailConfigService/update', //编辑
  61. add: ctx + '/api/messageEmailConfigService/create', //增加
  62. all: ctx + '/api/messageEmailConfigService/find',
  63. test: ctx + '/api/messageEmailConfigService/sendTestEmail'
  64. },
  65. schedule: {
  66. find: ctx + '/api/quartzJob/find',
  67. findByName: ctx + '/api/quartzJob/findByName',
  68. delete: ctx + '/api/quartzJob/delete',
  69. update: ctx + '/api/quartzJob/update', //编辑
  70. create: ctx + '/api/quartzJob/create', //增加
  71. findAll: ctx + '/api/quartzJob/findAll',
  72. triggerNow: ctx + '/api/quartzJob/triggerNow',
  73. pause: ctx + '/api/quartzJob/pause',
  74. resume: ctx + '/api/quartzJob/resume',
  75. unschedule: ctx + '/api/quartzJob/unschedule',
  76. startAll: ctx + '/api/quartzJob/startAll',
  77. stopAll: ctx + '/api/quartzJob/stopAll'
  78. },
  79. workflowdef: {
  80. getList: ctxForm + '/getMadelByPage',
  81. getById: ctxForm + '/getModelById',
  82. copyById: ctxForm + '/copyModelById',
  83. edit: ctxForm + '/user/update.do', //编辑
  84. add: ctxForm + '/create', //增加
  85. del: ctxForm + '/deleteModel',
  86. deploy: ctxForm + '/deploy',
  87. modeler: ctxForm + '/modeler.html?modelId=',
  88. deleteModelById: ctxForm + '/deleteModelById',
  89. getruns: ctxForm + '/getRunningProcessInstance',
  90. getHistoricTaskInstanceList: ctxForm + '/his/getHistoricTaskInstanceList' //获取表格评分阶段
  91. },
  92. //流程短信接收人管理
  93. processSendMessage: {
  94. find: ctx + '/api/processSendMessage/find',//页面初始化查询
  95. findByProcesstype: ctx + '/api/processSendMessage/findByProcesstype',//编辑时查询
  96. add: ctx + '/api/processSendMessage/create',//增加
  97. update: ctx + '/api/processSendMessage/update',//编辑
  98. delete: ctx + '/api/processSendMessage/delete',//编辑
  99. findAllUser: ctx + '/api/processSendMessage/findAllUser',//查找所有用户
  100. },
  101. //操作代码配置管理
  102. productCodeConfiguration: {
  103. findAll: ctx + '/api/processSendMessage/findAll',//页面初始化查询
  104. find: ctx + '/api/processSendMessage/findCode',//编辑时查询
  105. add: ctx + '/api/processSendMessage/createCode',//增加
  106. update: ctx + '/api/processSendMessage/updateCode',//编辑
  107. delete: ctx + '/api/processSendMessage/deleteCode',//逻辑删除
  108. },
  109. activeti: {
  110. //getRole:ctxForm+'/permission/getFirstUserTask',//启动时过去角色
  111. getRole: ctx + '/api/processService/getNextTaskGroup', //获取审核人
  112. getUsersByRoleId: ctx + '/api/userService/getUsersByRoleId', //获取用户
  113. getUsersByRoleIds: ctx + '/api/userService/getUsersByRoleIds', //获取用户
  114. getTodoTask: ctx + '/api/processService/getTodoTask', //获取待办评价
  115. getCommentsByTaskId: ctx + '/api/processService/getCommentsByTaskId', //流程taskid获取历史评论
  116. getCommentsByProcinstid: ctx + '/api/processService/getCommentsByProcinstid', //流程实例id获取历史评论
  117. // getCommentsByProcinstid:ctx+'/api/processService/getCommentsByProcinstids',//流程实例id获取历史评论 二次审核修改
  118. getProcinstid: ctx + '/api/programmeService/getProcinstidHistoryByProgrammecode', //二次审核 先调这个
  119. finish: ctx + '/api/processService/findFinishedTaskInstances', //获取已办
  120. getDoneTask: ctx + '/api/processService/getDoneTask', //我的已办
  121. getIInitiatedTask: ctx + '/api/processService/getIInitiatedTask', //我的在途申请
  122. recallProcess: ctx + '/api/${service}/recallProcess',
  123. getMessageReceiveList: ctx + '/api/processService/getMessageReceiveList', //获取流程短信接收人
  124. },
  125. leave: {
  126. start: '/startProcess', //发起
  127. todoTask: '/todoTask',
  128. complateTask: '/complateTask'
  129. },
  130. processinst: {
  131. //流程列表
  132. getList: ctxForm + '/getProcessIntanceByPage',
  133. view: ctxForm + '/process-definition',
  134. webPage: ctxForm + '/form/getFormKey',
  135. getUserTaskList: ctxForm + '/permission/getUserTaskList',
  136. loadSingleBpmn: ctxForm + '/permission/loadSingleBpmn',
  137. setPermission: ctxForm + '/permission/setPermission',
  138. showDiagramByPi: ctxForm + '/showDiagramByPi',
  139. showDiagramByTask: ctxForm + '/showDiagramByTask',
  140. // 导出流程
  141. getExportFile: ctxForm + '/exportBPMNByProDefinitionId',
  142. // 导入流程
  143. exportFile: ctxForm + '/importBPMN',
  144. /** 重发待办 */
  145. // 根据流程定义key获取流程环节权限列表
  146. getUserTask: ctxForm + '/permission/getUserTask',
  147. // 设置流程环节权限
  148. setPermission1: ctxForm + '/setTaskUser',
  149. /**召回流程 */
  150. recall: ctx + '/api/processRecallService/recall'
  151. },
  152. formManag: {
  153. //
  154. getList: ctxForm + '/form/getList',
  155. getById: ctxForm + '/form/getDataById',
  156. edit: ctxForm + '/form/edit', //编辑
  157. add: ctxForm + '/form/add', //增加
  158. del: ctxForm + '/deleteModel',
  159. getByCode: ctxForm + '/form/getDataByCode',
  160. idCode: ctxForm + '/form/getStartFormKey/' //要加id
  161. },
  162. menuManag: {
  163. //菜单管理
  164. getList: ctx + '/api/router/find', //查询列表
  165. getById: ctx + '/api/router/findById', //id查询
  166. del: ctx + '/api/router/delete', //停用
  167. edit: ctx + '/api/router/update', //编辑
  168. add: ctx + '/api/router/create', //增加
  169. // findTree: ctx + "/api/router/findTree",
  170. findAll: ctx + '/api/router/findAll', //查找路由所有
  171. findMobileTree: ctx + '/api/router/findMobileTree', //查找短信配置
  172. findByParentId: ctx + '/api/router/findByParentId', //
  173. findAuthorized: ctx + '/api/router/findAuthorized' //
  174. },
  175. roleManag: {
  176. //角色管理
  177. // getList: ctx + '/api/role/find', //查询列表
  178. getList: ctx + '/sysmgr/sys/settings/sysRoleFlowInfos/queryRoleFlow', //查询列表
  179. getById: ctx + '/api/role/findById', //id查询
  180. del: ctx + '/api/role/delete', //停用
  181. edit: ctx + '/api/role/update', //编辑
  182. add: ctx + '/api/role/create', //增加
  183. addAprove: ctx + '/api/role/addProgrammeApproval', //发起审核
  184. aprove: ctx + '/api/role/approveProcess', //审核
  185. findAll: ctx + '/api/role/findAll',
  186. updatePermission: ctx + '/api/role/updatePermission', //
  187. findResourcePermission: ctx + '/api/role/findResourcePermission' //
  188. },
  189. selectList: {
  190. //下拉框的数据
  191. menu: ctx + '/api/router/findTree' //上级路由
  192. },
  193. resourceManag: {
  194. getList: ctx + '/api/resource/find', //查询列表
  195. getById: ctx + '/api/resource/findById', //id查询
  196. del: ctx + '/api/resource/delete', //停用
  197. edit: ctx + '/api/resource/update', //编辑
  198. add: ctx + '/api/resource/create', //增加
  199. findAll: ctx + '/api/resource/findAllAvailable', //
  200. findAuthor: ctx + '/api/resource/findAuthorizedByUserId', //
  201. findByRouterId: ctx + '/api/resource/findByRouterId',
  202. findPermissionByUserId: ctx + '/api/resource/findPermissionByUserId',
  203. findPermission: ctx + '/api/resource/findPermission',
  204. findPermissionCodeByUserId: ctx + '/api/resource/findPermissionCodeByUserId'
  205. },
  206. userManag: {
  207. //
  208. getList: ctx + '/api/user/find', //查询列表
  209. findByOrganizationIdList: ctx + '/api/user/findByOrganizationIdList', //查询列表
  210. getById: ctx + '/api/user/findById', //id查询
  211. del: ctx + '/api/user/delete', //停用
  212. edit: ctx + '/api/user/update', //编辑
  213. add: ctx + '/api/user/create', //增加
  214. updateCurrentUser: ctx + '/api/user/updateCurrentUser',
  215. findByLoginName: ctx + '/api/user/findByLoginName', //
  216. updatePassword: ctx + '/api/user/updatePassword', //重置密码接口
  217. updateCurrentPassword: ctx + '/api/user/updateCurrentPassword', //修改自己密码接口
  218. me: ctx + '/api/user/me', //
  219. addAprove: ctx + '/api/user/addProgrammeApproval', //发起审核
  220. aprove: ctx + '/api/user/approveProcess' //审核
  221. },
  222. organizationManag: {
  223. //
  224. getList: ctx + '/api/organization/find', //查询列表
  225. getById: ctx + '/api/organization/findById', //id查询
  226. del: ctx + '/api/organization/delete', //停用
  227. edit: ctx + '/api/organization/update', //编辑
  228. add: ctx + '/api/organization/create', //增加
  229. findAll: ctx + '/api/organization/findAll',
  230. findTree: ctx + '/api/organization/findTree' //
  231. },
  232. financialData: {
  233. // 参考基准利率
  234. findLatest1: ctx + '/api/windDepositRate/findLatest', //存款存款利率
  235. findLatest2: ctx + '/api/windShibor/findLatest', //上海银行间同业拆放利率
  236. getName: ctx + '/api/bankAccountService/getShortName', //资金转出账户 列表
  237. findByCode: ctx + '/api/dictionaryService/findByCode' //资金转出账户 列表
  238. },
  239. bankAccount: {
  240. // 活期类账户
  241. getList: ctx + '/api/bankAccount/find', //查询列表
  242. sync: ctx + '/api/bankAccount/sync', //id查询
  243. insert: ctx+ '/api/bankAccount/insert',
  244. find: ctx+ '/api/bankAccount/findById',
  245. update: ctx+ '/api/bankAccount/update'
  246. },
  247. entrusterBankAccount: {
  248. // 委托方资金账户
  249. getList: ctx + '/api/entrusterBankAccountService/find', //查询列表
  250. getListAll: ctx + '/api/entrusterBankAccount/findAll', //查询列表
  251. sync: ctx + '/api/entrusterBankAccount/sync', //id查询
  252. getById: ctx + '/api/entrusterBankAccount/findById',
  253. getNewSize: ctx + '/api/entrusterBankAccountService/flushEntrusterBankAccount',
  254. getNewAccout: ctx + '/api/entrusterBankAccountService/newEntrusterBankAccount',
  255. getNewAccout2: ctx + '/api/commissionFrameworkAgreementService/newAgreementList',
  256. changeName: ctx + '/api/entrusterBankAccountService/update',
  257. changeName2: ctx + '/api/commissionFrameworkAgreementService/updateShortName'
  258. },
  259. systemLog: {
  260. getList: ctx + '/api/systemLog/find', //查询列表
  261. getListBusuness: ctx + '/api/universalityBusunessService/find', //通用交易接口调用结果页面查询列表
  262. update: ctx + '/api/universalityBusunessService/update', //通用交易接口调用结果页面修改状态
  263. },
  264. counterparty: {
  265. // 交易对手
  266. getList: ctx + '/api/counterparty/find', //查询列表
  267. getById: ctx + '/api/counterparty/findById', //id查询
  268. del: ctx + '/api/counterparty/delete', //停用
  269. edit: ctx + '/api/counterparty/update', //编辑
  270. add: ctx + '/api/counterparty/create', //增加
  271. findAll: ctx + '/api/counterparty/findAll',
  272. findAllBankaccounts: ctx + '/api/counterparty/findAllBankaccounts'//资金转出、入行(账户)(最新)
  273. },
  274. counterpartyContact: {
  275. // 联络人管理
  276. getList: ctx + '/api/counterpartyContact/find', //查询列表
  277. getById: ctx + '/api/counterpartyContact/findById', //id查询
  278. del: ctx + '/api/counterpartyContact/delete', //停用
  279. edit: ctx + '/api/counterpartyContact/update', //编辑
  280. add: ctx + '/api/counterpartyContact/create', //增加
  281. findAll: ctx + '/api/counterpartyContact/findAll'
  282. },
  283. dictionary: {
  284. // 数据字典
  285. getList: ctx + '/api/dictionary/find', //查询全部列表
  286. getList1: ctx + '/api/dictionary/findProcessType', //查询模型名称
  287. getList2: ctx + '/api/dictionary/findProcessName', //查询模型名称
  288. // getList: ctx + '/api/dictionary/findEffect', //根据状态查询列表
  289. getById: ctx + '/api/dictionary/findById', //id查询
  290. del: ctx + '/api/dictionary/delete', //停用
  291. edit: ctx + '/api/dictionary/update', //编辑
  292. add: ctx + '/api/dictionary/create', //增加
  293. findAll: ctx + '/api/dictionary/findAll',
  294. findTree: ctx + '/api/dictionary/findTree', //
  295. findLatest3: ctx + '/api/dictionary/findshibor1', //参考银行间质押式回购市场利率(%)
  296. },
  297. systemWarnning: {
  298. // 日志系统个报错
  299. getList: ctx + '/api/systemWarnning/find' //查询列表 旧的
  300. // getList: ctx + "/api/systemWarnning/findById", //查询列表 冯璐修改后
  301. },
  302. systemPeripheral: {
  303. getList: ctx + '/api/sendLogsIcbcService/find', //查询列表 旧的
  304. findByid: ctx + '/api/sendLogsIcbcService/findByid' //{id:1 日志数据的id}
  305. },
  306. superviseQuota: {
  307. //额度管理
  308. getList1: ctx + '/api/superviseQuota/getSuperviseQuota', //监管额度占用查询
  309. checkQuota: ctx + '/api/superviseQuota/checkQuota', //接口校验
  310. getList2: ctx + '/api/creditGrantingQuota/getSuperviseQuota', //授信额度占用查询z
  311. getList_new: ctx + '/api/counterCreditGrantingQuota/findSuperviseQuotaByType' //授信额度占用查询 带子公司得
  312. },
  313. pledgeBonds: {
  314. // 质押券价值监控
  315. getList: ctx + '/api/pledgeProductAccountService/monitorPledge', //查询列表
  316. getById: ctx + '/api/pledgeProductAccountService/queryPledgeDetail', //id查询
  317. findByTradeDate: ctx + '/api/windBond/findByTradeDate' //获取中债估值
  318. },
  319. groupLines: {
  320. // 集团额度占用情况
  321. getList: ctx + '/api/counterPartyBlocService/findAll', //查询列表
  322. getList1: ctx + '/api/counterPartyBlocService/find', //查询列表
  323. edit: ctx + '/api/counterPartyBlocService/update' //修改
  324. // getById: ctx + "/api/pledgeProductAccountService/queryPledgeDetail", //id查询
  325. },
  326. specialPurpose: {
  327. // 特殊目的载体占比监控
  328. getList: ctx + '/api/specialPurposeEntityService/findSupervise' //查询列表
  329. },
  330. quotaOccupationWatch: {
  331. // 监管额度占用情况监控
  332. getList: ctx + '/api/superviseEmployQuotaService/getSuperviseQuota' //查询列表
  333. },
  334. credititemBank: {
  335. // 授信题库
  336. getByTreeId: ctx + '/api/creditAssessmentSubjects/find', //id查询
  337. getById: ctx + '/api/creditAssessmentSubjects/findById', //id查询
  338. del: ctx + '/api/dictionary/delete', //停用
  339. edit: ctx + '/api/creditAssessmentMenu/update', //编辑
  340. add: ctx + '/api/creditAssessmentMenu/create', //增加
  341. edit1: ctx + '/api/creditAssessmentSubjects/update', //编辑
  342. add1: ctx + '/api/creditAssessmentSubjects/create',
  343. findTree: ctx + '/api/creditAssessmentMenu/findTree' //
  344. },
  345. counterPartyCredits: {
  346. // 交易对手评定
  347. getList: ctx + '/api/counterPartyCredits/find', //查询列表
  348. getById: ctx + '/api/creditAssessmentDetails/find', //id查询
  349. getById2: ctx + '/api/counterPartyCredits/findById', //id查其他信息
  350. add: ctx + '/api/creditAssessmentDetails/create', //增加
  351. edit: ctx + '/api/creditAssessmentDetails/update', //
  352. addAprove: ctx + '/api/counterPartyCredits/addProgrammeApproval', //添加审核
  353. getPrade: ctx + '/api/calculationFormula/caculateScoreByCounterpartyIdAndSubjectId', //根据交易对手查初评分
  354. getLimit: ctx + '/api/calculationFormula/creditBySubjectId', //根据等级查授信额度
  355. findList: ctx + '/api/counterpartyService/findList', //证券公司 设置合并监管评级子公司名单
  356. preservation: ctx + '/api/creditAssessmentDetails/preservation', //保存数据
  357. batchAudit: ctx + '/api/creditAssessmentDetails/addSubmission' //批量审批
  358. },
  359. counterPartyCreditsAprove: {
  360. aprove: ctx + '/api/counterPartyCredits/approveProcess' //增加
  361. },
  362. creditassessmentstandards: {
  363. // 授信规则标准列表
  364. // getList: ctx + "/api/creditassessmentstandards/find", //查询列表
  365. getById: ctx + '/api/industryregulationlimits/find', //id查询
  366. add: ctx + '/api/creditAssessmentsModule/create', //增加
  367. findAll: ctx + '/api/creditassessmentstandards/findAll',
  368. keep: ctx + '/api/industryregulationlimits/create',
  369. keep2: ctx + '/api/blocWhiteListService/create',
  370. getById2: ctx + '/api/creditAssessmentsModule/find',
  371. aprove: ctx + '/api/creditassessmentstandards/addProgrammeApproval',
  372. getById3: ctx + '/api/blocWhiteListService/find' //規則列表查詢集团监控额度标准和白名单
  373. },
  374. creditassessmentstandardsApp: {
  375. aprove: ctx + '/api/creditassessmentstandards/approveProcess'
  376. },
  377. priceInquiry: {
  378. // 询价管理
  379. getListBF: ctx + '/api/priceInquiry/findBankFinancing', //银行理财查询
  380. getListID: ctx + '/api/priceInquiry/findInterBankDeposit', //同业查询列表
  381. getListEI: ctx + '/api/priceInquiry/findEntrusterBankFinancing', //委托投资查询列表
  382. getListGM: ctx + '/api/priceInquiryService/findBlocBankFinancing', //集团查询列表
  383. getListPub: ctx + '/api/priceInquiryService/find', //通用询价
  384. getById: ctx + '/api/priceInquiry/findById', //id查询
  385. getByPub: ctx + '/api/priceInquiryService/findByPriceInquiryId', //通用id查询
  386. addBF: ctx + '/api/priceInquiry/createBankFinancing', //增加
  387. addID: ctx + '/api/priceInquiry/createInterBankDeposit', //增加
  388. addEI: ctx + '/api/priceInquiry/createEntrusterBankFinancing', //增加
  389. addGM: ctx + '/api/priceInquiryService/createBlocBankFinancing', //集团增加
  390. addPub: ctx + '/api/priceInquiryService/createGeneralInquiry', //通用新增
  391. editPub: ctx + '/api/priceInquiryService/updateInquiry ', //通用修改
  392. sendEmail: ctx + '/api/priceInquiry/sendEmail', //
  393. sendPriceEmail: ctx + '/api/priceInquiry/sendPriceEmail', //
  394. sendSms: ctx + '/api/priceInquiry/sendSms',
  395. viewById: ctx + '/api/priceInquiry/viewById',
  396. viewById2: ctx + '/api/priceQuoteIBD/findById',
  397. exportSummary: ctx + '/api/priceInquiry/exportSummary',
  398. findLatest: ctx + '/api/priceInquiry/findLatest',
  399. keep: ctx + '/api/priceInquiryService/save' //保存
  400. // /api/priceQuoteFinance/find
  401. // /api/priceQuoteIBD/find
  402. },
  403. priceQuoteFinance: {
  404. //报价
  405. getById: ctx + '/api/priceQuoteFinance/findAll', //id查询
  406. getById2: ctx + '/api/priceQuoteIBD/findAll', //id查询
  407. getByidEd: ctx + '/api/priceQuoteFinance/findAllQuoted', //id查询
  408. getByidEd2: ctx + '/api/priceQuoteIBD/findAllQuoted', //id查询
  409. exportSummary: ctx + '/api/priceInquiry/exportSummary' //导出报价
  410. },
  411. inquiryTemplat: {
  412. //模板管理
  413. getList: ctx + '/api/priceInquiryTemplateService/findAll', //查询列表
  414. getById: ctx + '/api/priceInquiryTemplateService/findById', //id查询
  415. del: ctx + '/api/priceInquiryTemplateService/delete', //停用
  416. edit: ctx + '/api/priceInquiryTemplateService/update', //编辑
  417. add: ctx + '/api/priceInquiryTemplateService/create', //增加
  418. byType: ctx + '/api/priceInquiryTemplateService/findByType'
  419. },
  420. BFbusinessPlanManag: {
  421. //业务方案管理
  422. getList: ctx + '/api/programmeService/find', //查询列表
  423. getById: ctx + '/api/programmeService/getByid', //id查询
  424. getByIdList: ctx + '/api/productService/getProductPageByProgrammeId',
  425. del: ctx + '/api/productService/delete', //停用
  426. edit: ctx + '/api/programmeService/edit', //编辑
  427. add: ctx + '/api/programmeService/create', //增加
  428. getProgrammeSerialNo: ctx + '/api/programmeService/getProgrammeSerialNo', //获取方案编号
  429. getByid2: ctx + '/api/productService/findByproductid', //获取产品详情
  430. edit2: ctx + '/api/productService/update', //编辑产品
  431. sizeTrue: ctx + '/api/programmeService/updateQuotaCheck', //额度校验
  432. // sizeTrue: ctx + '/api/investmentRiskClassifyService/getSurplusQuota', //额度校验
  433. aprove: ctx + '/api/programmeService/addProgrammeApproval', //审核
  434. editResolution: ctx + '/api/programmeService/update', //修改上会状态
  435. findMeetinginfo: ctx + '/api/programmeService/findMeetinginfo', //查会议纪要和上会状态
  436. parseFile: ctx + '/api/programmeService/saveMeetinginfo', //上传会议纪要
  437. delMeetingFile: ctx + '/api/programmeService/deleteMeetinginfo', //删除会议纪要
  438. submitNext: ctx + '/api/programmeService/submitNext' //跟新生成审批表状态
  439. },
  440. BFbusinessPlanApproval: {
  441. aprove: ctx + '/api/programmeService/approveProcess' //流程
  442. },
  443. BFbusinessOperation: {
  444. getList: ctx + '/api/programmeBusiService/find', //查询列表
  445. getById: ctx + '/api/productBusiService/getProductPageByProgrammeId', //id查询
  446. getByIdList: ctx + '/api/programmeBusiService/getProductPageByProgrammeId',
  447. del: ctx + '/api/programmeBusiService/delete', //停用
  448. edit: ctx + '/api/productBusiService/update', //编辑
  449. add: ctx + '/api/programmeBusiService/create', //增加
  450. findByproductid: ctx + '/api/productBusiService/findByproductid', //获取方案编号
  451. aprove: ctx + '/api/programmeBusiService/addProgrammeApproval' //审核
  452. },
  453. businessOperationApproval: {
  454. aprove: ctx + '/api/programmeBusiService/approveProcess' //流程
  455. },
  456. BFaccountManag: {
  457. //台账
  458. getList: ctx + '/api/productAccountService/find', //查询列表
  459. getById: ctx + '/api/productAccountService/findByproductid', //id查询
  460. getByIdSon: ctx + '/api/productAccountService/findLedgerdetail', //id查询
  461. getByIdList: ctx + '/api/productAccountService/getProductPageByProgrammeId',
  462. edit: ctx + '/api/productAccountService/update', //编辑
  463. // productAccountService/update
  464. aprove: ctx + '/api/programmeAccountService/addProgrammeApproval', //审核
  465. history: ctx + '/api/productAccountService/findHistorydetail'
  466. },
  467. BFaccountManagApproval: {
  468. aprove: ctx + '/api/programmeAccountService/approveProcess' //审核
  469. },
  470. BFfindLedgerCount: {
  471. getList: ctx + '/api/productAccountService/findLedgerCount' //查询列表
  472. },
  473. // ILbusinessPlanManag: {
  474. // //同业拆借
  475. // getList: ctx + '/api/borrowProgrammeService/find', //查询列表
  476. // getById: ctx + '/api/borrowProgrammeService/getByid', //id查询
  477. // getByIdList: ctx + '/api/borrowProductService/getProductPageByProgrammeId',
  478. // del: ctx + '/api/borrowProductService/delete', //停用
  479. // edit: ctx + '/api/borrowProgrammeService/edit', //编辑
  480. // add: ctx + '/api/borrowProgrammeService/create', //增加
  481. // getProgrammeSerialNo: ctx + '/api/borrowProgrammeService/getProgrammeSerialNo', //获取方案编号
  482. // getByid2: ctx + '/api/borrowProductService/findByproductid', //获取产品详情
  483. // edit2: ctx + '/api/borrowProductService/update', //编辑产品
  484. // sizeTrue: ctx + '/api/borrowProgrammeService/updateQuotaCheck', //额度校验
  485. // aprove: ctx + '/api/borrowProgrammeService/addProgrammeApproval', //审核
  486. // editResolution: ctx + '/api/borrowProgrammeService/update', //修改上会状态
  487. // findMeetinginfo: ctx + '/api/borrowProgrammeService/findMeetinginfo', //查会议纪要和上会状态
  488. // parseFile: ctx + '/api/borrowProgrammeService/saveMeetinginfo', //上传会议纪要
  489. // delMeetingFile: ctx + '/api/borrowProgrammeService/deleteMeetinginfo', //删除会议
  490. // submitNext: ctx + '/api/borrowProgrammeService/submitNext', //跟新生成审批表状态
  491. // checkOnceRule: ctx + '/api/borrowProgrammeService/checkOnceRule' //单次校验接口 新增数据后 下一步前先校验下 再去定是否进行下一步
  492. // },
  493. ILbusinessPlanApproval: {
  494. aprove: ctx + '/api/borrowProgrammeService/approveProcess' //流程
  495. },
  496. ILbusinessOperation: {
  497. //业务操作
  498. getList: ctx + '/api/borrowProgrammeBusiService/find', //查询列表
  499. getByIdList: ctx + '/api/borrowProgrammeBusiService/getProductPageByProgrammeId',
  500. del: ctx + '/api/borrowProgrammeBusiService/delete', //停用
  501. add: ctx + '/api/borrowProgrammeBusiService/create', //增加
  502. aprove: ctx + '/api/borrowProgrammeBusiService/addProgrammeApproval', //审核
  503. findByproductid: ctx + '/api/borrowProductBusiService/findByproductid', //获取方案编号
  504. getById: ctx + '/api/borrowProductBusiService/getProductPageByProgrammeId', //id查询
  505. edit: ctx + '/api/borrowProductBusiService/update', //编辑
  506. getPDF: ctx + '/api/borrowProgrammeService/parse', //读取pdf
  507. isTrueCheckFile: ctx + '/api/borrowProductBusiService/isTrueCheckFile' //检验数据 同业拆借-业务操作-编辑-上传文件后
  508. },
  509. ILbusinessOperationApproval: {
  510. aprove: ctx + '/api/borrowProgrammeBusiService/approveProcess' //流程
  511. },
  512. ILaccountManag: {
  513. //台账
  514. getList: ctx + '/api/borrowProductAccountService/find', //查询列表
  515. getById: ctx + '/api/borrowProductAccountService/findByproductid', //id查询
  516. getByIdList: ctx + '/api/borrowProductAccountService/getProductPageByProgrammeId',
  517. edit: ctx + '/api/borrowProductAccountService/update', //编辑
  518. aprove: ctx + '/api/borrowProgrammeAccountService/addProgrammeApproval' //审核
  519. },
  520. ILaccountManagApproval: {
  521. aprove: ctx + '/api/borrowProgrammeAccountService/approveProcess' //审核
  522. },
  523. ILstatisticsOfAccount: {
  524. getList: 'api/borrowProductAccountService/findLedgerCount'
  525. },
  526. BBbusinessPlanManag: {
  527. //债券业务
  528. getList: ctx + '/api/bondProgrammeService/find', //查询列表
  529. getById: ctx + '/api/bondProgrammeService/getByid', //id查询
  530. getByIdList: ctx + '/api/bondProductService/getProductPageByProgrammeId',
  531. del: ctx + '/api/bondProductService/delete', //停用
  532. edit: ctx + '/api/bondProgrammeService/edit', //编辑
  533. add: ctx + '/api/bondProgrammeService/create', //增加
  534. getProgrammeSerialNo: ctx + '/api/bondProgrammeService/getProgrammeSerialNo', //获取方案编号
  535. getByid2: ctx + '/api/bondProductService/findByproductid', //获取产品详情
  536. edit2: ctx + '/api/bondProductService/update', //编辑产品
  537. sizeTrue: ctx + '/api/bondProgrammeService/updateQuotaCheck', //额度校验
  538. aprove: ctx + '/api/bondProgrammeService/addProgrammeApproval', //审核
  539. editResolution: ctx + '/api/bondProgrammeService/update', //修改上会状态
  540. findMeetinginfo: ctx + '/api/bondProgrammeService/findMeetinginfo', //查会议纪要和上会状态
  541. parseFile: ctx + '/api/bondProgrammeService/saveMeetinginfo', //上传会议
  542. delMeetingFile: ctx + '/api/bondProgrammeService/deleteMeetinginfo', //删除会议
  543. submitNext: ctx + '/api/bondProgrammeService/submitNext' //跟新生成审批表状态
  544. },
  545. BBbusinessPlanApproval: {
  546. aprove: ctx + '/api/bondProgrammeService/approveProcess' //流程
  547. },
  548. BBbusinessOperation: {
  549. //业务操作
  550. getList: ctx + '/api/bondProgrammeBusiService/find', //查询列表
  551. getById: ctx + '/api/bondProductBusiService/getProductPageByProgrammeId', //id查询
  552. getByIdList: ctx + '/api/bondProgrammeService/getProductPageByProgrammeId',
  553. del: ctx + '/api/bondProgrammeService/delete', //停用
  554. edit: ctx + '/api/bondProductBusiService/update', //编辑
  555. add: ctx + '/api/bondProgrammeService/create', //增加
  556. findByproductid: ctx + '/api/bondProductBusiService/findByproductid', //获取方案编号
  557. aprove: ctx + '/api/bondProgrammeBusiService/addProgrammeApproval' //审核
  558. },
  559. BBbusinessOperationApproval: {
  560. aprove: ctx + '/api/bondProgrammeBusiService/approveProcess' //流程
  561. },
  562. BBaccountManag: {
  563. //台账
  564. getList: ctx + '/api/bondProductAccountService/find', //查询列表
  565. getById: ctx + '/api/bondProductAccountService/findByproductid', //id查询
  566. getByIdList: ctx + '/api/bondProgrammeAccountService/getProductPageByProgrammeId',
  567. edit: ctx + '/api/bondProductAccountService/update', //编辑
  568. aprove: ctx + '/api/bondProgrammeAccountService/addProgrammeApproval' //审核
  569. },
  570. BBaccountManagApproval: {
  571. aprove: ctx + '/api/bondProgrammeAccountService/approveProcess' //审核
  572. },
  573. // IDbusinessPlanManag: {
  574. // //同业存款
  575. // getList: ctx + '/api/depositProgrammeService/find', //查询列表
  576. // getById: ctx + '/api/depositProgrammeService/getByid', //id查询
  577. // getByIdList: ctx + '/api/depositProductService/getProductPageByProgrammeId',
  578. // del: ctx + '/api/depositProductService/delete', //停用
  579. // edit: ctx + '/api/depositProgrammeService/edit', //编辑
  580. // add: ctx + '/api/depositProgrammeService/create', //增加
  581. // getProgrammeSerialNo: ctx + '/api/depositProgrammeService/getProgrammeSerialNo', //获取方案编号
  582. // getByid2: ctx + '/api/depositProductService/findByproductid', //获取产品详情
  583. // edit2: ctx + '/api/depositProductService/update', //编辑产品
  584. // sizeTrue: ctx + '/api/depositProgrammeService/updateQuotaCheck', //额度校验
  585. // aprove: ctx + '/api/depositProgrammeService/addProgrammeApproval', //审核
  586. // editResolution: ctx + '/api/depositProgrammeService/update', //修改上会状态
  587. // findMeetinginfo: ctx + '/api/depositProgrammeService/findMeetinginfo', //查会议纪要和上会状态
  588. // parseFile: ctx + '/api/depositProgrammeService/saveMeetinginfo', //上传会议
  589. // delMeetingFile: ctx + '/api/depositProgrammeService/deleteMeetinginfo', //删除会议
  590. // submitNext: ctx + '/api/depositProgrammeService/submitNext', //跟新生成审批表状态
  591. // findMyPriceInquiry: ctx + '/api/priceInquiry/findMyPriceInquiry', //导入报价数据列表
  592. // findByPriceinquiryId: ctx + '/api/depositProgrammeService/findByPriceinquiryId', //导入报价数据
  593. // getInvestenddate: ctx + '/api/depositProgrammeService/getInvestenddate' //导入报价数据后 下一步需要调的接口
  594. // },
  595. shibor: {
  596. getList: ctx + '/api/windShibor/findLatest'
  597. },
  598. IDbusinessPlanApproval: {
  599. aprove: ctx + '/api/depositProgrammeService/approveProcess' //流程
  600. },
  601. IDbusinessOperation: {
  602. //业务操作
  603. getList: ctx + '/api/depositProgrammeBusiService/find', //查询列表
  604. getByIdList: ctx + '/api/depositProgrammeBusiService/getProductPageByProgrammeId',
  605. del: ctx + '/api/depositProgrammeBusiService/delete', //停用
  606. add: ctx + '/api/depositProgrammeBusiService/create', //增加
  607. aprove: ctx + '/api/depositProgrammeBusiService/addProgrammeApproval', //审核
  608. findByproductid: ctx + '/api/depositProductBusiService/findByproductid', //获取方案编号
  609. getById: ctx + '/api/depositProductBusiService/getProductPageByProgrammeId', //id查询
  610. edit: ctx + '/api/depositProductBusiService/update', //编辑
  611. },
  612. IDbusinessOperationApproval: {
  613. aprove: ctx + '/api/depositProgrammeBusiService/approveProcess' //流程
  614. },
  615. IDaccountManag: {
  616. //台账
  617. getList: ctx + '/api/depositProductAccountService/find', //查询列表
  618. getById: ctx + '/api/depositProductAccountService/findByproductid', //id查询
  619. getByIdList: ctx + '/api/depositProductAccountService/getProductPageByProgrammeId',
  620. edit: ctx + '/api/depositProductAccountService/update', //编辑
  621. aprove: ctx + '/api/depositProgrammeAccountService/addProgrammeApproval' //审核
  622. },
  623. IDaccountManagApproval: {
  624. aprove: ctx + '/api/depositProgrammeAccountService/approveProcess' //审核
  625. },
  626. IDstatisticsOfAccount: {
  627. getList: ctx + '/api/depositProductAccountService/findByDateBetween' //统计
  628. },
  629. // PRRbusinessPlanManag: {
  630. // //质押式逆回购
  631. // getList: ctx + '/api/pledgeProgrammeService/find', //查询列表
  632. // getById: ctx + '/api/pledgeProgrammeService/getByid', //id查询
  633. // getByIdList: ctx + '/api/pledgeProductService/getProductPageByProgrammeId',
  634. // del: ctx + '/api/pledgeProductService/delete', //停用
  635. // edit: ctx + '/api/pledgeProgrammeService/edit', //编辑
  636. // add: ctx + '/api/pledgeProgrammeService/create', //增加
  637. // getProgrammeSerialNo: ctx + '/api/pledgeProgrammeService/getProgrammeSerialNo', //获取方案编号
  638. // getByid2: ctx + '/api/pledgeProductService/findByproductid', //获取产品详情
  639. // edit2: ctx + '/api/pledgeProductService/update', //编辑产品
  640. // sizeTrue: ctx + '/api/pledgeProgrammeService/updateQuotaCheck', //额度校验
  641. // aprove: ctx + '/api/pledgeProgrammeService/addProgrammeApproval', //审核
  642. // editResolution: ctx + '/api/pledgeProgrammeService/update', //修改上会状态
  643. // findMeetinginfo: ctx + '/api/pledgeProgrammeService/findMeetinginfo', //查会议纪要和上会状态
  644. // parseFile: ctx + '/api/pledgeProgrammeService/saveMeetinginfo', //上传会议
  645. // delMeetingFile: ctx + '/api/pledgeProgrammeService/deleteMeetinginfo', //删除会议
  646. // submitNext: ctx + '/api/pledgeProgrammeService/submitNext', //跟新生成审批表状态
  647. // checkOnceRule: ctx + '/api/pledgeProgrammeService/checkOnceRule' //单次校验接口 新增数据后 下一步前先校验下 再去定是否进行下一步
  648. // },
  649. PRRbusinessPlanApproval: {
  650. aprove: ctx + '/api/pledgeProgrammeService/approveProcess' //流程
  651. },
  652. PRRbusinessOperation: {
  653. //业务操作
  654. getList: ctx + '/api/pledgeProgrammeBusiService/find', //查询列表
  655. getByIdList: ctx + '/api/pledgeProgrammeBusiService/getProductPageByProgrammeId',
  656. del: ctx + '/api/pledgeProgrammeBusiService/delete', //停用
  657. add: ctx + '/api/pledgeProgrammeBusiService/create', //增加
  658. aprove: ctx + '/api/pledgeProgrammeBusiService/addProgrammeApproval', //审核
  659. findByproductid: ctx + '/api/pledgeProductBusiService/findByproductid', //获取方案编号
  660. getById: ctx + '/api/pledgeProductBusiService/getProductPageByProgrammeId', //id查询
  661. edit: ctx + '/api/pledgeProductBusiService/update', //编辑
  662. getPDF: ctx + '/api/pledgeProgrammeService/parse',
  663. isTrueCheckFile: ctx + '/api/pledgeProductBusiService/isTrueCheckFile' //检验数据 同业拆借-业务操作-编辑-上传文件后
  664. },
  665. PRRbusinessOperationApproval: {
  666. aprove: ctx + '/api/pledgeProgrammeBusiService/approveProcess' //流程
  667. },
  668. PRRaccountManag: {
  669. //台账
  670. getList: ctx + '/api/pledgeProductAccountService/find', //查询列表
  671. getById: ctx + '/api/pledgeProductAccountService/findByproductid', //id查询
  672. getByIdList: ctx + '/api/pledgeProductAccountService/getProductPageByProgrammeId',
  673. edit: ctx + '/api/pledgeProductAccountService/update', //编辑
  674. aprove: ctx + '/api/pledgeProgrammeAccountService/addProgrammeApproval' ,//审核
  675. uploadFile: ctx + '/api/importLedgerFrameworkService/uploadFile', //批量新增 上传
  676. // getTodoTask: ctx + '/api/processService/getTodoTask', //批量新增 下载
  677. importData: ctx + '/api/pledgeProductAccountService/importData' //批量新增 下一步
  678. },
  679. PRRaccountManagApproval: {
  680. aprove: ctx + '/api/pledgeProgrammeAccountService/approveProcess' //审核
  681. },
  682. // PRRstatisticsOfAccount:{
  683. // getList:'api/pledgProductAccountService/findLedgerCount'
  684. // },
  685. PRRstatisticsOfAccount: {
  686. getList: 'api/pledgeProductAccountService/findLedgerCount'
  687. },
  688. // CODbusinessPlanManag: {
  689. // //同业存单
  690. // getList: ctx + '/api/ticketProgrammeService/find', //查询列表
  691. // getById: ctx + '/api/ticketProgrammeService/getByid', //id查询
  692. // getByIdList: ctx + '/api/ticketProductService/getProductPageByProgrammeId',
  693. // del: ctx + '/api/ticketProductService/delete', //停用
  694. // edit: ctx + '/api/ticketProgrammeService/edit', //编辑
  695. // add: ctx + '/api/ticketProgrammeService/create', //增加
  696. // getProgrammeSerialNo: ctx + '/api/ticketProgrammeService/getProgrammeSerialNo', //获取方案编号
  697. // getByid2: ctx + '/api/ticketProductService/findByproductid', //获取产品详情
  698. // edit2: ctx + '/api/ticketProductService/update', //编辑产品
  699. // sizeTrue: ctx + '/api/ticketProgrammeService/updateQuotaCheck', //额度校验
  700. // aprove: ctx + '/api/ticketProgrammeService/addProgrammeApproval', //审核
  701. // editResolution: ctx + '/api/ticketProgrammeService/update', //修改上会状态
  702. // findMeetinginfo: ctx + '/api/ticketProgrammeService/findMeetinginfo', //查会议纪要和上会状态
  703. // parseFile: ctx + '/api/ticketProgrammeService/saveMeetinginfo', //上传会议
  704. // delMeetingFile: ctx + '/api/ticketProgrammeService/deleteMeetinginfo', //删除会议
  705. // submitNext: ctx + '/api/ticketProgrammeService/submitNext' //跟新生成审批表状态
  706. // },
  707. CODbusinessPlanApproval: {
  708. aprove: ctx + '/api/ticketProgrammeService/approveProcess' //流程
  709. },
  710. CODbusinessOperation: {
  711. //业务操作
  712. getList: ctx + '/api/ticketProgrammeBusiService/find', //查询列表
  713. getById: ctx + '/api/ticketProductBusiService/getProductPageByProgrammeId', //id查询
  714. getByIdList: ctx + '/api/ticketProgrammeService/getProductPageByProgrammeId',
  715. del: ctx + '/api/ticketProgrammeService/delete', //停用
  716. edit: ctx + '/api/ticketProductBusiService/update', //编辑
  717. add: ctx + '/api/ticketProgrammeService/create', //增加
  718. getPDF: ctx + '/api/ticketProgrammeService/parse',
  719. findByproductid: ctx + '/api/ticketProductBusiService/findByproductid', //获取方案编号
  720. aprove: ctx + '/api/ticketProgrammeBusiService/addProgrammeApproval' //审核
  721. },
  722. CODbusinessOperationApproval: {
  723. aprove: ctx + '/api/ticketProgrammeBusiService/approveProcess' //流程
  724. },
  725. CODaccountManag: {
  726. //台账
  727. getList: ctx + '/api/ticketProductAccountService/find', //查询列表
  728. getById: ctx + '/api/ticketProductAccountService/findByproductid', //id查询
  729. getByIdList: ctx + '/api/ticketProgrammeAccountService/getProductPageByProgrammeId',
  730. edit: ctx + '/api/ticketProductAccountService/update', //编辑
  731. aprove: ctx + '/api/ticketProgrammeAccountService/addProgrammeApproval' //审核
  732. },
  733. CODaccountManagApproval: {
  734. aprove: ctx + '/api/ticketProgrammeAccountService/approveProcess' //审核
  735. },
  736. CODbusinessoperationaccount: {
  737. getList: ctx + '/api/ticketProductAccountService/findLedgerCount', //查询列表
  738. getAvg: ctx + '/api/ticketProductAccountService/findLedgerTicketAvg' //获取avg
  739. },
  740. // 业务规则管理
  741. Businessrulemanagement: {
  742. find: ctx + '/api/businessRuleService/find', //查询列表
  743. create: ctx + '/api/businessRuleService/create', //新增
  744. delete: ctx + '/api/businessRuleService/delete', //删除
  745. update: ctx + '/api/businessRuleService/update', //修改
  746. findById: ctx + '/api/businessRuleService/findById' //查看详情
  747. },
  748. FIbusinessPlanManag: {
  749. //基金投资
  750. getList: ctx + '/api/fundProgrammeService/find', //查询列表
  751. getById: ctx + '/api/fundProgrammeService/getByid', //id查询
  752. getByIdList: ctx + '/api/fundProductService/getProductPageByProgrammeId',
  753. del: ctx + '/api/fundProductService/delete', //停用
  754. edit: ctx + '/api/fundProgrammeService/edit', //编辑
  755. add: ctx + '/api/fundProgrammeService/create', //增加
  756. getProgrammeSerialNo: ctx + '/api/fundProgrammeService/getProgrammeSerialNo', //获取方案编号
  757. getByid2: ctx + '/api/fundProductService/findByproductid', //获取产品详情
  758. edit2: ctx + '/api/fundProductService/update', //编辑产品
  759. sizeTrue: ctx + '/api/fundProgrammeService/updateQuotaCheck', //额度校验
  760. aprove: ctx + '/api/fundProgrammeService/addProgrammeApproval', //审核
  761. editResolution: ctx + '/api/fundProgrammeService/update', //修改上会状态
  762. findMeetinginfo: ctx + '/api/fundProgrammeService/findMeetinginfo', //查会议纪要和上会状态
  763. parseFile: ctx + '/api/fundProgrammeService/saveMeetinginfo', //上传会
  764. delMeetingFile: ctx + '/api/fundProgrammeService/deleteMeetinginfo', //删除会议
  765. submitNext: ctx + '/api/fundProgrammeService/submitNext' //跟新生成审批表状态
  766. },
  767. FIbusinessPlanApproval: {
  768. aprove: ctx + '/api/fundProgrammeService/approveProcess' //流程
  769. },
  770. FIbusinessOperation: {
  771. //业务操作
  772. getList: ctx + '/api/fundProgrammeBusiService/find', //查询列表
  773. getById: ctx + '/api/fundProductBusiService/getProductPageByProgrammeId', //id查询
  774. getByIdList: ctx + '/api/fundProgrammeService/getProductPageByProgrammeId',
  775. del: ctx + '/api/fundProgrammeService/delete', //停用
  776. edit: ctx + '/api/fundProductBusiService/update', //编辑
  777. add: ctx + '/api/fundProgrammeService/create', //增加
  778. findByproductid: ctx + '/api/fundProductBusiService/findByproductid', //获取方案编号
  779. aprove: ctx + '/api/fundProgrammeBusiService/addProgrammeApproval' //审核
  780. },
  781. FIbusinessOperationApproval: {
  782. aprove: ctx + '/api/fundProgrammeBusiService/approveProcess' //流程
  783. },
  784. FIaccountManag: {
  785. //台账
  786. getList: ctx + '/api/fundProductAccountService/find', //查询列表
  787. getById: ctx + '/api/fundProductAccountService/findByproductid', //id查询
  788. getByIdList: ctx + '/api/fundProgrammeAccountService/getProductPageByProgrammeId',
  789. edit: ctx + '/api/fundProductAccountService/update', //编辑
  790. aprove: ctx + '/api/fundProgrammeAccountService/addProgrammeApproval' //审核
  791. },
  792. FIaccountManagApproval: {
  793. aprove: ctx + '/api/fundProgrammeAccountService/approveProcess' //审核
  794. },
  795. FIcapitalReconciliation: {
  796. //资金对账
  797. getList: ctx + '/api/fundProductAccountService/findCountByName', //查询列表
  798. add: ctx + '/api/fundProductAccountService/createCountReport',
  799. getListP: ctx + '/api/fundProductAccountService/findLedgerCount',
  800. type: ctx + '/api/fundProductAccountService/findReportName',
  801. getDate: ctx + '/api/fundProductAccountService/findDatadatePurchase'
  802. },
  803. EIbusinessPlanManag: {
  804. //委托投资
  805. getList: ctx + '/api/commissionBusinessManager/find', //查询列表
  806. // getById: ctx + "/api/commissionBusinessManagerDetail/findById", //id查询
  807. getByIdList: ctx + '/api/commissionBusinessManagerDetail/findAll',
  808. del: ctx + '/api/commissionBusinessManagerDetail/delete', //停用
  809. // edit: ctx + "/api/commissionBusinessManager/create", //编辑
  810. add: ctx + '/api/commissionBusinessManager/create', //增加
  811. add2: ctx + '/api/commissionBusinessManagerDetail/create',
  812. // getProgrammeSerialNo: ctx + "/api/fundProgrammeService/getProgrammeSerialNo", //获取方案编号
  813. getByid2: ctx + '/api/commissionBusinessManagerDetail/findById', //获取产品详情
  814. edit2: ctx + '/api/commissionBusinessManagerDetail/update', //编辑产品
  815. sizeTrue: ctx + '/api/commissioBusinessOperating/checkBalance', //额度校验
  816. aprove: ctx + '/api/commissionBusinessManager/addProgrammeApproval', //审核
  817. makeNumber: ctx + '/api/commissionBusinessManager/makeNumber', //生成编码
  818. editResolution: ctx + '/api/commissionBusinessManager/update', //修改上会状态
  819. findMeetinginfo: ctx + '/api/commissionBusinessManager/findById', //查会议纪要和上会状态/api/commissionBusinessManager/findById
  820. parseFile: ctx + '/api/commissionBusinessManager/update', //上传会
  821. delMeetingFile: ctx + '/api/commissionBusinessManager/deleteMeetinginfo' //删除会议
  822. },
  823. EIbusinessPlanApproval: {
  824. aprove: ctx + '/api/commissionBusinessManager/approveProcess' //流程
  825. },
  826. EIbusinessOperation: {
  827. //业务操作
  828. getList: ctx + '/api/commissioBusinessOperating/find', //查询列表
  829. getById: ctx + '/api/commissioBusinessOperatingDetail/findAll', //id查询
  830. // getByIdList:ctx+'/api/commissioBusinessOperatingDetail/findAll',
  831. // del: ctx + "/api/fundProgrammeService/delet", //停用
  832. edit: ctx + '/api/commissioBusinessOperatingDetail/update', //编辑
  833. // add: ctx + "/api/fundProgrammeService/create", //增加
  834. findByproductid: ctx + '/api/commissioBusinessOperatingDetail/findById',
  835. aprove: ctx + '/api/commissioBusinessOperating/addProgrammeApproval', //审核
  836. isCheck: ctx + '/api/entrusterBankAccountService/checkQuate',
  837. accout: ctx + '/api/entrusterBankAccountService/find', //查询所有账户
  838. protocolContract: ctx + '/api/commissioBusinessOperatingDetailService/findprotocolNumberChildAndContract' //根据协议查合同
  839. },
  840. EIbusinessOperationApproval: {
  841. aprove: ctx + '/api/commissioBusinessOperating/approveProcess' //流程
  842. },
  843. EIaccountManag: {
  844. //台账
  845. getList: ctx + '/api/commissionAccount/find', //查询列表
  846. getById: ctx + '/api/commissionAccount/findById', //id查询
  847. // getByIdList:ctx+'/api/fundProgrammeAccountService/getProductPageByProgrammeId',
  848. edit: ctx + '/api/commissionAccount/update', //编辑
  849. aprove: ctx + '/api/commissionAccount/addProgrammeApproval' //审核
  850. },
  851. EIaccountManagApproval: {
  852. aprove: ctx + '/api/commissionAccount/approveProcess' //审核
  853. },
  854. EIinterestSupplement: {
  855. //投资补息业务
  856. getList: ctx + '/api/commissionInvestmentSupplement/find', //查询列表
  857. getById: ctx + '/api/commissionInvestmentSupplement/findById', //id查询
  858. upList: ctx + '/api/commissionInvestmentSupplement/update',
  859. seadMsg: ctx + '/api/commissionInvestmentSupplementService/sendSupplementData' //查询列表
  860. },
  861. EIfundSplitAccount: {
  862. //投资到期
  863. getList: ctx + '/api/commissionInvestmentExpire/find', //查询列表
  864. getById: ctx + '/api/commissionInvestmentExpire/findById', //id查询
  865. edit: ctx + '/api/commissionInvestmentExpire/update', //更新
  866. fundsRegistration: ctx + '/api/commissionInvestmentExpire/fundsRegistration', //资金登记
  867. fundsInfomation: ctx + '/api/commissionInvestmentExpire/fundsInfomation', //资金详情
  868. findAll: ctx + '/api/commissionInvestmentExpireDetailService/findAll', //投资到期列表findAll
  869. find: ctx + '/api/commissionInvestmentExpireDetailService/find', //投资到期补息业务find
  870. getById2: ctx + '/api/commissionInvestmentExpireDetailService/findById', //根据从表明细主键查询
  871. edit2: ctx + '/api/commissionInvestmentExpireDetailService/update', //从表更新
  872. aprove: ctx + '/api/commissionInvestmentExpire/addProgrammeApproval' //审核
  873. },
  874. EIfundSplitAccountApproval: {
  875. aprove: ctx + '/api/commissionInvestmentExpire/approveProcess' //审核
  876. }, //
  877. EIaccountingForFunds: {
  878. //资金入账
  879. aprove: ctx + '/api/commissionInvestmentAccountService/addProgrammeApproval' //添加审核
  880. },
  881. EIaccountingForFundsApproval: {
  882. //资金入账审核
  883. aprove: ctx + '/api/commissionInvestmentAccountService/approveProcess' //添加审核
  884. },
  885. EIcapitalReconciliation: {
  886. //资金对账
  887. getList: ctx + '/api/financeReconciliationService/find', //查询列表
  888. reconciliation: ctx + '/api/financeReconciliationService/reconciliation'
  889. },
  890. EIinterestAtMaturity: {
  891. //到期补息
  892. getList: ctx + '/api/commissionInvestmentExpireDetailService/find', //查询列表
  893. getById: ctx + '/api/commissionInvestmentExpireDetailService/findById',
  894. seadMsg: ctx + '/api/commissionInvestmentExpireDetailService/sendExpireData' //查询列表
  895. },
  896. protocolnumber: {
  897. //协议编号
  898. getList: ctx + '/api/commissionBusinessManagerDetailService/findByProgramNumber', //查询列表 新需求 LSY
  899. getList2: ctx + '/api/commissionProtocolNumber/find', //查询列表
  900. getById: ctx + '/api/commissionProtocolNumber/findById', //id查询
  901. edit: ctx + '/api/commissionProtocolNumber/update', //编辑
  902. add: ctx + '/api/commissionProtocolNumber/create', //增加
  903. type: ctx + '/api/commissionBusinessManagerDetail/findCommissionShortName', //根据业务查询未有协议编号的委托方名称
  904. addAprove: ctx + '/api/commissionProtocolNumber/addProgrammeApproval', //审核
  905. aprove: ctx + '/api/commissionProtocolNumber/approveProcess', //审核
  906. findCommissionNameAndCode: ctx + '/api/commissionFrameworkAgreementService/find', // 查询委投方编号和委投全称
  907. // findCommissionNameAndCode: ctx +'/api/commissionFrameworkAgreementService/findCommissionNameAndCode', // 查询委投方编号和委投全称
  908. findByAccountAndClassification: ctx + '/api/entrusterBankAccountService/findByAccountAndClassification', //查询账户
  909. frameworkAgreementNumber: ctx + '/api/commissionFrameworkAgreementService/find',
  910. findNumber: ctx + '/api/commissionBusinessManagerService/find', //
  911. commissionAll: ctx + '/api/commissionBusinessManagerDetailService/findAll', //
  912. commissionFind: ctx + '/api/commissionBusinessManagerDetailService/findCommissionBusinessManagerId', //查询对相应的方案编号
  913. xieyiNum: ctx + '/api/commissionProtocolNumberService/find', //查询所有的协议编号
  914. xieByid: ctx + '/api/commissionProtocolNumberService/findById', //查询协议编号的详细信息
  915. connext: ctx + '/api/commissionProtocolNumberService/findProtocolJoinProduct', //关联产品合同commissionProtocolNumberService
  916. contract: ctx + '/api/financeBusinessProduct/findByprogramNumberAndCounterparty', //关联产品协议
  917. agreement: ctx + '/api/commissionProtocolNumberService/findByShortName', //协议
  918. addProgrammeApproval: ctx + 'api/commissionProtocolNumber/addProgrammeApproval', //生成协议子编号 提交
  919. addAprove_new: ctx + '/api/commissionProtocolNumberService/addProgrammeApproval', //新换子协议编号 提交按钮
  920. aprove_new: ctx + '/api/commissionProtocolNumberService/approveProcess', //新换子协议编号 提交按钮
  921. updateIAmount: ctx + '/api/commissionProtocolNumberService/updateInvestmentAmount', //协议子协议编号提交
  922. noApprove: ctx + '/api/commissionProtocolNumberService/noApproval',
  923. amend_Deal: ctx + '/api/commissionProtocolNumberService/create' //修改协议接口
  924. },
  925. frameworkagreement: {
  926. //协议框架
  927. getList: ctx + '/api/commissionFrameworkAgreement/find', //查询列表
  928. getById: ctx + '/api/commissionFrameworkAgreement/findById', //id查询
  929. edit: ctx + '/api/commissionFrameworkAgreement/update', //编辑
  930. add: ctx + '/api/commissionFrameworkAgreement/create', //增加
  931. type: ctx + '/api/entrusterBankAccountService/findAccountAndName', //增加
  932. addAprove: ctx + '/api/commissionFrameworkAgreement/addProgrammeApproval', //发起审核
  933. aprove: ctx + '/api/commissionFrameworkAgreement/approveProcess' //审核
  934. },
  935. financeBusinessProduct: {
  936. //委投的产品信息
  937. getList: ctx + '/api/financeBusinessProduct/find', //查询列表
  938. getById: ctx + '/api/financeBusinessProduct/findById', //id查询
  939. edit: ctx + '/api/financeBusinessProduct/update', //编辑
  940. add: ctx + '/api/financeBusinessProduct/create' //增加
  941. },
  942. productManag: {
  943. //产品合同管理
  944. getList: ctx + '/api/financeBusinessProduct/find', //查询列表
  945. getById: ctx + '/api/financeBusinessProduct/findById', //id查询
  946. edit: ctx + '/api/financeBusinessProduct/update', //编辑
  947. add: ctx + '/api/financeBusinessProduct/create', //增加
  948. isTrue: ctx + '/api/productBusiService/findContractCode', //增加
  949. amend_Contract: ctx + '/api/financeBusinessProduct/update' //修改合同接口
  950. },
  951. findAdvice: {
  952. //审核意见常用
  953. getList: ctx + '/api/bondProgrammeService/findAdvice', //查询列表
  954. add: ctx + '/api/bondProgrammeService/addAdvice' //增加
  955. },
  956. // 同业划拨
  957. sameIndustry: {
  958. create: ctx + '/api/interbankFundTransferSuggestService/create', //新增划拨
  959. delete: ctx + '/api/interbankFundTransferSuggestService/delete', //删除划拨
  960. find: ctx + '/api/interbankFundTransferSuggestService/find', //查询划拨
  961. update: ctx + '/api/interbankFundTransferSuggestService/update', //修改划拨
  962. findById: ctx + '/api/interbankFundTransferSuggestService/findById', //修改划拨
  963. fundTransferList: ctx + '/api/interbankFundTransferSuggestService/saveRemarks', //保存备注
  964. createData: ctx + '/api/interbankFundTransferSuggestService/createByprogrammeParams' //根据资金业务建议创建划拨数据
  965. },
  966. // 资金划拨
  967. // 企业资金划拨
  968. enterprise: {
  969. getList: ctx + '/api/capitalOperateCompanyService/find', //列表查询
  970. addList: ctx + '/api/capitalOperateCompanyService/create', //创建划拨
  971. capitalFind: ctx + '/api/fundTransferCompanyService/find', //划拨查询
  972. delList: ctx + '/api/fundTransferCompanyService/delete', //划拨删除
  973. findById: ctx + '/api/fundTransferCompanyService/findById', //划拨查询单条
  974. update: ctx + '/api/fundTransferCompanyService/update', //编辑划拨
  975. nextEvevt: ctx + '/api/capitalOperateCompanyService/generateApprovalcode', //下一步事件
  976. updateById: ctx + '/api/capitalOperateCompanyService/updateById', // 修改审批方式
  977. addProgramme: ctx + '/api/capitalOperateCompanyService/addProgrammeApproval', //资金操作提交审批
  978. parseFile: ctx + '/api/capitalOperateCompanyService/saveMeetinginfo', //上传附件
  979. deleteMeetinginfo: ctx + '/api/capitalOperateCompanyService/deleteMeetinginfo', //附件删除
  980. approveProgramme: ctx + '/api/capitalOperateCompanyService/approveProcess', //资金操作提交 复审
  981. getTodoTask: ctx + '/api/processService/getTodoTask', //审批页 未处理
  982. finish: ctx + '/api/processService/findFinishedTaskInstances', //审批页 已处理
  983. logFind: ctx + '/api/investmentproductOperatingLogService/find', //划拨查询 记录
  984. detailFind: ctx + '/api/processService/getCommentsByProcinstid', //划拨查询 审批详情
  985. getProcessIntanceByPage: ctxForm + '/getProcessIntanceByPage', //
  986. delete: ctx + '/api/capitalOperateCompanyService/delete', //方案删除
  987. // 导出
  988. export: ctx + '/api/capitalOperateCompanyService/exportData'
  989. },
  990. // 同业资金划拨
  991. interBank: {
  992. find: ctx + '/api/capitalOperateTradeService/find', //列表查询
  993. Tradecreate: ctx + '/api/capitalOperateTradeService/create', //创建
  994. Tradedelete: ctx + '/api/fundTransferTradeService/delete', //删除
  995. TradeFind: ctx + '/api/fundTransferTradeService/find', //划拨查询
  996. updateById: ctx + '/api/capitalOperateTradeService/updateById', //x修改
  997. findById: ctx + '/api/fundTransferTradeService/findById', //划拨查询单条
  998. update: ctx + '/api/fundTransferTradeService/update', //编辑划拨
  999. logFind: ctx + '/api/investmentproductOperatingLogService/find', //划拨查询 记录
  1000. detailFind: ctx + '/api/processService/getCommentsByProcinstid', //划拨查询 审批详情
  1001. parseFile: ctx + '/api/capitalOperateTradeService/saveMeetinginfo', //上传附件
  1002. deleteMeetinginfo: ctx + '/api/capitalOperateTradeService/deleteMeetinginfo', //附件删除
  1003. generateNumbering: ctx + '/api/capitalOperateTradeService/generateApprovalcode', //生成审批编号
  1004. getProcessIntanceByPage: ctxForm + '/getProcessIntanceByPage', //
  1005. interBankAddApproval: ctx + '/api/capitalOperateTradeService/addProgrammeApproval', //审批 add
  1006. interBankApproval: ctx + '/api/capitalOperateTradeService/approveProcess', //审批 复评
  1007. getTodoTask: ctx + '/api/processService/getTodoTask', //审批页 未处理
  1008. finish: ctx + '/api/processService/findFinishedTaskInstances', //审批页 已处理
  1009. delete: ctx + '/api/capitalOperateTradeService/delete', //方案删除
  1010. aprove: ctx + '/api/programmeAccountService/addProgrammeApproval', //审核
  1011. history: ctx + '/api/productAccountService/findHistorydetail',
  1012. // 导出
  1013. export: ctx + '/api/capitalOperateTradeService/exportData'
  1014. },
  1015. ILbusinessPlanManag: {
  1016. //同业拆借
  1017. getList: ctx + '/api/borrowProgrammeService/find', //查询列表
  1018. delete: ctx + '/api/fundProgrammeService/delete', //删除方案 终止方案 注销方案
  1019. getById: ctx + '/api/borrowProgrammeService/getByid', //id查询
  1020. getByIdList: ctx + '/api/borrowProductService/getProductPageByProgrammeId',
  1021. del: ctx + '/api/borrowProductService/delete', //停用
  1022. edit: ctx + '/api/borrowProgrammeService/edit', //编辑
  1023. add: ctx + '/api/borrowProgrammeService/create', //增加
  1024. getProgrammeSerialNo: ctx + '/api/borrowProgrammeService/getProgrammeSerialNo', //获取方案编号
  1025. getByid2: ctx + '/api/borrowProductService/findByproductid', //获取产品详情
  1026. edit2: ctx + '/api/borrowProductService/update', //编辑产品
  1027. sizeTrue: ctx + '/api/borrowProgrammeService/updateQuotaCheck', //额度校验
  1028. aprove: ctx + '/api/borrowProgrammeService/addProgrammeApproval', //审核
  1029. editResolution: ctx + '/api/borrowProgrammeService/update', //修改上会状态
  1030. findMeetinginfo: ctx + '/api/borrowProgrammeService/findMeetinginfo', //查会议纪要和上会状态
  1031. parseFile: ctx + '/api/borrowProgrammeService/saveMeetinginfo', //上传会议纪要
  1032. delMeetingFile: ctx + '/api/borrowProgrammeService/deleteMeetinginfo', //删除会议
  1033. submitNext: ctx + '/api/borrowProgrammeService/submitNext', //跟新生成审批表状态
  1034. checkOnceRule: ctx + '/api/borrowProgrammeService/checkOnceRule' //单次校验接口 新增数据后 下一步前先校验下 再去定是否进行下一步
  1035. },
  1036. IDbusinessPlanManag: {
  1037. //同业存款
  1038. getList: ctx + '/api/depositProgrammeService/find', //查询列表
  1039. delete: ctx + '/api/fundProgrammeService/delete', //删除方案 终止方案 注销方案
  1040. getById: ctx + '/api/depositProgrammeService/getByid', //id查询
  1041. getByIdList: ctx + '/api/depositProductService/getProductPageByProgrammeId',
  1042. del: ctx + '/api/depositProductService/delete', //停用
  1043. edit: ctx + '/api/depositProgrammeService/edit', //编辑
  1044. add: ctx + '/api/depositProgrammeService/create', //增加
  1045. getProgrammeSerialNo: ctx + '/api/depositProgrammeService/getProgrammeSerialNo', //获取方案编号
  1046. getByid2: ctx + '/api/depositProductService/findByproductid', //获取产品详情
  1047. edit2: ctx + '/api/depositProductService/update', //编辑产品
  1048. sizeTrue: ctx + '/api/depositProgrammeService/updateQuotaCheck', //额度校验
  1049. aprove: ctx + '/api/depositProgrammeService/addProgrammeApproval', //审核
  1050. editResolution: ctx + '/api/depositProgrammeService/update', //修改上会状态
  1051. findMeetinginfo: ctx + '/api/depositProgrammeService/findMeetinginfo', //查会议纪要和上会状态
  1052. parseFile: ctx + '/api/depositProgrammeService/saveMeetinginfo', //上传会议
  1053. delMeetingFile: ctx + '/api/depositProgrammeService/deleteMeetinginfo', //删除会议
  1054. submitNext: ctx + '/api/depositProgrammeService/submitNext', //跟新生成审批表状态
  1055. findMyPriceInquiry: ctx + '/api/priceInquiry/findMyPriceInquiry', //导入报价数据列表
  1056. findByPriceinquiryId: ctx + '/api/depositProgrammeService/findByPriceinquiryId', //导入报价数据
  1057. getInvestenddate: ctx + '/api/depositProgrammeService/getInvestenddate', //导入报价数据后 下一步需要调的接口
  1058. checkOnceRule: ctx + '/api/depositProgrammeService/checkOnceRule', //单次校验接口 新增数据后 下一步前先校验下 再去定是否进行下一步
  1059. deleteByProgramme: ctx + '/api/interbankFundTransferSuggestService/deleteByProgrammeid' // 删除所有划拨数据
  1060. },
  1061. PRRbusinessPlanManag: {
  1062. //质押式逆回购
  1063. getList: ctx + '/api/pledgeProgrammeService/find', //查询列表
  1064. delete: ctx + '/api/fundProgrammeService/delete', //删除方案 终止方案 注销方案
  1065. getById: ctx + '/api/pledgeProgrammeService/getByid', //id查询
  1066. getByIdList: ctx + '/api/pledgeProductService/getProductPageByProgrammeId',
  1067. del: ctx + '/api/pledgeProductService/delete', //停用
  1068. edit: ctx + '/api/pledgeProgrammeService/edit', //编辑
  1069. add: ctx + '/api/pledgeProgrammeService/create', //增加
  1070. getProgrammeSerialNo: ctx + '/api/pledgeProgrammeService/getProgrammeSerialNo', //获取方案编号
  1071. getByid2: ctx + '/api/pledgeProductService/findByproductid', //获取产品详情
  1072. edit2: ctx + '/api/pledgeProductService/update', //编辑产品
  1073. sizeTrue: ctx + '/api/pledgeProgrammeService/updateQuotaCheck', //额度校验
  1074. aprove: ctx + '/api/pledgeProgrammeService/addProgrammeApproval', //审核
  1075. editResolution: ctx + '/api/pledgeProgrammeService/update', //修改上会状态
  1076. findMeetinginfo: ctx + '/api/pledgeProgrammeService/findMeetinginfo', //查会议纪要和上会状态
  1077. parseFile: ctx + '/api/pledgeProgrammeService/saveMeetinginfo', //上传会议
  1078. delMeetingFile: ctx + '/api/pledgeProgrammeService/deleteMeetinginfo', //删除会议
  1079. submitNext: ctx + '/api/pledgeProgrammeService/submitNext', //跟新生成审批表状态
  1080. checkOnceRule: ctx + '/api/pledgeProgrammeService/checkOnceRule' //单次校验接口 新增数据后 下一步前先校验下 再去定是否进行下一步
  1081. },
  1082. // 交易所质押式报价回购
  1083. PQRbusinessPlanManag: {
  1084. getList: ctx + '/api/exchangePledgeQuoteProgrammeService/find', //查询列表
  1085. delete: ctx + '/api/fundProgrammeService/delete', //删除方案 终止方案 注销方案
  1086. getById: ctx + '/api/exchangePledgeQuoteProgrammeService/getByid', //id查询
  1087. getByIdList: ctx + '/api/exchangePledgeQuoteProductService/getProductPageByProgrammeId',
  1088. del: ctx + '/api/exchangePledgeQuoteProductService/delete', //停用
  1089. edit: ctx + '/api/exchangePledgeQuoteProgrammeService/edit', //编辑
  1090. add: ctx + '/api/exchangePledgeQuoteProgrammeService/create', //增加
  1091. getProgrammeSerialNo: ctx + '/api/exchangePledgeQuoteProgrammeService/getProgrammeSerialNo', //获取方案编号
  1092. getByid2: ctx + '/api/exchangePledgeQuoteProductService/findByproductid', //获取产品详情
  1093. edit2: ctx + '/api/exchangePledgeQuoteProductService/update', //编辑产品
  1094. sizeTrue: ctx + '/api/exchangePledgeQuoteProgrammeService/updateQuotaCheck', //额度校验
  1095. aprove: ctx + '/api/exchangePledgeQuoteProgrammeService/addProgrammeApproval', //审核
  1096. editResolution: ctx + '/api/exchangePledgeQuoteProgrammeService/update', //修改上会状态
  1097. findMeetinginfo: ctx + '/api/exchangePledgeQuoteProgrammeService/findMeetinginfo', //查会议纪要和上会状态
  1098. parseFile: ctx + '/api/exchangePledgeQuoteProgrammeService/saveMeetinginfo', //上传会议
  1099. delMeetingFile: ctx + '/api/exchangePledgeQuoteProgrammeService/deleteMeetinginfo', //删除会议
  1100. submitNext: ctx + '/api/exchangePledgeQuoteProgrammeService/submitNext', //跟新生成审批表状态
  1101. checkOnceRule: ctx + '/api/exchangePledgeQuoteProgrammeService/checkOnceRule' //单次校验接口 新增数据后 下一步前先校验下 再去定是否进行下一步
  1102. },
  1103. PQRbusinessPlanApproval: {
  1104. aprove: ctx + '/api/exchangePledgeQuoteProgrammeService/approveProcess' //流程
  1105. },
  1106. PQRbusinessOperation: {
  1107. //业务操作
  1108. getList: ctx + '/api/exchangePledgeQuoteProgrammeBusiService/find', //查询列表
  1109. getByIdList: ctx + '/api/exchangePledgeQuoteProgrammeBusiService/getProductPageByProgrammeId',
  1110. del: ctx + '/api/exchangePledgeQuoteProgrammeBusiService/delete', //停用
  1111. add: ctx + '/api/exchangePledgeQuoteProgrammeBusiService/create', //增加
  1112. aprove: ctx + '/api/exchangePledgeQuoteProgrammeBusiService/addProgrammeApproval', //审核
  1113. findByproductid: ctx + '/api/exchangePledgeQuoteProductBusiService/findByproductid', //获取方案编号
  1114. getById: ctx + '/api/exchangePledgeQuoteProductBusiService/getProductPageByProgrammeId', //id查询
  1115. edit: ctx + '/api/exchangePledgeQuoteProductBusiService/update', //编辑
  1116. getPDF: ctx + '/api/exchangePledgeQuoteProgrammeService/parse',
  1117. isTrueCheckFile: ctx + '/api/exchangePledgeQuoteProductBusiService/isTrueCheckFile', //检验数据 同业拆借-业务操作-编辑-上传文件后
  1118. logFind: ctx + '/api/investmentproductOperatingLogService/find', //操作日志记录查询
  1119. logApprove: ctx + '/api/processService/getCommentsByProcinstid', //审批详情记录查询
  1120. },
  1121. PQRbusinessOperationApproval: {
  1122. aprove: ctx + '/api/exchangePledgeQuoteProgrammeBusiService/approveProcess' //流程
  1123. },
  1124. PQRaccountManag: {
  1125. //台账
  1126. getList: ctx + '/api/exchangePledgeQuoteProductAccountService/find', //查询列表
  1127. getById: ctx + '/api/exchangePledgeQuoteProductAccountService/findByproductid', //id查询
  1128. getByIdList: ctx + '/api/exchangePledgeQuoteProductAccountService/getProductPageByProgrammeId',
  1129. create: ctx + '/api/exchangePledgeQuoteProductAccountService/create', //编辑
  1130. edit: ctx + '/api/exchangePledgeQuoteProductAccountService/update', //编辑
  1131. aprove: ctx + '/api/exchangePledgeQuoteProgrammeAccountService/addProgrammeApproval' ,//审核
  1132. findFormwork: ctx + '/api/importLedgerFrameworkService/findNewestFormwork', // 批量新增 查询模板
  1133. uploadFile: ctx + '/api/importLedgerFrameworkService/uploadFile', //批量新增 上传
  1134. importData: ctx + '/api/exchangePledgeQuoteProductAccountService/importData', //批量新增 下一步
  1135. delete: ctx + '/api/exchangePledgeQuoteProductAccountService/delete'// 台账作废
  1136. },
  1137. PQRaccountManagApproval: {
  1138. aprove: ctx + '/api/exchangePledgeQuoteProgrammeAccountService/approveProcess' //审核
  1139. },
  1140. PQRstatisticsOfAccount: {
  1141. getList: 'api/exchangePledgeQuoteProductAccountService/findLedgerCount'
  1142. },
  1143. CODbusinessPlanManag: {
  1144. //同业存单
  1145. getList: ctx + '/api/ticketProgrammeService/find', //查询列表
  1146. delete: ctx + '/api/fundProgrammeService/delete', //删除方案 终止方案 注销方案
  1147. getById: ctx + '/api/ticketProgrammeService/getByid', //id查询
  1148. getByIdList: ctx + '/api/ticketProductService/getProductPageByProgrammeId',
  1149. del: ctx + '/api/ticketProductService/delete', //停用
  1150. edit: ctx + '/api/ticketProgrammeService/edit', //编辑
  1151. add: ctx + '/api/ticketProgrammeService/create', //增加
  1152. getProgrammeSerialNo: ctx + '/api/ticketProgrammeService/getProgrammeSerialNo', //获取方案编号
  1153. getByid2: ctx + '/api/ticketProductService/findByproductid', //获取产品详情
  1154. edit2: ctx + '/api/ticketProductService/update', //编辑产品
  1155. sizeTrue: ctx + '/api/ticketProgrammeService/updateQuotaCheck', //额度校验
  1156. aprove: ctx + '/api/ticketProgrammeService/addProgrammeApproval', //审核
  1157. editResolution: ctx + '/api/ticketProgrammeService/update', //修改上会状态
  1158. findMeetinginfo: ctx + '/api/ticketProgrammeService/findMeetinginfo', //查会议纪要和上会状态
  1159. parseFile: ctx + '/api/ticketProgrammeService/saveMeetinginfo', //上传会议
  1160. delMeetingFile: ctx + '/api/ticketProgrammeService/deleteMeetinginfo', //删除会议
  1161. submitNext: ctx + '/api/ticketProgrammeService/submitNext', //跟新生成审批表状态
  1162. checkOnceRule: ctx + '/api/ticketProgrammeService/checkOnceRule' //单次校验接口 新增数据后 下一步前先校验下 再去定是否进行下一步
  1163. },
  1164. storageMeetingFile: {
  1165. add: ctx + '/api/meetingFileService/create' //添加会议纪要
  1166. },
  1167. //货币基金
  1168. moneyFund: {
  1169. find: ctx + '/api/fundProgrammeService/find', //查询数据
  1170. delete: ctx + '/api/fundProgrammeService/delete', //删除方案 终止方案 注销方案
  1171. createList: ctx + '/api/fundProgrammeService/create', //新增编号
  1172. aboutList: ctx + '/api/fundProductService/getProductPageByProgrammeId', //查询编号
  1173. findByproductid: ctx + '/api/fundProductService/findByproductid', //查看单条草案
  1174. updateList: ctx + '/api/fundProductService/update', //修改编号 提交
  1175. deleteFund: ctx + '/api/fundProductService/delete', //删除编号
  1176. getProgrammeSerialNo: ctx + '/api/fundProgrammeService/getProgrammeSerialNo', //生成方案编号
  1177. parseFile: ctx + '/api/programmeService/saveMeetinginfo', //上传会议纪要
  1178. updateQuotaCheck: ctx + '/api/fundProgrammeService/updateQuotaCheck', //额度校验
  1179. editResolution: ctx + '/api/fundProgrammeService/update', //修改上会状态
  1180. addContent: ctx + '/api/fundProgrammeService/updateResolution', //上传会议和富文本
  1181. projectaddApproval: ctx + '/api/fundProgrammeService/addProgrammeApproval', //业务方案审批 add
  1182. projectApproval: ctx + '/api/fundProgrammeService/approveProcess', //业务方案审批 复评
  1183. getFindById: ctx + '/api/fundProgrammeService/findById', //审批页 附件 是否上会纪要
  1184. moneylFind: ctx + '/api/capitalOperateService/find', //资金业务管理 查询
  1185. capitalCreate: ctx + '/api/capitalOperateService/create', //新增划拨 新建
  1186. capitalListDelete: ctx + '/api/capitalOperateService/delete', //新增划拨 删除
  1187. capitalDelete: ctx + '/api/fundTransferService/delete', //新增划拨 删除
  1188. capitalFind: ctx + '/api/fundTransferService/find', //新增划拨 查询
  1189. getProgrammeCodeList: ctx + '/api/programmeService/getProgrammeCodeList', //查询 货基 业务方案
  1190. capitaladdApproval: ctx + '/api/capitalOperateService/addProgrammeApproval', //资金业务审批 add
  1191. capitalApproval: ctx + '/api/capitalOperateService/approveProcess', //资金业务审批 复评
  1192. capitalSerialno: ctx + '/api/capitalOperateService/getProgrammeApprovalserialno', //生成资金业务编号
  1193. capitalLogFind: ctx + '/api/investmentproductOperatingLogService/find', //修改记录查询
  1194. logApprove: ctx + '/api/processService/getCommentsByProcinstid', //审批详情记录查询
  1195. operationList: ctx + '/api/fundProgrammeBusiService/find', //货基 业务操作 列表
  1196. dealList: ctx + '/api/fundProductBusiService/getProductPageByProgrammeId', //根据方案id查询货基信息
  1197. dealFindByproductid: ctx + '/api/fundProductBusiService/findByproductid', //货基 交易信息 单条查询
  1198. dealupdateByproductid: ctx + '/api/fundProductBusiService/update', //货基 交易信息 单条修改
  1199. operationaddApproval: ctx + '/api/fundProgrammeBusiService/addProgrammeApproval', //业务操作审批 add
  1200. operationApproval: ctx + '/api/fundProgrammeBusiService/approveProcess', //业务操作审批 复评
  1201. accountFindList: ctx + '/api/fundProductAccountService/find', //台账管理 列表
  1202. accountFindListdelete: ctx + '/api/fundProductAccountService/delete', //台账管理 列表作废
  1203. accountCreate: ctx + '/api/fundProductAccountService/create', //台账管理 新增
  1204. accountFindById: ctx + '/api/fundProductAccountService/findByproductid', //台账管理 单条 查询
  1205. accountUpdate: ctx + '/api/fundProductAccountService/update', //台账管理 修改
  1206. accountaddApproval: ctx + '/api/fundProgrammeAccountService/addProgrammeApproval', //台账管理 审批add
  1207. accountProcesslApproval: ctx + '/api/fundProgrammeAccountService/approveProcess', //台账管理 审批 复评
  1208. netWorthFind: ctx + '/api/netWorthService/find', //资产净值台账 查询
  1209. netWorthCreate: ctx + '/api/netWorthService/create', //资产净值台账 新增
  1210. netWorthfindById: ctx + '/api/netWorthService/findById', //资产净值台账 单条查询
  1211. findBySuperiorId: ctx + '/api/netWorthService/findBySuperiorId', //资产净值台账 审批查询
  1212. netWorthUpdate: ctx + '/api/netWorthService/update', //资产净值台账 修改
  1213. netWorthDelete: ctx + '/api/netWorthService/delete', //资产净值台账 删除
  1214. netWorthaddApproval: ctx + '/api/netWorthService/addProgrammeApproval', //资产净值台账 审批 add
  1215. netWorthApproval: ctx + '/api/netWorthService/approveProcess', //资产净值台账 审批 复评
  1216. getnetWorthServicno: ctx + '/api/netWorthService/getProgrammeApprovalserialno', //资产净值台账 生成编号
  1217. uploadDataFile: ctx + '/api/importLedgerFrameworkService/uploadFile', // 批量新增 上传文件
  1218. importData: ctx + '/api/fundProductAccountService/importData', // 批量新增 上传文件 下一步 货基台账
  1219. netWorthimportData: ctx + '/api/netWorthService/importData', // 批量新增 上传文件 下一步 净值台账
  1220. findFormwork: ctx + '/api/importLedgerFrameworkService/findNewestFormwork', // 批量新增 查询模板
  1221. findFundByCode: ctx + '/api/netWorthService/findFundByCode', //,输入基金代码,调用此接口
  1222. getTodoTask: ctx + '/api/processService/getTodoTask', //审批页 未审批数据
  1223. finish: ctx + '/api/processService/findFinishedTaskInstances', //审批页面 已审批数据
  1224. findByCodeAndName: ctx + '/api/windFundSurveyService/findByCodeAndName', //过去所有基金代码
  1225. thawQuota: ctx + '/api/frozenQuotaService/thawQuota', //解冻额度
  1226. windFind: ctx + '/api/windFundSurveyService/find', //wind数据
  1227. findFile: ctx + '/api/fundProgrammeService/findMeetingFileAndAdvice', //显示业务操作建议和会议纪要数据
  1228. checkOnceRule: ctx + '/api/fundProgrammeService/checkOnceRule', //单次校验接口 新增数据后 下一步前先校验下 再去定是否进行下一步
  1229. //同业拆借资金回收管理和审批
  1230. findRecycle: ctx + '/api/fundProgrammeAccountRecycleService/find', // 资金回收管理-查询
  1231. create: ctx + '/api/fundProgrammeAccountRecycleService/create', // 资金回收管理-新增回款-下一步
  1232. update: ctx + '/api/fundProgrammeAccountRecycleService/update', // 资金回收管理-新增回款-下一步
  1233. findById: ctx + '/api/fundProgrammeAccountRecycleService/findById', // 修改和查看页面初始化
  1234. addApprove: ctx + '/api/fundProgrammeAccountRecycleService/addProgrammeApproval ', // ADD首次 审批
  1235. approveProcess: ctx + '/api/fundProgrammeAccountRecycleService/approveProcess ', // 审批
  1236. deleteRecycle: ctx + '/api/fundProgrammeAccountRecycleService/delete' //资金回收管理-作废
  1237. },
  1238. // 交易所国债逆回购
  1239. nationalReverse: {
  1240. find: ctx + '/api/nationalbondProgrammeService/find', //查询数据
  1241. create: ctx + '/api/nationalbondProgrammeService/create', //新增数据
  1242. findProduct: ctx + '/api/nationalbondProductService/find', //查询草案
  1243. getQuotaCheck: ctx + '/api/nationalbondProgrammeService/findById', //查询获取额度校验
  1244. deleteProduct: ctx + '/api/nationalbondProductService/delete', //删除草案
  1245. findByIdProduct: ctx + '/api/nationalbondProductService/findById', //查看单条草案
  1246. updateProduct: ctx + '/api/nationalbondProductService/update', //修改草案 提交
  1247. updateQuotaCheck: ctx + '/api/nationalbondProgrammeService/updateQuotaCheck', //额度校验
  1248. createTransfer: ctx + '/api/interbankFundTransferSuggestService/create', //新增划拨
  1249. deleteTransfer: ctx + '/api/interbankFundTransferSuggestService/delete', //删除划拨
  1250. findTransfe: ctx + '/api/interbankFundTransferSuggestService/find', //查询划拨
  1251. checkOnceRule: ctx + '/api/nationalbondProgrammeService/checkOnceRule', //下一步 单次规则校验
  1252. generateProgrammecode: ctx + '/api/nationalbondProgrammeService/generateProgrammecode', //生成方案编号
  1253. getProgrammecodeById: ctx + '/api/nationalbondProgrammeService/getProgrammecodeById', //查看 方案编号 审批编号
  1254. sqlUpdate: ctx + '/api/nationalbondProgrammeService/update', //处理审批sql 报错问题
  1255. addProgrammeApproval: ctx + '/api/nationalbondProgrammeService/addProgrammeApproval', //提交审核
  1256. approveProcess: ctx + '/api/nationalbondProgrammeService/approveProcess', //复审
  1257. delete: ctx + '/api/fundProgrammeService/delete', //删除方案 终止方案 注销方案
  1258. logFind: ctx + '/api/investmentproductOperatingLogService/find', //操作日志记录查询
  1259. logApprove: ctx + '/api/processService/getCommentsByProcinstid', //审批详情记录查询
  1260. operationList: ctx + '/api/nationalbondProgrammeBusiService/find', //业务操作 列表
  1261. findByinvestId: ctx + '/api/meeingFileService/findByinvestId', //业务操作 查询对应方案下的 会议纪要
  1262. operationAdd: ctx + '/api/nationalbondProductBusiService/find', //业务操作 编辑
  1263. operationUpdate: ctx + '/api/nationalbondProductBusiService/update', //业务操作 编辑后提交
  1264. addBusiApproval: ctx + '/api/nationalbondProgrammeBusiService/addProgrammeApproval', //业务操作 审批add
  1265. approveBusiProcess: ctx + '/api/nationalbondProgrammeBusiService/approveProcess', //业务操作 审批复审
  1266. accountFind: ctx + '/api/nationalbondProductAccountService/find', //台账管理 查询
  1267. accountCreate: ctx + '/api/nationalbondProductAccountService/create', //台账管理 新增
  1268. accountFindById: ctx + '/api/nationalbondProductAccountService/findById', //台账管理 查看
  1269. accountUpdate: ctx + '/api/nationalbondProductAccountService/update', //台账管理 修改
  1270. // changeDataStatus: ctx + '/api/nationalbondProductAccountService/changeDataStatus', //台账管理 作废
  1271. changeDataDelete: ctx + '/api/nationalbondProductAccountService/delete', //台账管理 作废 新
  1272. accountAddApproval: ctx + '/api/nationalbondProgrammeAccountService/addProgrammeApproval', //台账管理 审批add
  1273. accountProcesslApproval: ctx + '/api/nationalbondProgrammeAccountService/approveProcess', //台账管理 审批复审
  1274. LogServiceFind: ctx + '/api/investmentproductOperatingLogService/find', //台账管理 修改记录
  1275. findFormwork: ctx + '/api/importLedgerFrameworkService/findNewestFormwork', // 批量新增 查询模板
  1276. uploadDataFile: ctx + '/api/importLedgerFrameworkService/uploadFile', // 批量新增 上传文件
  1277. saveFileinfo: ctx + '/api/nationalbondProgrammeService/saveFileinfo', // 上传成交单文件
  1278. importData: ctx + '/api/nationalbondProductAccountService/importData', // 批量新增 上传文件 下一步
  1279. getTodoTask: ctx + '/api/processService/getTodoTask', //审批页面 未审批数据
  1280. finish: ctx + '/api/processService/findFinishedTaskInstances', //审批页面 已审批数据
  1281. thawQuota: ctx + '/api/frozenQuotaService/thawQuota', //解冻额度
  1282. getServiceCharge: ctx + '/api/nationalbondProgrammeService/getServiceCharge' //查询费率
  1283. },
  1284. //会议纪要管理
  1285. meetingManagement: {
  1286. create: ctx + '/api/meetingFileService/create', //新增数据
  1287. findAll: ctx + '/api/meetingFileService/findAll', //查询所有数据
  1288. findById: ctx + '/api/meetingFileService/findById', //根据id查询数据
  1289. update: ctx + '/api/meetingFileService/update', //修改数据
  1290. delete: ctx + '/api/meetingFileService/delete', //删除数据
  1291. getProgrammeCodeList: ctx + '/api/programmeService/getProgrammeCodeList' //新增数据 前先调这个 查业务方案
  1292. },
  1293. // 同业业务
  1294. InterbankLending: {
  1295. // 同业拆借
  1296. findAll: ctx + '/api/borrowProductBusiService/settlementBusiness', //查询所有数据
  1297. // 质押式回购
  1298. collateralisedRepo: ctx + '/api/pledgeProductBusiService/settlementBusiness', //查询所有数据
  1299. // 同业存单
  1300. interbankDepositCertificate: ctx + '/api/ticketProductBusiService/settlementBusiness', //查询所有数据
  1301. // 交易所回购
  1302. bondRepurchase: ctx + '/api/nationalbondProductAccountService/find', //查询所有数据
  1303. // 存放同业
  1304. depositWithPeers: ctx + '/api/depositProductBusiService/settlementBusiness' //查询所有数据
  1305. },
  1306. // 自营投资
  1307. selfInvestmentMg: {
  1308. // 银行理财
  1309. bankFinancing: ctx + '/api/productBusiService/settlementBusiness', //查询所有数据
  1310. // 货币基金
  1311. monetaryFund: ctx + '/api/fundProductAccountService/find' //查询所有数据
  1312. },
  1313. // 基准利率管理
  1314. benchmarkInterestRateMg: {
  1315. getInterestRate: ctx + '/api/windDepositRateService/findFinanceCompanyRate', //查询财务公司存款利率
  1316. // 保存修改数据
  1317. preservationData: ctx + '/api/windDepositRateService/updateFinanceCompanyRate',
  1318. // 查询历史记录
  1319. historicalRecord: ctx + '/api/investmentproductOperatingLogService/find'
  1320. },
  1321. // 常用模板管理
  1322. templateManagement: {
  1323. getList: ctx + '/api/importLedgerFramework/find',
  1324. // 添加导入模板
  1325. addTemplate: ctx + '/api/importLedgerFrameworkService/create',
  1326. // 删除
  1327. delTemplate: ctx + '/api/importLedgerFrameworkService/delete',
  1328. // 获取历史数据
  1329. oldUpdate: ctx + '/api/investmentproductOperatingLogService/find'
  1330. },
  1331. // 手动维护
  1332. manualMaintenanceMg: {
  1333. // 金融获取数据列表
  1334. getList: ctx + '/api/financialQuotaManualService/findFinancialProduct',
  1335. // 金融新增额度
  1336. addFinanceList: ctx + '/api/financialQuotaManualService/createFinancialProduct',
  1337. // 金融根据id查询
  1338. findByProductQuotaId: ctx + '/api/financialQuotaManualService/findByProductQuotaId',
  1339. // 修改金融产品
  1340. editByProduct: ctx + '/api/financialQuotaManualService/updateFinancialProduct',
  1341. // 查询具体品种
  1342. findVarietiesList: ctx + '/api/investmentRiskClassifyService/findByInvestmentProjects',
  1343. // 删除金融产品
  1344. delByProduct: ctx + '/api/financialQuotaManualService/delete',
  1345. // 获取老的历史记录
  1346. oldProductList: ctx + '/api/investmentproductOperatingLogService/find',
  1347. // 交易对手新增额度占用
  1348. addList: ctx + '/api/financialQuotaManualService/createFinancialCounterparty',
  1349. // 交易对手根据id查询
  1350. findByCounterpartyQuotaId: ctx + '/api/financialQuotaManualService/findByCounterpartyQuotaId',
  1351. // 查询交易对手列表
  1352. findCounterpartyList: ctx + '/api/financialQuotaManualService/findFinancialCounterparty',
  1353. // 修改交易对手
  1354. editCounterpartyInfo: ctx + '/api/financialQuotaManualService/updateFinancialCounterparty'
  1355. },
  1356. // 监管规则标准设定
  1357. regulationRules: {
  1358. //** 特殊目的载体 */
  1359. // 获取特殊目的载体列表
  1360. getSpecialPurposeList: ctx + '/api/specialPurposeEntityService/find',
  1361. // 创建特殊目的载体
  1362. create: ctx + '/api/specialPurposeEntityService/create',
  1363. // 查询特殊目的载体
  1364. findById: ctx + '/api/specialPurposeEntityService/findById',
  1365. // 修改特殊目载体
  1366. updateByid: ctx + '/api/specialPurposeEntityService/update',
  1367. // 删除特殊目的载体
  1368. delete: ctx + '/api/specialPurposeEntityService/delete',
  1369. // 查询修改记录
  1370. findOldData: ctx + '/api/investmentproductOperatingLogService/find'
  1371. },
  1372. // 投资风险限额分类设定 Investment risk limit setting
  1373. investmentSetting: {
  1374. find: ctx + '/api/investmentRiskClassifyService/find', // 列表页查询
  1375. delete: ctx + '/api/investmentRiskClassifyService/delete', // 删除
  1376. create: ctx + '/api/investmentRiskClassifyService/create', // 新增
  1377. findById: ctx + '/api/investmentRiskClassifyService/findById', // 查看
  1378. update: ctx + '/api/investmentRiskClassifyService/update', // 更新
  1379. getVarieties: ctx + '/api/investmentRiskClassifyService/getVarieties', // 新增的时候,获取下面的产品的时候,调用的
  1380. findByInvestmentProjects: ctx + '/api/investmentRiskClassifyService/findByInvestmentProjects', // 根据产品查具体品种
  1381. findLog: ctx + '/api/investmentproductOperatingLogService/find' // 修改记录
  1382. },
  1383. // 监管额度设定 Regulatory limit setting
  1384. Regulatory: {
  1385. find: ctx + '/api/industryregulationlimitsService/find', // 列表页查询
  1386. logApprove: ctx + '/api/processService/getCommentsByProcinstid', //审批详情记录查询
  1387. delete: ctx + '/api/industryregulationlimitsService/delete', // 删除
  1388. addOne: ctx + '/api/industryregulationlimitsService/addOne', // 新增 单条
  1389. create: ctx + '/api/industryregulationlimitsService/create', // 新增
  1390. addProgrammeApproval: ctx + '/api/creditassessmentstandardsService/addProgrammeApproval', // 审批 add
  1391. approveProcess: ctx + '/api/creditassessmentstandardsService/approveProcess', // 审批 复评
  1392. getTodoTask: ctx + '/api/processService/getTodoTask', //审批页面 未审批数据
  1393. finish: ctx + '/api/processService/findFinishedTaskInstances', //审批页面 已审批数据
  1394. findById: ctx + '/api/industryregulationlimitsService/findById', // 查看
  1395. update: ctx + '/api/industryregulationlimitsService/update', // 更新
  1396. LogFind: ctx + '/api/investmentproductOperatingLogService/find' //修改记录
  1397. },
  1398. // 集团额度设定 Group quota setting
  1399. Groupquota: {
  1400. find: ctx + '/api/blocWhiteListService/find', // 列表页查询
  1401. logApprove: ctx + '/api/processService/getCommentsByProcinstid', //审批详情记录查询
  1402. delete: ctx + '/api/blocWhiteListService/delete', // 删除
  1403. addOne: ctx + '/api/blocWhiteListService/addBlocWhiteList', // 新增 单条
  1404. create: ctx + '/api/blocWhiteListService/create', // 新增
  1405. addProgrammeApproval: ctx + '/api/creditassessmentstandardsService/addProgrammeApproval', // 审批 add
  1406. approveProcess: ctx + '/api/creditassessmentstandardsService/approveProcess', // 审批 复评
  1407. getTodoTask: ctx + '/api/processService/getTodoTask', //审批页面 未审批数据
  1408. finish: ctx + '/api/processService/findFinishedTaskInstances', //审批页面 已审批数据
  1409. findById: ctx + '/api/blocWhiteListService/findById', // 查看
  1410. update: ctx + '/api/blocWhiteListService/update', // 更新
  1411. LogFind: ctx + '/api/investmentproductOperatingLogService/find' //修改记录
  1412. },
  1413. // 投资项目设定 Investment project setting
  1414. RegulatoryProject: {
  1415. find: ctx + '/api/investmentingService/find', // 列表页查询
  1416. delete: ctx + '/api/investmentingService/delete', // 删除
  1417. create: ctx + '/api/investmentingService/create', // 新增
  1418. findById: ctx + '/api/investmentingService/findById', // 查看
  1419. update: ctx + '/api/investmentingService/update', // 更新
  1420. findLog: ctx + '/api/investmentproductOperatingLogService/find' // 修改记录
  1421. },
  1422. /** 资产支持证券 */
  1423. // 台账管理
  1424. assetBackedSecurities_Ledger: {
  1425. find: ctx + '/api/assetsBackedSecurityLedgerService/find', // 列表页查询
  1426. create: ctx + '/api/assetsBackedSecurityLedgerService/create', // 新增
  1427. ledgerAddApproval: ctx + '/api/assetsBackedSecurityLedgerService/addProgrammeApproval', //首次审批
  1428. approveProcess: ctx + '/api/assetsBackedSecurityLedgerService/approveProcess', //审批
  1429. findLedgerInfo: ctx + '/api/assetsBackedSecurityLedgerService/findById', //查询台账详情
  1430. update: ctx + '/api/assetsBackedSecurityLedgerService/update', // 修改
  1431. delete: ctx + '/api/assetsBackedSecurityLedgerService/delete', // 修改
  1432. findProgramCodeAndProductCode: ctx + '/api/assetsBackedSecurityLedgerService/findProgramCodeAndProductCode', // 查询方案编号和产品编号
  1433. // 台账操作审批
  1434. operationApproval: ctx + '/api/assetsBackedSecurityLedgerService/approveProcess', //审批
  1435. getProcessIntanceByPage: ctxForm + '/getProcessIntanceByPage',
  1436. findNewestFormwork: ctx + '/api/importLedgerFrameworkService/findNewestFormwork', //批量新增 查询
  1437. uploadFile: ctx + '/api/importLedgerFrameworkService/uploadFile', //批量新增 上传
  1438. // getTodoTask: ctx + '/api/processService/getTodoTask', //批量新增 下载
  1439. importData: ctx + '/api/assetsBackedSecurityLedgerService/importData' //批量新增 下一步
  1440. },
  1441. // 资金回收
  1442. assetBackedSecurities_Recovery: {
  1443. find: ctx + '/api/assetsBackedSecurityRecycleService/find', // 列表页查询
  1444. create: ctx + '/api/assetsBackedSecurityRecycleService/create', // 新增
  1445. update: ctx + '/api/assetsBackedSecurityRecycleService/update', // 修改
  1446. findById: ctx + '/api/assetsBackedSecurityRecycleService/findById', // 修改
  1447. addApprove: ctx + '/api/assetsBackedSecurityRecycleService/addProgrammeApproval ', // ADD首次 审批
  1448. approveProcess: ctx + '/api/assetsBackedSecurityRecycleService/approveProcess ', // 审批
  1449. delete: ctx + '/api/assetsBackedSecurityRecycleService/delete' //删除
  1450. // 资金回收审批
  1451. },
  1452. /** 优先股 */
  1453. // 台账管理
  1454. preferredStockManage_Ledger: {
  1455. find: ctx + '/api/preferredStockLedgerService/find', // 列表页查询
  1456. findnew: ctx + '/api/preferredStockLedgerService/findProgramCodeAndProductCode', // 资金回收查询台账
  1457. create: ctx + '/api/preferredStockLedgerService/create', // 新增
  1458. update: ctx + '/api/preferredStockLedgerService/update', // 修改
  1459. findById: ctx + '/api/preferredStockLedgerService/findById', // 修改
  1460. addApprove: ctx + '/api/preferredStockLedgerService/addProgrammeApproval', // ADD首次 审批
  1461. approveProcess: ctx + '/api/preferredStockLedgerService/approveProcess', // 审批
  1462. delete: ctx + '/api/preferredStockLedgerService/delete', //删除
  1463. getProcessIntanceByPage: ctxForm + '/getProcessIntanceByPage',
  1464. findNewestFormwork: ctx + '/api/importLedgerFrameworkService/findNewestFormwork', //批量新增 查询
  1465. uploadFile: ctx + '/api/importLedgerFrameworkService/uploadFile', //批量新增 上传
  1466. // getTodoTask: ctx + '/api/processService/getTodoTask', //批量新增 下载
  1467. importData: ctx + '/api/preferredStockLedgerService/importData' //批量新增 下一步
  1468. },
  1469. preferredStockManage_Recovery: {
  1470. find: ctx + '/api/preferredStockRecycleService/find', // 列表页查询
  1471. create: ctx + '/api/preferredStockRecycleService/create', // 新增
  1472. update: ctx + '/api/preferredStockRecycleService/update', // 修改
  1473. findById: ctx + '/api/preferredStockRecycleService/findById', // 修改
  1474. addApprove: ctx + '/api/preferredStockRecycleService/addProgrammeApproval', // ADD首次 审批
  1475. approveProcess: ctx + '/api/preferredStockRecycleService/approveProcess', // 审批
  1476. delete: ctx + '/api/preferredStockRecycleService/delete' //删除
  1477. },
  1478. // 净值型理财
  1479. netWorthFinancing: {
  1480. /**
  1481. * 业务方案和业务操作开始
  1482. * */
  1483. businessCreate: ctx + '/api/networthbankProgramme/create', //新增业务
  1484. planFind: ctx + '/api/networthbankProgramme/find', //新增业务
  1485. productFind: ctx + '/api/networthbankProduct/getByProgrammeid', //列表页修改查询
  1486. findByproductid: ctx + '/api/networthbankProduct/findById', // 产品查询
  1487. updateList: ctx + '/api/networthbankProduct/update', //修改产品
  1488. deleteFund: ctx + '/api/networthbankProduct/delete', //删除产品
  1489. getProgrammeSerialNo: ctx + '/api/networthbankProgramme/generateProgrammecode', //生成方案编号
  1490. updateQuotaCheck: ctx + '/api/networthbankProgramme/updateQuotaCheck', //额度校验
  1491. findByType: ctx + '/api/priceInquiryTemplateService/findByType', //业务操作建议查询
  1492. parseFile: ctx + '/api/programmeService/saveMeetinginfo', //上传会议纪要
  1493. findMeetinginfo: ctx + '/api/programmeService/findMeetinginfo', // 查询附件
  1494. deleteMeetinginfo: ctx + '/api/programmeService/deleteMeetinginfo', //附件删除
  1495. meetinginfoUpdate: ctx + '/api/networthbankProgramme/update', // 修改业务操作
  1496. addProgrammeApproval: ctx + '/api/networthbankProgramme/addProgrammeApproval', // 方案审批add
  1497. approveProcess: ctx + '/api/networthbankProgramme/approveProcess', // 方案审批app
  1498. //业务操作
  1499. performFind: ctx + '/api/networthbankProgrammeBusi/find', //业务操作
  1500. editFind: ctx + '/api/networthbankProductBusi/getByProgrammeBusiId', // 修改查询
  1501. cancel: ctx + '/api/networthbankProductBusi/delete', // 作废
  1502. beRelated: ctx + '/api/networthbankProductBusi/update', //关联合同确定
  1503. deleteContract: ctx + '/api/networthbankProductBusi/deleteContract', //删除关联合同
  1504. addDetail: ctx + '/api/networthbankBusiDetails/create', //新增业务明细
  1505. getByContractcode: ctx + '/api/networthbankBusiDetails/getByContractcode', //根据合同编号获取关联的业务明细
  1506. updateDetail: ctx + '/api/networthbankBusiDetails/update', //修改明细
  1507. findByIdDetail: ctx + '/api/networthbankBusiDetails/findById', //查看明细
  1508. getContractcode: ctx + '/api/networthbankProgrammeBusi/getContractcode', //根据业务操作方案id获取其下所有的合同
  1509. deleteDetail: ctx + '/api/networthbankBusiDetails/delete', //删除明细
  1510. getAllDetail: ctx + '/api/networthbankBusiDetails/find', //查询和审批所有明细
  1511. addBusiApproval: ctx + '/api/networthbankProgrammeBusi/addProgrammeApproval', // 业务操作add
  1512. approveBusiProcess: ctx + '/api/networthbankProgrammeBusi/approveProcess', //业务操作app
  1513. findByContractCode: ctx + '/api/financeContract/findByContractCode', // 列表页查询
  1514. findByproductCode: ctx + '/api/financeProductService/findByproductCode', //查询产品信息
  1515. /**
  1516. * 结束
  1517. * */
  1518. find: ctx + '/api/networthbankLedgerService/find', // 列表页查询
  1519. create: ctx + '/api/networthbankLedgerService/create', //新增台账管理
  1520. contractNum: ctx + '/api/financeContractService/find', //交易对手改变事件 ,合同序列号
  1521. ledgerDelete: ctx + '/api/networthbankLedgerService/delete', //删除台账
  1522. ledgerFindById: ctx + '/api/networthbankLedgerService/findById', //台账详情
  1523. ledgeraddApproval: ctx + '/api/networthbankLedgerService/addProgrammeApproval', //台账审批ADD
  1524. ledgerApproval: ctx + '/api/networthbankLedgerService/approveProcess', //台账审批
  1525. ledgerApprovalFindById: ctx + '/api/networthbankLedgerService/findByprograemmeLedgerId', // ledgeAdd流程类型调 审批台账详情
  1526. ledgerUpdate: ctx + '/api/networthbankLedgerService/update', // 台账修改
  1527. capitalFind: ctx + '/api/networthbankCapitalRecoveryService/find', // 资金回收列表页查询
  1528. capitalCreate: ctx + '/api/networthbankCapitalRecoveryService/create', // 资金回收创建
  1529. capitalDelete: ctx + '/api/networthbankCapitalRecoveryService/delete', // 资金回收删除
  1530. capitalUpdate: ctx + '/api/networthbankCapitalRecoveryService/update', // 资金回收修改
  1531. capitalFindById: ctx + '/api/networthbankCapitalRecoveryService/findById', // 资金回收 详情
  1532. capitaladdApproval: ctx + '/api/networthbankCapitalRecoveryService/addProgrammeApproval', // 资金回收 审批add
  1533. capitalApproval: ctx + '/api/networthbankCapitalRecoveryService/approveProcess', // 资金回收 复核
  1534. logFind: ctx + '/api/investmentproductOperatingLogService/find', //修改记录
  1535. logApprove: ctx + '/api/processService/getCommentsByProcinstid', //审批详情记录查询
  1536. getTodoTask: ctx + '/api/processService/getTodoTask', //审批页面 未审批数据
  1537. finish: ctx + '/api/processService/findFinishedTaskInstances', //审批页面 已审批数据
  1538. findNewestFormwork: ctx + '/api/importLedgerFrameworkService/findNewestFormwork', //批量新增 查询
  1539. uploadFile: ctx + '/api/importLedgerFrameworkService/uploadFile', //批量新增 上传
  1540. // getTodoTask: ctx + '/api/processService/getTodoTask', //批量新增 下载
  1541. importData: ctx + '/api/networthbankLedgerService/importData', //批量新增 下一步
  1542. findNetworth: ctx + '/api/networthbankCapitalRecoveryService/findNetworthByDateAndContractCode' //查询确认日净值
  1543. },
  1544. // 净值型理财 理财产品
  1545. netWorthFinancingProducts: {
  1546. find: ctx + '/api/financeProductService/find', // 列表页查询 查询编码
  1547. create: ctx + '/api/financeProductService/create', // 新增
  1548. update: ctx + '/api/financeProductService/update', // 修改
  1549. findById: ctx + '/api/financeProductService/findById', // 查看详情
  1550. delete: ctx + '/api/financeProductService/delete', //删除
  1551. findNetworth: ctx + '/api/financeProductNetworthService/find', //查询历史净值
  1552. logFind: ctx + '/api/investmentproductOperatingLogService/find', //查询修改记录
  1553. bookFind: ctx + '/api/financeProductNetworthService/find', // 台账列表页查询
  1554. bookCreate: ctx + '/api/financeProductNetworthService/create', // 台账新增
  1555. bookDelete: ctx + '/api/financeProductNetworthService/delete', // 台账列表页删除
  1556. bookRealDelete: ctx + '/api/financeProductNetworthService/realDelete', // 台账单条删除
  1557. bookUpdate: ctx + '/api/financeProductNetworthService/update', // 台账修改
  1558. bookFindById: ctx + '/api/financeProductNetworthService/findById', // 台账查看详情
  1559. getProcessIntanceByPage: ctxForm + '/getProcessIntanceByPage', //
  1560. addApproval: ctx + '/api/financeProductNetworthService/addProgrammeApproval', // 台账审核 add
  1561. approval: ctx + '/api/financeProductNetworthService/approveProcess', // 台账复核
  1562. findByNetworthParentId: ctx + '/api/financeProductNetworthService/findByNetworthParentId', // 台账审批信息
  1563. getTodoTask: ctx + '/api/processService/getTodoTask', //审批页面 未审批数据
  1564. finish: ctx + '/api/processService/findFinishedTaskInstances', //审批页面 已审批数据
  1565. findNewestFormwork: ctx + '/api/importLedgerFrameworkService/findNewestFormwork', //批量新增 查询
  1566. uploadFile: ctx + '/api/importLedgerFrameworkService/uploadFile', //批量新增 上传
  1567. // getTodoTask: ctx + '/api/processService/getTodoTask', //批量新增 下载
  1568. importData: ctx + '/api/networthbankLedgerService/importData' //批量新增 下一步
  1569. },
  1570. // 净值型理财合同
  1571. netWorthFinancingContract: {
  1572. find: ctx + '/api/financeContract/find', // 列表页查询
  1573. create: ctx + '/api/financeContractService/create', // 新增
  1574. update: ctx + '/api/financeContractService/update', // 修改
  1575. findById: ctx + '/api/financeContractService/findById', // 查看详情
  1576. delete: ctx + '/api/financeContractService/delete', //删除
  1577. productCode: ctx + '/api/financeProductService/find', //查询编码
  1578. detailHistory: ctx + '/api/financeProductNetworthService/find', //历史净值明细
  1579. logFind: ctx + '/api/investmentproductOperatingLogService/find' //修改记录
  1580. },
  1581. // 存款准备金划拨
  1582. depositMoney: {
  1583. find: ctx + '/api/capitalOperateRequiredReservesService/find', //列表查询
  1584. Tradecreate: ctx + '/api/capitalOperateRequiredReservesService/create', //创建
  1585. Tradedelete: ctx + '/api/fundTransferRequiredReservesService/delete', //删除
  1586. TradeFind: ctx + '/api/fundTransferRequiredReservesService/find', //划拨查询
  1587. updateById: ctx + '/api/capitalOperateRequiredReservesService/updateById', //x修改
  1588. update: ctx + '/api/fundTransferRequiredReservesService/update', //编辑划拨
  1589. logFind: ctx + '/api/investmentproductOperatingLogService/find', //划拨查询 记录
  1590. detailFind: ctx + '/api/processService/getCommentsByProcinstid', //划拨查询 审批详情
  1591. findById: ctx + '/api/fundTransferRequiredReservesService/findById', //划拨查询单条
  1592. generateNumbering: ctx + '/api/capitalOperateRequiredReservesService/generateApprovalcode', //生成审批编号
  1593. getProcessIntanceByPage: ctxForm + '/getProcessIntanceByPage', //
  1594. interBankAddApproval: ctx + '/api/capitalOperateRequiredReservesService/addProgrammeApproval', //审批 add
  1595. interBankApproval: ctx + '/api/capitalOperateRequiredReservesService/approveProcess', //审批 复评
  1596. getTodoTask: ctx + '/api/processService/getTodoTask', //审批页 未处理
  1597. finish: ctx + '/api/processService/findFinishedTaskInstances', //审批页 已处理
  1598. delete: ctx + '/api/capitalOperateRequiredReservesService/delete', //方案删除
  1599. // 导出
  1600. export: ctx + '/api/capitalOperateRequiredReservesService/exportData'
  1601. },
  1602. // 台账管理导入
  1603. accountImport: {
  1604. networthImport: ctx + '/api/netWorthService/importData',
  1605. productImport: ctx + '/api/financeProductNetworthService/excelImport'
  1606. }
  1607. }
  1608. // }
  1609. export default urls