From 225a85b1a55f4475ba4441b3ed350e0df35ff735 Mon Sep 17 00:00:00 2001
From: yuyou_x <2336760928@qq.com>
Date: 星期二, 26 三月 2024 08:22:36 +0800
Subject: [PATCH] 点击取消移库任务时无法将目标储位与起始储位恢复,扫描完箱码数量后,未显示出向内条码信息。 取消分配后 点击编辑库存数量显示错误,锁定数量超出库存数量,添加明细时获取的物料信息存在问题。

---
 Pda/View/SoSetting/SampleOut.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Pda/View/SoSetting/SampleOut.html b/Pda/View/SoSetting/SampleOut.html
index 0daa6f8..8ed7e48 100644
--- a/Pda/View/SoSetting/SampleOut.html
+++ b/Pda/View/SoSetting/SampleOut.html
@@ -1315,7 +1315,7 @@
                                     $('#kuneilabel2').show();
                                     $('#kuqianlabel2').hide();
 									updateBillList2();
-									// console.log($('#bar2').val())
+									console.log($('#bar2').val())
 									if ($('#bar2').val() == "") {
 										console.log(1)
 										clear21();
@@ -1333,7 +1333,7 @@
                                     $('#kuqianlabel2').show();
                                     $('#kuneilabel2').hide();
                                     updateAsnBillList2();
-									GetBoxInfo();
+									GetDataInfo();
                                     sampleType = "1";
                                 }
                                 

--
Gitblit v1.8.0