diff --git a/ruoyi-admin/src/main/resources/templates/system/makeorder/makeorder.html b/ruoyi-admin/src/main/resources/templates/system/makeorder/makeorder.html
index ef301b71..4fac1404 100644
--- a/ruoyi-admin/src/main/resources/templates/system/makeorder/makeorder.html
+++ b/ruoyi-admin/src/main/resources/templates/system/makeorder/makeorder.html
@@ -245,7 +245,8 @@
actions.push('工程审核 ');
}
// 领料
- if(row.makeStatus == '3' || row.makeStatus == '4' || row.makeStatus == '5'){
+ if((row.makeStatus == '3' || row.makeStatus == '4' || row.makeStatus == '5') &&
+ (row.eceiptStatus == '7' || row.eceiptStatus == '8')){
actions.push('领料 ');
}
// 委内入库