Commit 1ba1888d by 任晓松

update

parent 1ee0afbf
......@@ -2229,6 +2229,9 @@ class OrderInfoService extends ServiceBase {
if (order.status == '已签收' || order.status == '服务已完成') {
orderObj['orderStatus'] = 8;
}
if (order.status == '已关闭') {
orderObj['orderStatus'] = 32;
}
ordersArr.push(orderObj);
if(order.personName && order.personMobile){
let customerContactObj = {
......
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