@@ -191,7 +191,7 @@
operationHtml += cancelHtml + logisticsHtml;
break;
case 7 :
- statusName = "退货中";
+ statusName = "退货中(请尽快寄回产品)";
operationHtml += cancelHtml;
case 8 :
@@ -264,7 +264,7 @@
a += ali2;
} else if (txt_order.salesStatus == 5) {
a += ali;
- a += '<button type="button" class="my-order-btn" onclick="confirm_receipt(\'' + txt_order.salesOrderid + '\',\'' + txt_order.salesStatus + '\')">确认收货</button>';
+ //a += '<button type="button" class="my-order-btn" onclick="confirm_receipt(\'' + txt_order.salesOrderid + '\',\'' + txt_order.salesStatus + '\')">确认收货</button>';
a += orderDesc;
}else{