From 6dec0e0eb198b6bb5a7dd31793c41e67d9e70093 Mon Sep 17 00:00:00 2001 From: kyy <3283105747@qq.com> Date: 星期二, 26 八月 2025 10:55:05 +0800 Subject: [PATCH] 1、采购退货 --- H5/Js/Scbl.js | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/H5/Js/Scbl.js b/H5/Js/Scbl.js index 926b55b..78c3b87 100644 --- a/H5/Js/Scbl.js +++ b/H5/Js/Scbl.js @@ -160,6 +160,7 @@ that.num = null; //that.ItemBlDetail = json.data.tbBillList.item2 that.$notify({ type: 'success', message: '鎵弿鎴愬姛' }); + that.$playSound('success'); that.GetMesItemBlDetailByBillNo(); that.$refs.barcode.focus(); that.barcode = ""; @@ -168,12 +169,14 @@ } else if (json.status == 2) { + that.$playSound('error'); that.$refs.splitNum.focus(); that.splitNum = json.data.cfNum; that.num = json.data.num; } else { that.$toast.fail(json.message); + that.$playSound('error'); that.$refs.barcode.focus(); that.barcode = ""; that.num = ""; @@ -183,6 +186,7 @@ }) .catch(function (error) { that.isLoading = false; + that.$playSound('error'); that.$toast.fail("缃戠粶閿欒锛岃閲嶈瘯锛�"); //console.log(error); that.$refs.barcode.focus(); -- Gitblit v1.9.3