From f71a02229c1ba00fbecaead19256593ffb052753 Mon Sep 17 00:00:00 2001
From: duan <dante@isaints.net>
Date: 星期三, 21 八月 2024 17:18:40 +0800
Subject: [PATCH] 1

---
 src/DIXWeb.Web/Areas/GlobalM/Views/Bill/InspectFalseDetail.cshtml |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/DIXWeb.Web/Areas/GlobalM/Views/Bill/InspectFalseDetail.cshtml b/src/DIXWeb.Web/Areas/GlobalM/Views/Bill/InspectFalseDetail.cshtml
index ab5ff35..bdb1f01 100644
--- a/src/DIXWeb.Web/Areas/GlobalM/Views/Bill/InspectFalseDetail.cshtml
+++ b/src/DIXWeb.Web/Areas/GlobalM/Views/Bill/InspectFalseDetail.cshtml
@@ -46,5 +46,7 @@
 </style>
 <script src="~/Scripts/Bill/PartialInspectFalseDetail.js"></script>
 <input id="tbxInspectBookId" readonly="readonly" value='@ViewData["InspectBookId"]' style="overflow:hidden;width:0px;height:0px;border:none;display:block;" />
+<input id="RoleNameStringInspectFalseDetail" readonly="readonly" value='@ViewData["RoleNameString"]' style="overflow:hidden;width:0px;height:0px;border:none;display:block;" />
+<input id="ShowBtnInspectFalseDetail" readonly="readonly" value='@ViewData["ShowBtn"]' style="overflow:hidden;width:0px;height:0px;border:none;display:block;" />
 
 <table id="tabPartialInspectFalseDetail"></table>

--
Gitblit v1.8.0