From 52dbfd767f2485a1d615c5d9db50d648a1d8214a Mon Sep 17 00:00:00 2001
From: wbc <2597324127@qq.com>
Date: 星期二, 23 十二月 2025 23:56:58 +0800
Subject: [PATCH] 生产报工模糊查询
---
H5/Js/IPQC_SJ/Add.js | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
diff --git a/H5/Js/IPQC_SJ/Add.js b/H5/Js/IPQC_SJ/Add.js
index cba4509..d19e67d 100644
--- a/H5/Js/IPQC_SJ/Add.js
+++ b/H5/Js/IPQC_SJ/Add.js
@@ -186,11 +186,9 @@
}, true, 1).then(function (res1) {
if (res1.rtnCode == 1) {
that.tableMxData = res1.rtnData;
- that.$playSound('success');
} else {
that.$toast.fail(res1.rtnMsg);
- that.$playSound('error');
}
}).catch(function (error) {
that.$toast.fail("缃戠粶閿欒锛岃閲嶈瘯锛�");
@@ -203,7 +201,6 @@
if (!that.inputValue) {
this.$toast.fail("妫�楠屽�间笉鑳戒负绌�");
- that.$playSound('error');
that.isLoading = false;
return;
}
@@ -225,14 +222,12 @@
that.$notify({
type: 'success', message: res1.rtnMsg
});
- that.$playSound('success');
that.refreshJYItem();//鍒锋柊妫�楠岄」鐩�
//that.handleTabClick();//鍒锋柊妫�楠屾槑缁嗛潰鏉�
//that.$refs.inputValue.focus();
that.inputValue = null;
} else {
that.$toast.fail(res1.rtnMsg);
- that.$playSound('error');
that.inputValue = null;
}
that.isLoading = false;
@@ -316,11 +311,9 @@
}, true, 1).then(function (res1) {
if (res1.rtnData.outSum == 1) {
that.$notify({ type: 'success', message: '鎻愪氦鎴愬姛' });
- that.$playSound('success');
that.init();
} else {
that.$toast.fail(res1.rtnData.outMsg);
- that.$playSound('error');
}
that.ttrre = false
}).catch(function (error) {
@@ -343,11 +336,9 @@
}, true, 1).then(res1 => {
if (res1.rtnCode == 1) {
that.$notify({ type: 'success', message: '閲嶆柊鍔犺浇鎴愬姛' });
- that.$playSound('success');
that.init();
} else {
that.$toast.fail(res1.rtnMsg);
- that.$playSound('error');
}
that.isLoading = false;
}).catch(error => {
--
Gitblit v1.9.3