cdk
2025-09-01 7145850d78f4eb253fc89862a9ba5a24e823fac1
库位查询前台增加提示
已修改1个文件
8 ■■■■■ 文件已修改
H5/Js/Kwcx.js 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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;
                })