From 7617f61de4a39a8dfc5ad02e954292d73a7aa4dc Mon Sep 17 00:00:00 2001
From: zyx <zyx123456>
Date: 星期二, 23 七月 2024 14:05:38 +0800
Subject: [PATCH] 修复入库通知档无法搜索,无法删除的bug
---
zy-asrs-wms/src/main/webapp/views/pakStore/locDetlQuery.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/zy-asrs-wms/src/main/webapp/views/pakStore/locDetlQuery.html b/zy-asrs-wms/src/main/webapp/views/pakStore/locDetlQuery.html
index 2372d22..706089c 100644
--- a/zy-asrs-wms/src/main/webapp/views/pakStore/locDetlQuery.html
+++ b/zy-asrs-wms/src/main/webapp/views/pakStore/locDetlQuery.html
@@ -74,7 +74,7 @@
</div>
<div class="layui-inline">
<div class="layui-input-inline">
- <input class="layui-input" type="text" name="memo" placeholder="缈诲寘" autocomplete="off">
+ <input class="layui-input" type="text" name="owner" placeholder="璐т富" autocomplete="off">
</div>
</div>
<!-- 寰呮坊鍔� -->
@@ -106,7 +106,7 @@
function getCol() {
var cols = [
{type: 'checkbox'}
- ,{field: 'locNo$', align: 'center',title: '搴撲綅鍙�'}
+ ,{field: 'locNo', align: 'center',title: '搴撲綅鍙�'}
];
cols.push.apply(cols, detlCols);
cols.push({field: 'modiUser$', align: 'center',title: '淇敼浜哄憳', hide: true}
--
Gitblit v1.9.1