Commit cba59a57 by 宋毅

tj

parent 4c9c0073
...@@ -165,6 +165,8 @@ module.exports = (db, DataTypes) => { ...@@ -165,6 +165,8 @@ module.exports = (db, DataTypes) => {
} }
}, },
nclOneCodesNum: DataTypes.INTEGER,//大类件数 nclOneCodesNum: DataTypes.INTEGER,//大类件数
orderAppendinfo: DataTypes.STRING(4000),//订单附加信息
nclOneCodes: DataTypes.INTEGER,//尼斯大类---暂时没有用到 nclOneCodes: DataTypes.INTEGER,//尼斯大类---暂时没有用到
subType: {//提报类型:"platform": "平台", "self": "自己" subType: {//提报类型:"platform": "平台", "self": "自己"
type: DataTypes.ENUM, type: DataTypes.ENUM,
...@@ -176,15 +178,16 @@ module.exports = (db, DataTypes) => { ...@@ -176,15 +178,16 @@ module.exports = (db, DataTypes) => {
//新增商标交付状态------// "2": "待上传材料", "3": "待审核", "4": "审核不通过", "5": "待递交" , "6": "部分递交异常", "7": "已完成" //新增商标交付状态------// "2": "待上传材料", "3": "待审核", "4": "审核不通过", "5": "待递交" , "6": "部分递交异常", "7": "已完成"
//---------------------------del----------------------------------------------------- //---------------------------del-----------------------------------------------------
sveItemType: {//--------del暂时没有用到 sveItemType: DataTypes.STRING(100),
//服务项目类型:"ip": "商标", "ic": "版权", "pa": "专利", "iso": "海外业务", "common": "增值服务", "icbc": "工商注册", // {//--------del暂时没有用到
//"zscq": "知识产权", "cwfw": "财务服务", "hyzz": "行业资质", "gqzr": "股权转让", "xzsp": "行政审批" // //服务项目类型:"ip": "商标", "ic": "版权", "pa": "专利", "iso": "海外业务", "common": "增值服务", "icbc": "工商注册",
type: DataTypes.ENUM, // //"zscq": "知识产权", "cwfw": "财务服务", "hyzz": "行业资质", "gqzr": "股权转让", "xzsp": "行政审批"
allowNull: false, // type: DataTypes.ENUM,
values: Object.keys(uiconfig.config.pdict.productCata), // allowNull: false,
defaultValue: "ip", // values: Object.keys(uiconfig.config.pdict.productCata),
}, // defaultValue: "ip",
orderAppendinfo:DataTypes.STRING(4000),//订单附加信息 // },
}, base), { }, base), {
paranoid: true,//假的删除 paranoid: true,//假的删除
......
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