Commit 6e08c279 by Sxy

feat: 阿里流程

parent d562b7e8
...@@ -359,6 +359,12 @@ System.SERVERSESTATUS = { ...@@ -359,6 +359,12 @@ System.SERVERSESTATUS = {
POSTING: "posting",//证书已邮寄 POSTING: "posting",//证书已邮寄
SUCCESS: "success",//服务已完成 SUCCESS: "success",//服务已完成
CLOSED: "closed",//已关闭 CLOSED: "closed",//已关闭
USERCONFIRMATIONWAIT: "userConfirmationWait",//递交文件待确认
USERCONFIRMATIONREJECT: "userConfirmationReject",// 递交文件被驳回
USERCONFIRMATIONRESOLVE: "userConfirmationResolve",//用户已确认递交文件
ACCOUNTREGISTRATION: "accountRegistration",//账户注册
THROUGH: "through",//工信部通过
} }
// 年报服务单状态 // 年报服务单状态
System.ANNUALREPORT = { System.ANNUALREPORT = {
......
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