From 65a82f27f5c8b46d251d55d13d1915b2f62038b3 Mon Sep 17 00:00:00 2001
From: Administrator <Administrator@DESKTOP-5BIMHQ3>
Date: 星期二, 25 六月 2024 15:08:14 +0800
Subject: [PATCH] 修改问题

---
 HTML/views/StatisticalReport/BoxInfor.html |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/HTML/views/StatisticalReport/BoxInfor.html b/HTML/views/StatisticalReport/BoxInfor.html
index cae96ef..062d0ee 100644
--- a/HTML/views/StatisticalReport/BoxInfor.html
+++ b/HTML/views/StatisticalReport/BoxInfor.html
@@ -205,9 +205,20 @@
 							}
 							return html;
 						}	
-					}}
+					}}					
 					{{ GetBtn11(d) }}
 					</script>
+					<script type="text/html" id="InspectStatus1">
+                        {{#  if(d.InspectStatus == '0') { }}
+                            <p>寰呮楠�</p>
+                        {{#  } else if(d.InspectStatus == '1'){ }}
+                            <p>妫�楠屽悎鏍�</p>
+                        {{#  } else if(d.InspectStatus == '2'){ }}
+                            <p>涓嶅悎鏍�</p>
+                        {{#  } else if(d.InspectStatus == '4') { }}
+                            <p>鏀剧疆鏈�</p>
+                        {{#  } }}
+                    </script>
 					<script type="text/html" id="toolbarDemo">
 
 						<button class="layui-btn layuiadmin-btn-list layui-btn-sm  addClass" lay-event="add">
@@ -360,6 +371,7 @@
                     {field: 'Qty', title: '鏁伴噺', align: 'center'},
                     {field: 'LockQty', title: '閿佸畾鏁伴噺', align: 'center',},
                     {field: 'FrozenQty', title: '鍐荤粨鏁伴噺', align: 'center'},
+					{field: 'InspectStatus', title: '璐ㄦ鐘舵��', align: 'center', templet: '#InspectStatus1'}, 
                     //{field: 'InspectMark', title: '鎶芥鏍囪', align: 'center', templet: '#InspectMarkStatus'},
                     //{field: 'BitPalletMark', title: '闆舵墭鏍囪', align: 'center', templet: '#BitPalletMarkStatus'},
 				]];

--
Gitblit v1.8.0