Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zjxcxServer
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
node_server
zjxcxServer
Commits
791bbafd
Commit
791bbafd
authored
Feb 24, 2023
by
孙香冬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
f527f0f8
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
task.ts
src/biz/fuHuqQi/task.ts
+1
-1
splitResultConfig.ts
src/config/splitResultConfig.ts
+2
-2
enterprise.ts
src/routers/mobileClient/enterprise.ts
+1
-1
financing.ts
src/routers/mobileClient/financing.ts
+1
-1
public.ts
src/routers/public.ts
+1
-1
No files found.
src/biz/fuHuqQi/task.ts
View file @
791bbafd
...
...
@@ -29,7 +29,7 @@ import { getTaskId, getTimeKey } from "../../tools/system";
* 孵化器的任务列表
* 小程序端
* @param uscc 孵化器统一信用
* @returns [{
type
:1, title:'', enterpriseList:[] }]
* @returns [{
key
:1, title:'', enterpriseList:[] }]
*/
export
async
function
fuHuaQiTaskList
(
uscc
:
string
)
{
/**得到这个月的任务map taskMap格式为{type:{isSubmit}} */
...
...
src/config/splitResultConfig.ts
View file @
791bbafd
...
...
@@ -103,7 +103,7 @@ export const EnterpriseFinancingInfoConfig = {
* 备注: 导出和列表共用一份配置
*/
export
const
EnterpriseListConfig
=
{
name
:{
key
:
"企业
名称"
},
name
:{
key
:
"企业名称"
},
createTime
:{
key
:
"入库时间 不可修改"
,
changeDate
:
true
},
fuhuaqiUscc
:{
key
:
"孵化器统一信用代码 不可修改 这里显示运营机构的名称"
},
uscc
:{
key
:
"统一信用代码 也是登录账号 不可修改"
},
...
...
@@ -194,7 +194,7 @@ export const FuHuaQiBaseDataConfig = {
virtualEnterpriseNum
:{
key
:
"虚拟企业数量"
},
incubatedAcreage
:{
key
:
"在孵面积"
},
acreageTotal
:{
key
:
"孵化器总面积"
},
acreagePersonalUse
:{
key
:
"
/
孵化器自用面积"
},
acreagePersonalUse
:{
key
:
"孵化器自用面积"
},
hatchingGround
:{
key
:
"经备案孵化场地"
}
}
...
...
src/routers/mobileClient/enterprise.ts
View file @
791bbafd
/**
* 小程序端 孵化器入口
融资
相关路由
* 小程序端 孵化器入口
企业
相关路由
*/
import
*
as
asyncHandler
from
'express-async-handler'
;
...
...
src/routers/mobileClient/financing.ts
View file @
791bbafd
...
...
@@ -12,7 +12,7 @@ export function setRouter(httpServer) {
httpServer
.
post
(
'/fuhuaqi/financing/update'
,
checkFuHuaQiToken
,
asyncHandler
(
updateFinancingInfo
));
httpServer
.
post
(
'/fuhuaqi/financing/select'
,
checkFuHuaQiToken
,
asyncHandler
(
selectEnterpriseFinancingInfo
));
httpServer
.
post
(
'/fuhuaqi/financing/delete'
,
checkFuHuaQiToken
,
asyncHandler
(
delEnterpriseFinancingInfo
));
httpServer
.
post
(
'/admin/financing/namelist'
,
checkFuHuaQiToken
,
asyncHandler
(
getFinancingInfoByName
));
httpServer
.
post
(
'/admin/financing/namelist'
,
checkFuHuaQiToken
,
asyncHandler
(
getFinancingInfoByName
));
// todo 路由名称不对
}
...
...
src/routers/public.ts
View file @
791bbafd
...
...
@@ -19,7 +19,7 @@ export function setRouter(httpServer) {
/**
*
最高学历
*
融资轮次
* @param req
* @param res
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment