明树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
2117d1dd
Commit
2117d1dd
authored
Apr 03, 2026
by
zfp1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
3bac3f4a
Pipeline
#109233
passed with stage
in 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
9 deletions
+15
-9
tzJsqtzhs.js
db/model/jt/tzJsqtzhs.js
+15
-9
No files found.
db/model/jt/tzJsqtzhs.js
View file @
2117d1dd
...
@@ -11,7 +11,7 @@ const TzJsqtzhs = sequelize.define('TzJsqtzhs', {
...
@@ -11,7 +11,7 @@ const TzJsqtzhs = sequelize.define('TzJsqtzhs', {
primaryKey
:
true
,
primaryKey
:
true
,
autoIncrement
:
true
autoIncrement
:
true
},
},
//以下 项目信息里面取值
//以下 项目信息里面取值
projectName
:
{
projectName
:
{
type
:
DataTypes
.
STRING
,
type
:
DataTypes
.
STRING
,
comment
:
"项目名称"
,
comment
:
"项目名称"
,
...
@@ -24,7 +24,7 @@ const TzJsqtzhs = sequelize.define('TzJsqtzhs', {
...
@@ -24,7 +24,7 @@ const TzJsqtzhs = sequelize.define('TzJsqtzhs', {
type
:
DataTypes
.
STRING
,
type
:
DataTypes
.
STRING
,
comment
:
"填报单位名称"
,
comment
:
"填报单位名称"
,
},
},
cwbblx
:
{
cwbblx
:
{
type
:
DataTypes
.
STRING
,
type
:
DataTypes
.
STRING
,
comment
:
"财务报表类型"
,
comment
:
"财务报表类型"
,
},
},
...
@@ -56,7 +56,13 @@ const TzJsqtzhs = sequelize.define('TzJsqtzhs', {
...
@@ -56,7 +56,13 @@ const TzJsqtzhs = sequelize.define('TzJsqtzhs', {
type
:
DataTypes
.
STRING
,
type
:
DataTypes
.
STRING
,
comment
:
"下年项目阶段"
,
comment
:
"下年项目阶段"
,
},
},
nd
:
{
type
:
DataTypes
.
DATE
,
get
()
{
const
rawValue
=
this
.
getDataValue
(
'nd'
);
return
rawValue
?
moment
(
rawValue
).
format
(
'YYYY'
)
:
''
;
}
},
projectGdxxs
:
{
projectGdxxs
:
{
type
:
DataTypes
.
JSON
,
type
:
DataTypes
.
JSON
,
...
@@ -96,11 +102,11 @@ const TzJsqtzhs = sequelize.define('TzJsqtzhs', {
...
@@ -96,11 +102,11 @@ const TzJsqtzhs = sequelize.define('TzJsqtzhs', {
type
:
DataTypes
.
JSON
,
type
:
DataTypes
.
JSON
,
},
},
tzhsjc
:
{
type
:
DataTypes
.
JSON
,
comment
:
"投资回收决策"
},
tzhsjc
:
{
type
:
DataTypes
.
JSON
,
comment
:
"投资回收决策"
},
tzhsjh
:
{
type
:
DataTypes
.
JSON
,
comment
:
"投资回收计划----合并到上一个进去了"
},
tzhsjh
:
{
type
:
DataTypes
.
JSON
,
comment
:
"投资回收计划----合并到上一个进去了"
},
tzhswcqkndgx
:
{
type
:
DataTypes
.
JSON
,
comment
:
"投资回收完成情况年度更新"
},
tzhswcqkndgx
:
{
type
:
DataTypes
.
JSON
,
comment
:
"投资回收完成情况年度更新"
},
tzhswcqkydgx
:
{
type
:
DataTypes
.
JSON
,
comment
:
"投资回收完成情况月度更新"
},
tzhswcqkydgx
:
{
type
:
DataTypes
.
JSON
,
comment
:
"投资回收完成情况月度更新"
},
...
@@ -113,7 +119,7 @@ const TzJsqtzhs = sequelize.define('TzJsqtzhs', {
...
@@ -113,7 +119,7 @@ const TzJsqtzhs = sequelize.define('TzJsqtzhs', {
type
:
DataTypes
.
INTEGER
,
type
:
DataTypes
.
INTEGER
,
defaultValue
:
0
,
defaultValue
:
0
,
comment
:
"0 正常 1 删除"
comment
:
"0 正常 1 删除"
},
creator
:
{
},
creator
:
{
type
:
DataTypes
.
INTEGER
,
type
:
DataTypes
.
INTEGER
,
comment
:
"创建人"
comment
:
"创建人"
},
},
...
...
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