diff --git a/ruoyi-admin/src/main/resources/templates/system/salesShippingInform/salesShippingInform.html b/ruoyi-admin/src/main/resources/templates/system/salesShippingInform/salesShippingInform.html
index 1475393d..42dd9158 100644
--- a/ruoyi-admin/src/main/resources/templates/system/salesShippingInform/salesShippingInform.html
+++ b/ruoyi-admin/src/main/resources/templates/system/salesShippingInform/salesShippingInform.html
@@ -308,7 +308,7 @@
actions.push('确认发货 ');
actions.push('取消发货 ');
}
- if(row.warehouseOutStatus == '9'){
+ if(row.warehouseOutStatus == '9' || row.warehouseOutStatus == '13'){
actions.push('确认收货 ');
}
var actionLinks = actions.join('');