Commit c8ae6dfb by Sxy

feat: icp edi 方案 新增状态

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