Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yuyixcx
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
yuyixcx
Commits
8dc3f818
Commit
8dc3f818
authored
Apr 24, 2025
by
chenjinjing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
c8237933
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
enterpriseInfo.ts
src/biz/enterpriseInfo.ts
+1
-2
finance.ts
src/biz/finance.ts
+4
-0
No files found.
src/biz/enterpriseInfo.ts
View file @
8dc3f818
...
@@ -397,8 +397,7 @@ export async function enterpriseBaseInfo(eId) {
...
@@ -397,8 +397,7 @@ export async function enterpriseBaseInfo(eId) {
}
}
/**
/**
* 获取企业基本信息
* 经营信息提交
* 回显
* @param uscc
* @param uscc
*/
*/
export
async
function
submitTask
(
eId
:
string
,
mId
:
string
)
{
export
async
function
submitTask
(
eId
:
string
,
mId
:
string
)
{
...
...
src/biz/finance.ts
View file @
8dc3f818
...
@@ -52,6 +52,10 @@ export async function enterpriseFinancingInfo(eId) {
...
@@ -52,6 +52,10 @@ export async function enterpriseFinancingInfo(eId) {
dataList
.
push
(
info
);
dataList
.
push
(
info
);
});
});
dataList
.
sort
((
a
,
b
)
=>
{
return
new
Date
(
b
.
investmentDate
).
valueOf
()
-
new
Date
(
a
.
investmentDate
).
valueOf
();
})
return
{
dataList
};
return
{
dataList
};
}
}
...
...
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