From 3876860f19d3f5693fd35b956e2a375ba1a0ada1 Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期四, 14 八月 2025 16:23:34 +0800 Subject: [PATCH] 1.巡检成功提示优化 2.巡检检验状态bug优化 3.产品绑定“不合格数”bug优化 4.到货单送货条码标记 --- H5/Js/IPQC_XJ/Add.js | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/H5/Js/IPQC_XJ/Add.js b/H5/Js/IPQC_XJ/Add.js index 0f6f4b0..e3131a3 100644 --- a/H5/Js/IPQC_XJ/Add.js +++ b/H5/Js/IPQC_XJ/Add.js @@ -220,6 +220,7 @@ }, addJyzIpqc(input) { + var that = this; var guid1 = that.formData.guid;//涓昏〃id var mxguid = that.tableData[that.tabActive].guid;//妫�楠岄」鐩殑guid @@ -230,8 +231,12 @@ inP1: input,//鎴栬��0k-19,鎴栬�卬g-19,鎴栧疄闄呮楠屽�� }, true, 1).then(function (res1) { if (res1.rtnCode > 0) { - that.$notify({ - type: 'success', message: res1.rtnMsg + //that.$notify({ + // type: 'success', message: res1.rtnMsg + //}); + that.$toast.success({ + duration: 1000, // 鎸佺画灞曠ず toast + message: '鎿嶄綔鎴愬姛', }); that.refreshJYItem();//鍒锋柊妫�楠岄」鐩� //that.handleTabClick();//鍒锋柊妫�楠屾槑缁嗛潰鏉� -- Gitblit v1.9.3