明树Git Lab

Commit 92a3120b authored by zfp1's avatar zfp1

update

parent eb30e1dd
Pipeline #111440 passed with stage
in 4 seconds
...@@ -222,6 +222,22 @@ const Project = sequelize.define('Project', { ...@@ -222,6 +222,22 @@ const Project = sequelize.define('Project', {
// sfgjldjq: { type: DataTypes.INTEGER, allowNull: true, comment: "是否国家领导见签" }, // sfgjldjq: { type: DataTypes.INTEGER, allowNull: true, comment: "是否国家领导见签" },
// sfjntbjgl: { type: DataTypes.INTEGER, allowNull: true, comment: "是否境内特别监管类" }, // sfjntbjgl: { type: DataTypes.INTEGER, allowNull: true, comment: "是否境内特别监管类" },
// sfydylyxgj: { type: DataTypes.INTEGER, allowNull: true, comment: "是否一带一路沿线国家" }, // sfydylyxgj: { type: DataTypes.INTEGER, allowNull: true, comment: "是否一带一路沿线国家" },
sfythzxm: { type: DataTypes.STRING(10), allowNull: true, comment: "是否一体化子项目", _mark: 'juece', zjType: 'danxuan', zjKey: 'sf' }, //1是 2否
sflrgzwfmqd: { type: DataTypes.STRING(10), allowNull: true, comment: "是否列入国资委负面清单", _mark: 'juece', zjType: 'danxuan', zjKey: 'sf' }, //1是 2否
bjfl: { type: DataTypes.STRING(10), allowNull: true, comment: "2+9布局分类", _mark: 'juece', zjType: 'danxuan' }, //1是 2否
"jcpfshcs": {
"name": "决策批复审核处室",
"type": DataTypes.STRING,
},
jcpfwj: {
type: DataTypes.JSON,
comment: "决策批复文件",
},
tpbgjcsb: {
type: DataTypes.JSON,
comment: "投评报告及测算表",
},
//建设规模(实物量指标)---立项表格 //建设规模(实物量指标)---立项表格
gsgllc: { type: DataTypes.DECIMAL(20, 8), allowNull: true, comment: "高速公路里程", _mark: 'juece' }, gsgllc: { type: DataTypes.DECIMAL(20, 8), allowNull: true, comment: "高速公路里程", _mark: 'juece' },
qtsfgllc: { type: DataTypes.DECIMAL(20, 8), allowNull: true, comment: "其他收费公路里程", _mark: 'juece' }, qtsfgllc: { type: DataTypes.DECIMAL(20, 8), allowNull: true, comment: "其他收费公路里程", _mark: 'juece' },
...@@ -500,11 +516,11 @@ const Project = sequelize.define('Project', { ...@@ -500,11 +516,11 @@ const Project = sequelize.define('Project', {
}, },
"kybzdw": { "kybzdw": {
"name": "可研编制单位", "name": "可研编制单位",
"type": DataTypes.STRING, "type": DataTypes.STRING(50),
}, },
"kypsdw": { "kypsdw": {
"name": "可研评审单位", "name": "可研评审单位",
"type": DataTypes.STRING, "type": DataTypes.STRING(50),
}, },
"qtzcwnbsyl": { "qtzcwnbsyl": {
"name": "经济可行性-全投资财务内部收益率(税前)", "name": "经济可行性-全投资财务内部收益率(税前)",
...@@ -516,15 +532,15 @@ const Project = sequelize.define('Project', { ...@@ -516,15 +532,15 @@ const Project = sequelize.define('Project', {
}, },
"jxjlhznf": { "jxjlhznf": {
"name": "经济可行性-净现金流回正年份", "name": "经济可行性-净现金流回正年份",
"type": DataTypes.STRING, "type": DataTypes.STRING(20),
}, },
"jlrhznf": { "jlrhznf": {
"name": "经济可行性-净利润回正年份", "name": "经济可行性-净利润回正年份",
"type": DataTypes.STRING, "type": DataTypes.STRING(20),
}, },
"kfplrhznf": { "kfplrhznf": {
"name": "经济可行性-可分配利润回正年份", "name": "经济可行性-可分配利润回正年份",
"type": DataTypes.STRING, "type": DataTypes.STRING(20),
}, },
"cwjxz": { "cwjxz": {
"name": "经济可行性-财务净现值(税前)", "name": "经济可行性-财务净现值(税前)",
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment