guhongwei 3 éve
szülő
commit
0bb551cff3

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

@@ -16,6 +16,7 @@ module.exports = {
       "phone",
       "phone",
       "email",
       "email",
       "questions",
       "questions",
+      "check_url",
       "status",
       "status",
     ],
     ],
   },
   },
@@ -41,6 +42,7 @@ module.exports = {
       "phone",
       "phone",
       "email",
       "email",
       "questions",
       "questions",
+      "check_url",
       "status",
       "status",
     ],
     ],
   },
   },

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

@@ -20,6 +20,7 @@ const patentapply = {
   phone: { type: String }, // 联系人电话
   phone: { type: String }, // 联系人电话
   email: { type: String }, // 联系人邮箱
   email: { type: String }, // 联系人邮箱
   questions: { type: Object }, // 问题
   questions: { type: Object }, // 问题
+  check_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 },