From 4e5adf2bb450f9012440b820949d909307242d53 Mon Sep 17 00:00:00 2001
From: zc <zc>
Date: 星期四, 25 七月 2024 14:47:31 +0800
Subject: [PATCH] 新增盘点入库
---
src/main/webapp/static/js/locDetl/locDetl.js | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/static/js/locDetl/locDetl.js b/src/main/webapp/static/js/locDetl/locDetl.js
index 90e8841..1beb9e2 100644
--- a/src/main/webapp/static/js/locDetl/locDetl.js
+++ b/src/main/webapp/static/js/locDetl/locDetl.js
@@ -454,7 +454,11 @@
clearFormVal($('#search-box'));
tableReload(false);
});
-
+ layDate.render({
+ elem: '.layui-laydate-range'
+ ,type: 'datetime'
+ ,range: true
+ });
// 鏃堕棿閫夋嫨鍣�
layDate.render({
elem: '#modiTime\\$',
--
Gitblit v1.9.1