明树Git Lab

Commit 7b4d2379 authored by zfp1's avatar zfp1

投资目标责任书

parent 7916b536
Pipeline #108699 passed with stage
in 3 seconds
......@@ -9,6 +9,11 @@ const RcCgqygl = sequelize.define('RcCgqygl', {
primaryKey: true,
autoIncrement: true
},
/* -------------20260323----------------- */
/* ------------------------------ */
projectName: {
type: DataTypes.STRING,
comment: "项目名称",
......
......@@ -9,6 +9,67 @@ const TzTzmbzrs = sequelize.define('TzTzmbzrs', {
primaryKey: 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: {
type: DataTypes.STRING,
......
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