明树Git Lab
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
J
jt_backend
Project
Project
Details
Activity
Releases
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
zengfanpei
jt_backend
Commits
b6fa09d9
Commit
b6fa09d9
authored
Dec 05, 2025
by
zfp1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
65ea9f8c
Pipeline
#104192
passed with stage
in 3 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
13 deletions
+13
-13
project.js
db/model/jt/project.js
+12
-12
projectCwpjzb.js
db/model/jt/projectCwpjzb.js
+1
-1
No files found.
db/model/jt/project.js
View file @
b6fa09d9
...
...
@@ -64,7 +64,7 @@ const Project = sequelize.define('Project', {
//计量币种
bizhong
:
{
type
:
DataTypes
.
STRING
,
allowNull
:
true
,
comment
:
"币种"
,
zjType
:
'danxuan'
,
_mark
:
"lixiang"
},
huilv
:
{
type
:
DataTypes
.
DECIMAL
(
4
,
4
),
allowNull
:
true
,
comment
:
"汇率"
,
_mark
:
"lixiang"
},
huilv
:
{
type
:
DataTypes
.
DECIMAL
(
5
,
2
),
allowNull
:
true
,
comment
:
"汇率"
,
_mark
:
"lixiang"
},
//实施时间
xmjsqy
:
{
type
:
DataTypes
.
INTEGER
,
allowNull
:
true
,
comment
:
"项目建设期(月)"
,
_mark
:
"lixiang"
},
...
...
@@ -196,7 +196,7 @@ const Project = sequelize.define('Project', {
spje
:
{
type
:
DataTypes
.
DECIMAL
(
19
,
8
),
allowNull
:
true
,
comment
:
"审批金额(万元)"
,
_mark
:
'juece'
,
},
spsj
:
{
type
:
DataTypes
.
DATE
,
allowNull
:
true
,
comment
:
"审批时间"
,
_mark
:
'juece'
,
},
//股东信息 ---立项表格 --TODO:需要按照股东类型计算合计,再计算总合计
wfczrjcgbl
:
{
type
:
DataTypes
.
DECIMAL
(
3
,
2
),
allowNull
:
true
,
comment
:
"我方出资人及持股比例"
,
_mark
:
'juece'
,
},
wfczrjcgbl
:
{
type
:
DataTypes
.
DECIMAL
(
5
,
2
),
allowNull
:
true
,
comment
:
"我方出资人及持股比例"
,
_mark
:
'juece'
,
},
sjnjfsgdw
:
{
type
:
DataTypes
.
STRING
,
allowNull
:
true
,
comment
:
"涉及能建方施工单位"
,
_mark
:
'juece'
,
},
// 我方担保及股权融资情况
wffzdgqrzjewy
:
{
type
:
DataTypes
.
DECIMAL
(
19
,
8
),
allowNull
:
true
,
comment
:
"我方负责的股权融资金额(万元)"
,
_mark
:
'juece'
,
},
...
...
@@ -210,9 +210,9 @@ const Project = sequelize.define('Project', {
yjldsjzq
:
{
type
:
DataTypes
.
DECIMAL
(
19
,
8
),
allowNull
:
true
,
comment
:
"预计落地时间债权"
,
_mark
:
'juece'
,
},
//工程带动情况
ddgchte
:
{
type
:
DataTypes
.
DECIMAL
(
19
,
8
),
allowNull
:
true
,
comment
:
"带动工程合同额"
,
_mark
:
'juece'
,
},
tzddb
:
{
type
:
DataTypes
.
DECIMAL
(
3
,
2
),
allowNull
:
true
,
comment
:
"投资带动比"
,
_mark
:
'juece'
,
},
tzddb
:
{
type
:
DataTypes
.
DECIMAL
(
5
,
2
),
allowNull
:
true
,
comment
:
"投资带动比"
,
_mark
:
'juece'
,
},
gclrwy
:
{
type
:
DataTypes
.
DECIMAL
(
19
,
8
),
allowNull
:
true
,
comment
:
"工程利润(万元)"
,
_mark
:
'juece'
,
},
gclrl
:
{
type
:
DataTypes
.
DECIMAL
(
3
,
2
),
allowNull
:
true
,
comment
:
"工程利润率(%)"
,
_mark
:
'juece'
,
},
gclrl
:
{
type
:
DataTypes
.
DECIMAL
(
5
,
2
),
allowNull
:
true
,
comment
:
"工程利润率(%)"
,
_mark
:
'juece'
,
},
xmbyx
:
{
type
:
DataTypes
.
TEXT
,
allowNull
:
true
,
comment
:
"项目必要性"
,
_mark
:
'juece'
,
},
qtsm
:
{
type
:
DataTypes
.
TEXT
,
allowNull
:
true
,
comment
:
"其他说明"
,
_mark
:
'juece'
,
},
//风险管理---立项已经建表TODO: 是否区分决策
...
...
@@ -258,8 +258,8 @@ const Project = sequelize.define('Project', {
qtfy
:
{
type
:
DataTypes
.
DECIMAL
(
19
,
8
),
allowNull
:
true
,
comment
:
"其他费用"
},
jsqlx
:
{
type
:
DataTypes
.
DECIMAL
(
19
,
8
),
allowNull
:
true
,
comment
:
"建设期利息"
},
ybf
:
{
type
:
DataTypes
.
DECIMAL
(
19
,
8
),
allowNull
:
true
,
comment
:
"预备费"
},
tzsypc
:
{
type
:
DataTypes
.
DECIMAL
(
3
,
2
),
allowNull
:
true
,
comment
:
"投资收益偏差"
},
zrrz
:
{
type
:
DataTypes
.
DECIMAL
(
3
,
2
),
allowNull
:
true
,
comment
:
"责任融资"
},
tzsypc
:
{
type
:
DataTypes
.
DECIMAL
(
5
,
2
),
allowNull
:
true
,
comment
:
"投资收益偏差"
},
zrrz
:
{
type
:
DataTypes
.
DECIMAL
(
5
,
2
),
allowNull
:
true
,
comment
:
"责任融资"
},
njfcze
:
{
type
:
DataTypes
.
DECIMAL
(
19
,
8
),
allowNull
:
true
,
comment
:
"能建方出资额"
},
...
...
@@ -267,15 +267,15 @@ const Project = sequelize.define('Project', {
dked
:
{
type
:
DataTypes
.
DECIMAL
(
19
,
8
),
allowNull
:
true
,
comment
:
"贷款额度"
},
qzfbbxmwfdkdbe
:
{
type
:
DataTypes
.
DECIMAL
(
19
,
8
),
allowNull
:
true
,
comment
:
"其中:非并表项目我方贷款/担保额"
},
njfsjcze
:
{
type
:
DataTypes
.
DECIMAL
(
19
,
8
),
allowNull
:
true
,
comment
:
"能建方实际出资额"
},
zbjbl
:
{
type
:
DataTypes
.
DECIMAL
(
3
,
2
),
allowNull
:
true
,
comment
:
"资本金比例"
},
zbjbl
:
{
type
:
DataTypes
.
DECIMAL
(
5
,
2
),
allowNull
:
true
,
comment
:
"资本金比例"
},
njszgbpfe
:
{
type
:
DataTypes
.
DECIMAL
(
19
,
8
),
allowNull
:
true
,
comment
:
"能建所占股比批复额"
},
ddb
:
{
type
:
DataTypes
.
DECIMAL
(
3
,
2
),
allowNull
:
true
,
comment
:
"带动比"
},
yjddb
:
{
type
:
DataTypes
.
DECIMAL
(
3
,
2
),
allowNull
:
true
,
comment
:
"预计带动比"
},
ddb
:
{
type
:
DataTypes
.
DECIMAL
(
5
,
2
),
allowNull
:
true
,
comment
:
"带动比"
},
yjddb
:
{
type
:
DataTypes
.
DECIMAL
(
5
,
2
),
allowNull
:
true
,
comment
:
"预计带动比"
},
zcbhtesghte
:
{
type
:
DataTypes
.
DECIMAL
(
19
,
8
),
allowNull
:
true
,
comment
:
"总承包合同额(施工合同额)"
},
//企业财务投资能力评价
qyzjzez
:
{
type
:
DataTypes
.
DECIMAL
(
19
,
8
),
allowNull
:
true
,
comment
:
"权益资金值(E值)"
},
zcfzl
:
{
type
:
DataTypes
.
DECIMAL
(
3
,
2
),
allowNull
:
true
,
comment
:
"资产负债率"
},
jzcsyl
:
{
type
:
DataTypes
.
DECIMAL
(
3
,
2
),
allowNull
:
true
,
comment
:
"净资产收益率"
},
zcfzl
:
{
type
:
DataTypes
.
DECIMAL
(
5
,
2
),
allowNull
:
true
,
comment
:
"资产负债率"
},
jzcsyl
:
{
type
:
DataTypes
.
DECIMAL
(
5
,
2
),
allowNull
:
true
,
comment
:
"净资产收益率"
},
lxbzbs
:
{
type
:
DataTypes
.
STRING
,
allowNull
:
true
,
comment
:
"利息保障倍数"
},
jyhdxjllje
:
{
type
:
DataTypes
.
DECIMAL
(
19
,
8
),
allowNull
:
true
,
comment
:
"经营活动现金流量净额"
},
jzc
:
{
type
:
DataTypes
.
DECIMAL
(
19
,
8
),
allowNull
:
true
,
comment
:
"净资产"
},
...
...
@@ -1870,7 +1870,7 @@ const Project = sequelize.define('Project', {
Project
.
sync
({
// force: false,
// force: true ,//会删除已存在表并重新创建
alter
:
true
//
alter: true
})
.
then
(()
=>
{
console
.
log
(
'Project 表同步成功'
);
...
...
db/model/jt/projectCwpjzb.js
View file @
b6fa09d9
...
...
@@ -57,7 +57,7 @@ const projectCwpjzb = sequelize.define('projectCwpjzb', {
projectCwpjzb
.
sync
({
// force: false,
// force: true ,//会删除已存在表并重新创建
//
alter: true
alter
:
true
})
.
then
(()
=>
{
console
.
log
(
'projectCwpjzb 表同步成功'
);
...
...
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