明树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
Show 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
...
@@ -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
,
...
@@ -97,10 +103,10 @@ const TzJsqtzhs = sequelize.define('TzJsqtzhs', {
...
@@ -97,10 +103,10 @@ const TzJsqtzhs = sequelize.define('TzJsqtzhs', {
},
},
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
:
"投资回收完成情况月度更新"
},
...
...
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