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 | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/H5/Js/Scbl.js b/H5/Js/Scbl.js index 5f3725d..78c3b87 100644 --- a/H5/Js/Scbl.js +++ b/H5/Js/Scbl.js @@ -169,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 = ""; @@ -184,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