From b62c24cac214011f7219a12753ab3bc8cf0f1bed Mon Sep 17 00:00:00 2001
From: dubin <bindu_bean@163.com>
Date: 星期一, 27 十月 2025 15:37:11 +0800
Subject: [PATCH] 初始化
---
src/main/webapp/views/pakStore/clampDetlQuery.html | 12 ++++++++++++
src/main/webapp/views/pakStore/clampOut.html | 2 +-
src/main/webapp/static/js/common.js | 2 +-
src/main/webapp/views/pakStore/emptyOut.html | 9 ++++++++-
pom.xml | 2 +-
src/main/resources/application.yml | 6 +++---
6 files changed, 26 insertions(+), 7 deletions(-)
diff --git a/pom.xml b/pom.xml
index 8b08150..3a7119a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,7 +117,7 @@
<build>
- <finalName>czkhasrs</finalName>
+ <finalName>zjhlasrs</finalName>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 945dfab..0a3ba90 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -43,7 +43,7 @@
#License鐩稿叧閰嶇疆
license:
- subject: czkhasrs
+ subject: zjhlasrs
publicAlias: publicCert
storePass: public_zhongyang_123456789
licensePath: license.lic
@@ -52,11 +52,11 @@
# 涓嬩綅鏈洪厤缃�
wcs-slave:
# 鍙屾繁
- doubleDeep: true
+ doubleDeep: false
# 鍙屾繁搴撲綅鎺掑彿
doubleLocs: 1,4
# 涓�涓爢鍨涙満璐熻矗鐨勮揣鏋舵帓鏁�
- groupCount: 4
+ groupCount: 2
# 宸︽繁搴撲綅鎺掑彿
doubleLocsLeft: 4
# 鍙虫繁搴撲綅鎺掑彿
diff --git a/src/main/webapp/static/js/common.js b/src/main/webapp/static/js/common.js
index 366c78d..1021e5b 100644
--- a/src/main/webapp/static/js/common.js
+++ b/src/main/webapp/static/js/common.js
@@ -1,4 +1,4 @@
-var baseUrl = "/czkhasrs";
+var baseUrl = "/zjhlasrs";
// 璇︽儏绐楀彛-楂樺害
var detailHeight = '80%';
diff --git a/src/main/webapp/views/pakStore/clampDetlQuery.html b/src/main/webapp/views/pakStore/clampDetlQuery.html
index e6f7fc6..6118080 100644
--- a/src/main/webapp/views/pakStore/clampDetlQuery.html
+++ b/src/main/webapp/views/pakStore/clampDetlQuery.html
@@ -108,6 +108,18 @@
<input class="layui-input" type="text" name="zpallet" placeholder="鎵樼洏鏉$爜" autocomplete="off">
</div>
</div>
+ <div class="layui-inline">
+ <div class="layui-input-inline">
+ <select name="loc_type2">
+ <option value="">璇烽�夋嫨鎵樼洏绫诲瀷</option>
+ <option value="4">绗竴绉�</option>
+ <option value="5">绗簩绉�</option>
+ <option value="6">绗笁绉�</option>
+ <option value="7">绗洓绉�</option>
+ <option value="8">绗簲绉�</option>
+ </select>
+ </div>
+ </div>
<!-- 寰呮坊鍔� -->
<div id="data-search-btn" class="layui-btn-container layui-form-item" style="display: inline-block">
<button id="search" class="layui-btn layui-btn-primary layui-btn-radius" lay-submit lay-filter="search">鎼滅储</button>
diff --git a/src/main/webapp/views/pakStore/clampOut.html b/src/main/webapp/views/pakStore/clampOut.html
index fab3d47..58c2bf3 100644
--- a/src/main/webapp/views/pakStore/clampOut.html
+++ b/src/main/webapp/views/pakStore/clampOut.html
@@ -96,7 +96,7 @@
<div class="layui-form">
<div class="layui-btn-container">
<!-- 1.閫夋嫨鍑哄簱鍙� -->
- <span id="staNoSpan">鐩樼偣绔欙細</span>
+ <span id="staNoSpan">鍑哄簱鍙o細</span>
<select id="staNoSelect" lay-verify="required">
<option value="">璇烽�夋嫨绔欑偣</option>
</select>
diff --git a/src/main/webapp/views/pakStore/emptyOut.html b/src/main/webapp/views/pakStore/emptyOut.html
index 3313934..8ecc016 100644
--- a/src/main/webapp/views/pakStore/emptyOut.html
+++ b/src/main/webapp/views/pakStore/emptyOut.html
@@ -96,7 +96,14 @@
</div>
<div class="layui-inline">
<div class="layui-input-inline">
- <input class="layui-input" type="text" name="loc_type2" placeholder="鎵樼洏绫诲瀷锛堟墭鐩橀浣嶆暟瀛楋級" lay-verify="number" autocomplete="off">
+ <select name="loc_type2">
+ <option value="">璇烽�夋嫨鎵樼洏绫诲瀷</option>
+ <option value="4">绗竴绉�</option>
+ <option value="5">绗簩绉�</option>
+ <option value="6">绗笁绉�</option>
+ <option value="7">绗洓绉�</option>
+ <option value="8">绗簲绉�</option>
+ </select>
</div>
</div>
--
Gitblit v1.9.1