Commit 2c97a766 by 宋毅

tj

parent 0315dfe5
...@@ -121,7 +121,7 @@ class OrderTmProductService extends ServiceBase { ...@@ -121,7 +121,7 @@ class OrderTmProductService extends ServiceBase {
flowContent = channelOrder.payStatus == "yfk" ? "订单已付款待上传材料" : "订单已创建待付款"; flowContent = channelOrder.payStatus == "yfk" ? "订单已付款待上传材料" : "订单已创建待付款";
} else { } else {
orderProductObj["deliveryStatus"] = "dsh"; orderProductObj["deliveryStatus"] = "dsh";
flowContent = channelOrder.payStatus == "yfk" ? "订单已付款待审核" : "订单已创建待付款"; flowContent = channelOrder.payStatus == "yfk" ? "订单已付款待专家服务" : "订单已创建待付款";
} }
} }
if (apply.customerType == "ent") { if (apply.customerType == "ent") {
...@@ -130,7 +130,7 @@ class OrderTmProductService extends ServiceBase { ...@@ -130,7 +130,7 @@ class OrderTmProductService extends ServiceBase {
flowContent = channelOrder.payStatus == "yfk" ? "订单已付款待上传材料" : "订单已创建待付款"; flowContent = channelOrder.payStatus == "yfk" ? "订单已付款待上传材料" : "订单已创建待付款";
} else { } else {
orderProductObj["deliveryStatus"] = "dsh"; orderProductObj["deliveryStatus"] = "dsh";
flowContent = channelOrder.payStatus == "yfk" ? "订单已付款待审核" : "订单已创建待付款"; flowContent = channelOrder.payStatus == "yfk" ? "订单已付款待专家服务" : "订单已创建待付款";
} }
} }
//订单客户档案添加和修改 //订单客户档案添加和修改
...@@ -254,7 +254,7 @@ class OrderTmProductService extends ServiceBase { ...@@ -254,7 +254,7 @@ class OrderTmProductService extends ServiceBase {
flowContent = channelOrder.payStatus == "yfk" ? "订单已付款待上传材料" : "订单已创建待付款"; flowContent = channelOrder.payStatus == "yfk" ? "订单已付款待上传材料" : "订单已创建待付款";
} else { } else {
orderProductObj["deliveryStatus"] = "dsh"; orderProductObj["deliveryStatus"] = "dsh";
flowContent = channelOrder.payStatus == "yfk" ? "订单已付款待审核" : "订单已创建待付款"; flowContent = channelOrder.payStatus == "yfk" ? "订单已付款" : "订单已创建待付款";
} }
} }
if (apply.customerType == "ent") { if (apply.customerType == "ent") {
...@@ -263,7 +263,7 @@ class OrderTmProductService extends ServiceBase { ...@@ -263,7 +263,7 @@ class OrderTmProductService extends ServiceBase {
flowContent = channelOrder.payStatus == "yfk" ? "订单已付款待上传材料" : "订单已创建待付款"; flowContent = channelOrder.payStatus == "yfk" ? "订单已付款待上传材料" : "订单已创建待付款";
} else { } else {
orderProductObj["deliveryStatus"] = "dsh"; orderProductObj["deliveryStatus"] = "dsh";
flowContent = channelOrder.payStatus == "yfk" ? "订单已付款待审核" : "订单已创建待付款"; flowContent = channelOrder.payStatus == "yfk" ? "订单已付款" : "订单已创建待付款";
} }
} }
//订单客户档案添加和修改 //订单客户档案添加和修改
...@@ -848,7 +848,7 @@ class OrderTmProductService extends ServiceBase { ...@@ -848,7 +848,7 @@ class OrderTmProductService extends ServiceBase {
nclCount: tm.nclCount, nclCount: tm.nclCount,
}; };
var flowContent = ""; var flowContent = "";
flowContent = channelOrder.payStatus == "yfk" ? "订单已付款待审核" : "订单已创建待付款"; flowContent = channelOrder.payStatus == "yfk" ? "订单已付款待专家服务" : "订单已创建待付款";
// if (apply.customerType == "person") { // if (apply.customerType == "person") {
// if (!apply.businessLicensePic || !apply.identityCardPic || !tm.gzwtsUrl) { // if (!apply.businessLicensePic || !apply.identityCardPic || !tm.gzwtsUrl) {
// orderProductObj["deliveryStatus"] = "dsccl"; // orderProductObj["deliveryStatus"] = "dsccl";
......
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