src/main/resources/templates/febs/views/modules/clothesType/orderList.html | ●●●●● patch | view | raw | blame | history |
src/main/resources/templates/febs/views/modules/clothesType/orderList.html
@@ -194,8 +194,8 @@ } let ids = ""; for(let i = 0;i < data.length;i++){ if(data[i].status != 2){ febs.alert.warn('请选择待发货的订单'); if(data[i].status != 3){ febs.alert.warn('请选择待收货的订单'); return; }else{ ids = data[i].id;