From 1ec69e80e5a111389f58156b4cd15721733337a0 Mon Sep 17 00:00:00 2001 From: "songnan.zhang" Date: Wed, 22 Dec 2021 13:48:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AD=A3=E5=B8=B8=E6=89=93=E5=8D=B0=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=96=AD=E5=8F=B7=E9=AA=8C=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../basedate/m100Online/normalPritIndex.vue | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/vue/src/views/pg-fis/basedate/m100Online/normalPritIndex.vue b/vue/src/views/pg-fis/basedate/m100Online/normalPritIndex.vue index b6db8ffd..d79a1489 100644 --- a/vue/src/views/pg-fis/basedate/m100Online/normalPritIndex.vue +++ b/vue/src/views/pg-fis/basedate/m100Online/normalPritIndex.vue @@ -327,7 +327,11 @@ 取消 - 确认 @@ -637,6 +641,9 @@ export default { ...mapGetters(["userInfo"]), //获取当前用户信息 }, methods: { + debounceClick() { + console.log("2秒内点击无数次,都只会触发一次"); + }, //大众顺序号起止事件改变 beginHostSNChange(val) { if (this.listQuery.productType === 1) { @@ -1251,6 +1258,10 @@ export default { if (this.listQuery.productType === 1) { //门板-打印 + this.hostCheckQuery.beginHostSN = parseInt(this.form.beginHostSN); + this.hostCheckQuery.endHostSN = parseInt(this.form.endHostSN); + this.hostCheckQuery.productLine = this.listQuery.productLine; + this.$axios .posts( "/api/newjit/bill-m100/check-mb-hostsn-break-num", @@ -1368,6 +1379,10 @@ export default { }); } else if (this.listQuery.productType === 2) { //柱护板 + + this.hostCheckQuery.beginHostSN = parseInt(this.form.beginHostSN); + this.hostCheckQuery.endHostSN = parseInt(this.form.endHostSN); + this.hostCheckQuery.productLine = this.listQuery.productLine; this.$axios .posts( "/api/newjit/bill-m100/check-zhb-hostsn-break-num",