From 7fdbd245e37e6bf739bef6345be24299592ac789 Mon Sep 17 00:00:00 2001
From: liuxiaoxu <1793812695@qq.com>
Date: Thu, 12 Dec 2024 16:02:19 +0800
Subject: [PATCH] =?UTF-8?q?[fix]=E4=BB=93=E5=BA=93=E7=AE=A1=E7=90=86=20?=
=?UTF-8?q?=E5=BA=93=E5=AD=98=E6=8A=A5=E6=8D=9F=E5=92=8C=E5=BA=93=E5=AD=98?=
=?UTF-8?q?=E7=9B=98=E7=82=B9=E6=93=8D=E4=BD=9C=E6=A0=8F=E5=92=8C=E8=A1=A8?=
=?UTF-8?q?=E5=A4=B4=E6=8C=89=E9=92=AE=E8=B0=83=E6=95=B4=E4=B8=BA=E7=BB=9F?=
=?UTF-8?q?=E4=B8=80=E6=A0=B7=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../warehouse/inventoryCheck/inventoryCheck.html | 10 +++++-----
.../inventoryReportDamage/inventoryReportDamage.html | 10 +++++-----
2 files changed, 10 insertions(+), 10 deletions(-)
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('');