明树Git Lab

Commit d1dcc12d authored by zfp1's avatar zfp1

1

parent cfab2405
Pipeline #108764 passed with stage
in 3 seconds
......@@ -53,6 +53,10 @@ const TzTzmbzrs = sequelize.define('TzTzmbzrs', {
tbr: {type: DataTypes.STRING, comment: "填报人"},
jgdw: {type: DataTypes.STRING, comment: "监管单位"},
qddw: {type: DataTypes.STRING, comment: "签订单位"},
niandu: {type: DataTypes.DATE, get() {
const rawValue = this.getDataValue('niandu');
return rawValue ? moment(rawValue).format('YYYY') : '';
}, },
//造价信息
xmztz: {type: DataTypes.DECIMAL(20, 2), comment: "项目总投责"},
jaf: {type: DataTypes.DECIMAL(20, 2), comment: "投融资与运营指标"},
......
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