From fb57e7836338304b16c09fec4fb5c68fb688c39e Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期二, 28 四月 2026 14:03:24 +0800
Subject: [PATCH] 1.新增分区查询 2.任务档新增分区字段
---
src/main/webapp/views/ioWorks/locDetlQuery.html | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/views/ioWorks/locDetlQuery.html b/src/main/webapp/views/ioWorks/locDetlQuery.html
index 66568fa..7e05c59 100644
--- a/src/main/webapp/views/ioWorks/locDetlQuery.html
+++ b/src/main/webapp/views/ioWorks/locDetlQuery.html
@@ -47,7 +47,7 @@
<div id="search-box" class="layui-form layui-card-header">
<div class="layui-inline">
<div class="layui-input-inline">
- <input class="layui-input" type="text" name="loc_no" placeholder="璐т綅" autocomplete="off">
+ <input class="layui-input" type="text" name="loc_no" placeholder="璐т綅/鍒悕" autocomplete="off">
</div>
</div>
<div class="layui-inline">
@@ -100,7 +100,8 @@
function getCol() {
var cols = [
{type: 'checkbox'}
- ,{field: 'locNo', align: 'center',title: '璐т綅'}
+ ,{field: 'locNo', align: 'center',title: '璐т綅', hide: true}
+ ,{field: 'locNo$', align: 'center',title: '璐т綅'}
];
cols.push.apply(cols, detlCols);
cols.push({field: 'updateBy$', align: 'center',title: '淇敼浜哄憳', hide: true}
--
Gitblit v1.9.1