From aaf4a5039c86db159587e1299d5c3925adb70489 Mon Sep 17 00:00:00 2001
From: Junjie <DELL@qq.com>
Date: 星期四, 18 十二月 2025 16:16:39 +0800
Subject: [PATCH] #
---
src/main/webapp/static/js/basDevp/basDevp.js | 1 +
src/main/java/com/zy/asrs/entity/BasDevp.java | 7 +++++++
src/main/webapp/views/basDevp/basDevp.html | 6 ++++++
src/main/resources/mapper/BasDevpMapper.xml | 1 +
4 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/src/main/java/com/zy/asrs/entity/BasDevp.java b/src/main/java/com/zy/asrs/entity/BasDevp.java
index cafa3fd..e6ecf32 100644
--- a/src/main/java/com/zy/asrs/entity/BasDevp.java
+++ b/src/main/java/com/zy/asrs/entity/BasDevp.java
@@ -113,6 +113,13 @@
@TableField("run_block_reassign_loc_station_list")
private String runBlockReassignLocStationList;
+ /**
+ * 椤跺崌绉绘牻绔欑偣鏁版嵁
+ */
+ @ApiModelProperty(value= "椤跺崌绉绘牻绔欑偣鏁版嵁")
+ @TableField("lift_transfer_station_list")
+ private String liftTransferStationList;
+
public BasDevp() {}
public BasDevp(Integer devpNo,Integer status,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo,String stationList,String barcodeStationList,String inStationList,String outStationList) {
diff --git a/src/main/resources/mapper/BasDevpMapper.xml b/src/main/resources/mapper/BasDevpMapper.xml
index d6c01b5..5b85439 100644
--- a/src/main/resources/mapper/BasDevpMapper.xml
+++ b/src/main/resources/mapper/BasDevpMapper.xml
@@ -17,6 +17,7 @@
<result column="in_station_list" property="inStationList" />
<result column="out_station_list" property="outStationList" />
<result column="run_block_reassign_loc_station_list" property="runBlockReassignLocStationList" />
+ <result column="lift_transfer_station_list" property="liftTransferStationList" />
</resultMap>
diff --git a/src/main/webapp/static/js/basDevp/basDevp.js b/src/main/webapp/static/js/basDevp/basDevp.js
index f323842..8d267a3 100644
--- a/src/main/webapp/static/js/basDevp/basDevp.js
+++ b/src/main/webapp/static/js/basDevp/basDevp.js
@@ -38,6 +38,7 @@
{ field: "inStationList", align: "center", title: "鍏ュ簱绔欑偣鏁版嵁" },
{ field: "outStationList", align: "center", title: "鍑哄簱绔欑偣鏁版嵁" },
{ field: "runBlockReassignLocStationList", align: "center", title: "杩愯鍫靛閲嶆柊鍒嗛厤搴撲綅绔欑偣鏁版嵁" },
+ { field: "liftTransferStationList", align: "center", title: "椤跺崌绉绘牻绔欑偣鏁版嵁" },
{
fixed: "right",
diff --git a/src/main/webapp/views/basDevp/basDevp.html b/src/main/webapp/views/basDevp/basDevp.html
index 98bb472..8f7a490 100644
--- a/src/main/webapp/views/basDevp/basDevp.html
+++ b/src/main/webapp/views/basDevp/basDevp.html
@@ -149,6 +149,12 @@
<input class="layui-input" name="runBlockReassignLocStationList" placeholder="璇疯緭鍏ヨ繍琛屽牭濉為噸鏂板垎閰嶅簱浣嶇珯鐐规暟鎹�">
</div>
</div>
+ <div class="layui-form-item">
+ <label class="layui-form-label">椤跺崌绉绘牻绔欑偣鏁版嵁: </label>
+ <div class="layui-input-block">
+ <input class="layui-input" name="liftTransferStationList" placeholder="璇疯緭鍏ラ《鍗囩Щ鏍界珯鐐规暟鎹�">
+ </div>
+ </div>
</div>
</div>
--
Gitblit v1.9.1