From 225a85b1a55f4475ba4441b3ed350e0df35ff735 Mon Sep 17 00:00:00 2001
From: yuyou_x <2336760928@qq.com>
Date: 星期二, 26 三月 2024 08:22:36 +0800
Subject: [PATCH] 点击取消移库任务时无法将目标储位与起始储位恢复,扫描完箱码数量后,未显示出向内条码信息。 取消分配后 点击编辑库存数量显示错误,锁定数量超出库存数量,添加明细时获取的物料信息存在问题。
---
HTML/views/WareHouseSetting/FlatLibraryLegend.html | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/HTML/views/WareHouseSetting/FlatLibraryLegend.html b/HTML/views/WareHouseSetting/FlatLibraryLegend.html
index cab5d59..f14c80c 100644
--- a/HTML/views/WareHouseSetting/FlatLibraryLegend.html
+++ b/HTML/views/WareHouseSetting/FlatLibraryLegend.html
@@ -139,7 +139,7 @@
</div>
</div>
<div class="layui-inline">
- <label class="layui-form-label">鎺�</label>
+ <label class="layui-form-label">妤煎眰</label>
<div class="layui-input-inline">
<select name="Row" id="Row" lay-filter="SelectRow">
<option value="1" selected>涓�妤�</option>
@@ -179,12 +179,12 @@
</div>
<!-- //瀹氭椂鑷埛鏂板簱浣嶅浘渚� -->
- <!-- <div class="layui-inline" style="float: right;">
+ <div class="layui-inline" style="float: right;">
<label class="layui-form-label" style="margin-top: 10px;">鑷姩鍒锋柊</label>
<div class="layui-input-inline" style="width: auto;">
<input type="checkbox" checked="" id="autoRefresh" lay-skin="switch" lay-filter="switchTest" lay-text="寮�|鍏�">
</div>
- </div> -->
+ </div>
</div>
</div>
@@ -372,11 +372,10 @@
//鑾峰彇鏁版嵁娓叉煋搴撲綅鍥�
- function GetSlotVm(houseNo, row,depth) {
+ function GetSlotVm(houseNo, row) {
var param = {
WareHouseNo: houseNo,
- Row: row,
- Depth: depth
+ Row: row
}
sendData(IP + "/Sys/GetFlatLibraryLegend", param, 'get', function (res) {
console.log(res)
@@ -1057,10 +1056,11 @@
});
//瀹氭椂鍣�
setInterval(function(){
+ // console.info(1)
if(autoRefresh){
- GetSlotVm($("#WareHouseNo").val(), $("#RoadwayNo").val(), $("#Row").val(), $("#Depth").val());
- //var currentDate = new Date();
- //console.log('鑷姩鍒锋柊浜嗭紝'+currentDate)
+ GetSlotVm($("#WareHouseNo").val(), $("#Row").val());
+ // var currentDate = new Date();
+ // console.log('鑷姩鍒锋柊浜嗭紝'+currentDate)
}
},10000)//10绉掕嚜鍔ㄥ埛鏂颁竴娆�
// #endregion
--
Gitblit v1.8.0