diff --git a/ruoyi-admin/src/main/resources/templates/warehouse/inventoryCheck/inventoryCheck.html b/ruoyi-admin/src/main/resources/templates/warehouse/inventoryCheck/inventoryCheck.html
index 8f08460c..984d8a4b 100644
--- a/ruoyi-admin/src/main/resources/templates/warehouse/inventoryCheck/inventoryCheck.html
+++ b/ruoyi-admin/src/main/resources/templates/warehouse/inventoryCheck/inventoryCheck.html
@@ -206,7 +206,7 @@
// 已作废
if(row.useStatus=="2" && !row.restoreInstanceId){
// 恢复
- actions.push(' 恢复 ');
+ actions.push(' 恢复 ');
}
// 有流程实例id
@@ -216,14 +216,14 @@
var todoUserIdList = row.todoUserId.split(",");
if(todoUserIdList.includes(loginName)){
var nodeName = row.taskName=='驳回调整'?' 调整申请':' 审批';
- actions.push(' '+nodeName+' ');
+ actions.push(' '+nodeName+' ');
}
}
- actions.push(' 审批历史 ');
- actions.push(' 进度查看 ');
+ actions.push(' 审批历史 ');
+ actions.push(' 进度查看 ');
}
- actions.push('详情 ');
+ actions.push('详情 ');
var actionLinks = actions.join('');
return $.table.dropdownToggle(actionLinks);
// return actions.join('');
diff --git a/ruoyi-admin/src/main/resources/templates/warehouse/inventoryReportDamage/inventoryReportDamage.html b/ruoyi-admin/src/main/resources/templates/warehouse/inventoryReportDamage/inventoryReportDamage.html
index 4b2c39f1..57d35770 100644
--- a/ruoyi-admin/src/main/resources/templates/warehouse/inventoryReportDamage/inventoryReportDamage.html
+++ b/ruoyi-admin/src/main/resources/templates/warehouse/inventoryReportDamage/inventoryReportDamage.html
@@ -67,7 +67,7 @@
添加
-
+
导出
@@ -192,14 +192,14 @@
var todoUserIdList = row.todoUserId.split(",");
if(todoUserIdList.includes(loginName)){
var nodeName = row.taskName=='驳回调整'?' 调整申请':' 审批';
- actions.push(' '+nodeName+' ');
+ actions.push(' '+nodeName+' ');
}
}
- actions.push(' 审批历史 ');
- actions.push(' 进度查看 ');
+ actions.push(' 审批历史 ');
+ actions.push(' 进度查看 ');
}
- actions.push('详情 ');
+ actions.push('详情 ');
var actionLinks = actions.join('');
return $.table.dropdownToggle(actionLinks);
// return actions.join('');