明树Git Lab

Commit df7cd9f0 authored by zfp1's avatar zfp1

updae

parent 41621b09
Pipeline #104440 passed with stage
in 3 seconds
...@@ -196,8 +196,8 @@ const Project = sequelize.define('Project', { ...@@ -196,8 +196,8 @@ const Project = sequelize.define('Project', {
spje: { type: DataTypes.DECIMAL(19, 8), allowNull: true, comment: "审批金额(万元)" , _mark: 'juece', }, spje: { type: DataTypes.DECIMAL(19, 8), allowNull: true, comment: "审批金额(万元)" , _mark: 'juece', },
spsj: { type: DataTypes.DATE, allowNull: true, comment: "审批时间" , _mark: 'juece', }, spsj: { type: DataTypes.DATE, allowNull: true, comment: "审批时间" , _mark: 'juece', },
//股东信息 ---立项表格 --TODO:需要按照股东类型计算合计,再计算总合计 //股东信息 ---立项表格 --TODO:需要按照股东类型计算合计,再计算总合计
wfczrjcgbl: { type: DataTypes.DECIMAL(5, 2), allowNull: true, comment: "我方出资人及持股比例" , _mark: 'juece', }, wfczrjcgbl: { type: DataTypes.STRING(500), allowNull: true, comment: "我方出资人及持股比例" , _mark: 'juece', },
sjnjfsgdw: { type: DataTypes.STRING, allowNull: true, comment: "涉及能建方施工单位" , _mark: 'juece', }, sjnjfsgdw: { type: DataTypes.STRING(500), allowNull: true, comment: "涉及能建方施工单位" , _mark: 'juece', },
// 我方担保及股权融资情况 // 我方担保及股权融资情况
wffzdgqrzjewy: { type: DataTypes.DECIMAL(19, 8), allowNull: true, comment: "我方负责的股权融资金额(万元)" , _mark: 'juece', }, wffzdgqrzjewy: { type: DataTypes.DECIMAL(19, 8), allowNull: true, comment: "我方负责的股权融资金额(万元)" , _mark: 'juece', },
rzcbgq: { type: DataTypes.DECIMAL(19, 8), allowNull: true, comment: "融资成本股权" , _mark: 'juece', }, rzcbgq: { type: DataTypes.DECIMAL(19, 8), allowNull: true, comment: "融资成本股权" , _mark: 'juece', },
......
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