From 34f6a33873b3848aa6740d0cfbf86bd9432ead54 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期四, 18 九月 2025 09:22:21 +0800
Subject: [PATCH] 受托退料:前端界面规范,列表与明细转为存储过程,添加组织隔离、拆分、库位列表、已扫待扫

---
 H5/Js/Kwcx.js |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/H5/Js/Kwcx.js b/H5/Js/Kwcx.js
index fb2eb64..0c992c3 100644
--- a/H5/Js/Kwcx.js
+++ b/H5/Js/Kwcx.js
@@ -57,6 +57,9 @@
                         that.barInfoList = json.data.tbBarInfoList;
                     } else {
                         that.barInfoList = [];
+                        that.modeInfo.deptSectionCode = '';
+                        that.$toast.fail(json.message);
+                        that.$playSound('error');
                     }
                     that.isLoading = false;
                 })
@@ -77,6 +80,7 @@
                     if (json.status == 0) {
                         Object.assign(that.scanInfo, json.data.tbBarInfo);
                     } else {
+                        that.scanInfo.barcode = '';
                         that.$toast.fail(json.message);
                         that.$playSound('error');
                     }
@@ -151,6 +155,10 @@
                         that.tbItemInfo = json.data.tbItemInfo;
                     } else {
                         that.tbItemInfo = [];
+                        that.itemNo.barCode = '';
+                        that.itemNo.itemNo = '';
+                        that.$toast.fail(json.message);
+                        that.$playSound('error');
                     }
                     that.isLoading = false;
                 })

--
Gitblit v1.9.3