From 04624e7dae0291aba33967f754573236324d2a62 Mon Sep 17 00:00:00 2001
From: test <15284381150@163.com>
Date: 星期四, 24 七月 2025 17:02:31 +0800
Subject: [PATCH] Merge branch 'master' into djp
---
HTML/views/WareHouseSetting/Locate.html | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/HTML/views/WareHouseSetting/Locate.html b/HTML/views/WareHouseSetting/Locate.html
index 02f55f4..8c7bf72 100644
--- a/HTML/views/WareHouseSetting/Locate.html
+++ b/HTML/views/WareHouseSetting/Locate.html
@@ -131,9 +131,11 @@
<div class="layui-card-body">
<table id="LAY-app-content-list" lay-filter="LAY-app-content-list" style="width: 100%;"></table>
<script type="text/html" id="table-content-list">
+ {{# if(d.Make=="1"){ }}
<a class="editBtn layui-btn layui-btn-normal layui-btn-xs editClass" lay-event="edit">
- <i class="layui-icon layui-icon-edit"></i>缂栬緫</a>
- </script>
+ <i class="layui-icon layui-icon-edit"></i>缂栬緫</a>
+ {{# } }}
+ </script>
</div>
</div>
</div>
@@ -448,6 +450,11 @@
align: 'center',
width: 90,
}, {
+ field: 'MakeName',
+ title: '绫诲瀷鏍囪瘑',
+ align: 'center',
+ width: 90,
+ }, {
field: 'Row',
title: '鎺�',
align: 'center',
--
Gitblit v1.8.0