明树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
7b4d2379
Commit
7b4d2379
authored
Mar 23, 2026
by
zfp1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
投资目标责任书
parent
7916b536
Pipeline
#108699
passed with stage
in 3 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
66 additions
and
0 deletions
+66
-0
rcCgqygl.js
db/model/jt/rcCgqygl.js
+5
-0
tzTzmbzrs.js
db/model/jt/tzTzmbzrs.js
+61
-0
No files found.
db/model/jt/rcCgqygl.js
View file @
7b4d2379
...
@@ -9,6 +9,11 @@ const RcCgqygl = sequelize.define('RcCgqygl', {
...
@@ -9,6 +9,11 @@ const RcCgqygl = sequelize.define('RcCgqygl', {
primaryKey
:
true
,
primaryKey
:
true
,
autoIncrement
:
true
autoIncrement
:
true
},
},
/* -------------20260323----------------- */
/* ------------------------------ */
projectName
:
{
projectName
:
{
type
:
DataTypes
.
STRING
,
type
:
DataTypes
.
STRING
,
comment
:
"项目名称"
,
comment
:
"项目名称"
,
...
...
db/model/jt/tzTzmbzrs.js
View file @
7b4d2379
...
@@ -9,6 +9,67 @@ const TzTzmbzrs = sequelize.define('TzTzmbzrs', {
...
@@ -9,6 +9,67 @@ const TzTzmbzrs = sequelize.define('TzTzmbzrs', {
primaryKey
:
true
,
primaryKey
:
true
,
autoIncrement
:
true
autoIncrement
:
true
},
},
/* ------------20260323------------------ */
jczt
:
{
type
:
DataTypes
.
STRING
},
jgdw
:
{
type
:
DataTypes
.
STRING
},
// tzzt: {已有},
// xmdd: 已有
jsqyf
:
{
type
:
DataTypes
.
FLOAT
,
comment
:
"建设期月份"
},
yyq
:
{
type
:
DataTypes
.
FLOAT
,
comment
:
"运营期"
},
jcsj
:
{
type
:
DataTypes
.
DATE
,
get
()
{
const
rawValue
=
this
.
getDataValue
(
'xmtcsj'
);
return
rawValue
?
moment
(
rawValue
).
format
(
'YYYY-MM-DD'
)
:
''
;
},
comment
:
"决策时间"
},
xmtcsj
:
{
type
:
DataTypes
.
DATE
,
get
()
{
const
rawValue
=
this
.
getDataValue
(
'xmtcsj'
);
return
rawValue
?
moment
(
rawValue
).
format
(
'YYYY-MM-DD'
)
:
''
;
},
comment
:
"项目投产时间"
},
jhjgsj
:
{
type
:
DataTypes
.
DATE
,
get
()
{
const
rawValue
=
this
.
getDataValue
(
'jhjgsj'
);
return
rawValue
?
moment
(
rawValue
).
format
(
'YYYY-MM-DD'
)
:
''
;
},
comment
:
"计划竣工时间"
},
xmnr
:
{
type
:
DataTypes
.
TEXT
,
},
xmzyfanr
:
{
type
:
DataTypes
.
TEXT
,
},
qtzcwnbsyl
:
{
type
:
DataTypes
.
DECIMAL
(
5
,
2
),
allowNull
:
true
,
comment
:
"全投资财务内部收益率%税前"
,
},
zbjcwnbsyl
:
{
type
:
DataTypes
.
DECIMAL
(
5
,
2
),
allowNull
:
true
,
comment
:
"资本金财务内部收益%税后"
,
},
qdrq
:
{
type
:
DataTypes
.
DATE
,
get
()
{
const
rawValue
=
this
.
getDataValue
(
'qdrq'
);
return
rawValue
?
moment
(
rawValue
).
format
(
'YYYY-MM-DD'
)
:
''
;
},
comment
:
"签订日期"
},
tbr
:
{
type
:
DataTypes
.
STRING
,
comment
:
"填报人"
},
//造价信息
xmztz
:
{
type
:
DataTypes
.
DECIMAL
(
20
,
2
),
comment
:
"项目总投责"
},
jaf
:
{
type
:
DataTypes
.
DECIMAL
(
20
,
2
),
comment
:
"投融资与运营指标"
},
sbjgjgzf
:
{
type
:
DataTypes
.
DECIMAL
(
20
,
2
),
comment
:
"设备及工具购置费"
},
tdxgfy
:
{
type
:
DataTypes
.
DECIMAL
(
20
,
2
),
comment
:
"土地相关费用"
},
jsdwglf
:
{
type
:
DataTypes
.
DECIMAL
(
20
,
2
),
comment
:
"建设单位管理费"
},
qtjsxmglf
:
{
type
:
DataTypes
.
DECIMAL
(
20
,
2
),
comment
:
"其他建设项目管理"
},
qtfy
:
{
type
:
DataTypes
.
DECIMAL
(
20
,
2
),
comment
:
"其他费用"
},
njfjaf
:
{
type
:
DataTypes
.
DECIMAL
(
20
,
2
),
comment
:
"能建方建安费"
},
jsqlx
:
{
type
:
DataTypes
.
DECIMAL
(
20
,
2
),
comment
:
"建设期利息"
},
trzyyyzb
:
{
type
:
DataTypes
.
JSON
,
comment
:
"投融资与运营指标"
},
qtdxmjcyssydfxyxdbj
:
{
type
:
DataTypes
.
JSON
,
comment
:
"其他对项目决策与实施有颠覆性影响的边界条件"
},
xmssgczqttgxmtzsylhddgsscktqk
:
{
type
:
DataTypes
.
JSON
,
comment
:
"项目实施过程中其他提高项目投资收益或带动公司市场开拓的情况"
},
qdzt
:
{
type
:
DataTypes
.
STRING
,
},
sfasqd
:
{
type
:
DataTypes
.
STRING
,
},
qddw
:
{
type
:
DataTypes
.
STRING
,
},
ygzqzdyyjdmbzrsfj
:
{
type
:
DataTypes
.
JSON
,
comment
:
"已盖掌签字的运营阶段目标责任书附件"
},
/* ------------------------------ */
projectName
:
{
projectName
:
{
type
:
DataTypes
.
STRING
,
type
:
DataTypes
.
STRING
,
...
...
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