Commit c8ae6dfb by Sxy

feat: icp edi 方案 新增状态

parent 0137d3bf
...@@ -339,6 +339,7 @@ System.SERVICECODE = { ...@@ -339,6 +339,7 @@ System.SERVICECODE = {
System.BUSSTATUS = { System.BUSSTATUS = {
WAITINGSCHEME: "beforeSubmission",//待提交方案 WAITINGSCHEME: "beforeSubmission",//待提交方案
WAITINGCONFIRM: "beforeConfirmation",//待用户确认 WAITINGCONFIRM: "beforeConfirmation",//待用户确认
FOLLOWINGUP: "followingUp",//跟进中
SUCCESS: "isFinished",//已成交 SUCCESS: "isFinished",//已成交
CLOSED: "isClosed"//需求关闭 CLOSED: "isClosed"//需求关闭
} }
......
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