Browse Source

专利申请-专利代理上报文件字段

guhongwei 3 years ago
parent
commit
7442f32963
2 changed files with 3 additions and 0 deletions
  1. 2 0
      app/controller/patent/.patentapply.js
  2. 1 0
      app/model/patent/patentapply.js

+ 2 - 0
app/controller/patent/.patentapply.js

@@ -17,6 +17,7 @@ module.exports = {
       "email",
       "email",
       "questions",
       "questions",
       "check_url",
       "check_url",
+      "agent_url",
       "status",
       "status",
     ],
     ],
   },
   },
@@ -43,6 +44,7 @@ module.exports = {
       "email",
       "email",
       "questions",
       "questions",
       "check_url",
       "check_url",
+      "agent_url",
       "status",
       "status",
     ],
     ],
   },
   },

+ 1 - 0
app/model/patent/patentapply.js

@@ -21,6 +21,7 @@ const patentapply = {
   email: { type: String }, // 联系人邮箱
   email: { type: String }, // 联系人邮箱
   questions: { type: Object }, // 问题
   questions: { type: Object }, // 问题
   check_url: { type: Array }, // 审查文件
   check_url: { type: Array }, // 审查文件
+  agent_url: { type: Array }, // 专利代理上报文件
   record: { type: Array }, // 记录
   record: { type: Array }, // 记录
   status: { type: String, default: '0' }, // 状态
   status: { type: String, default: '0' }, // 状态
   remark: { type: String },
   remark: { type: String },