From 4e2f28d7f27c15f7066dfae335756c4d0f383b0c Mon Sep 17 00:00:00 2001 From: "songnan.zhang" Date: Thu, 23 Dec 2021 10:53:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A6=96=E9=A1=B5=E5=8F=8A?= =?UTF-8?q?=E8=8F=9C=E5=8D=95=EF=BC=8C=E6=97=A5=E5=B8=B8=E6=89=93=E5=8D=B0?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B8=8D=E5=8F=AF=E8=BF=9E=E7=BB=AD=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E7=A1=AE=E8=AE=A4=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue/src/router/index.js | 18 +++++++++--------- .../basedate/m100Online/normalPritIndex.vue | 19 ++++++++++++++++--- 2 files changed, 25 insertions(+), 12 deletions(-) diff --git a/vue/src/router/index.js b/vue/src/router/index.js index b056bd43..4f0f543f 100644 --- a/vue/src/router/index.js +++ b/vue/src/router/index.js @@ -86,8 +86,8 @@ export const constantRoutes = [ children: [ { path: 'dashboard', - //component: () => import('@/views/pg-fis/basedate/m100Online/normalPritIndex.vue'),//fis - component: () => import('@/views/ux/backGroundWork'), + component: () => import('@/views/pg-fis/basedate/m100Online/normalPritIndex.vue'),//fis + //component: () => import('@/views/ux/backGroundWork'), name: 'Dashboard', meta: { title: '系统首页', @@ -170,14 +170,14 @@ export const asyncRoutes = [ /** when your routing map is too long, you can split it into small modules **/ managerRouter,//系统首页 personRouter,//系统管理 - basedataRouter,//基础数据维护 - vwFisDataRouter,//结算与开票数据导入 - billdataRouter,//销售结算与开票报表 + //basedataRouter,//基础数据维护 + //vwFisDataRouter,//结算与开票数据导入 + //billdataRouter,//销售结算与开票报表 //businessdataRouter, - wheeldataRouter,//大众看板和备件 - // pgfisPrint,//排序单打印 - // pgfis,//派格fis - JobTimeDataRouter,//后台作业监控 + //wheeldataRouter,//大众看板和备件 + pgfisPrint,//排序单打印 + pgfis,//派格fis + //JobTimeDataRouter,//后台作业监控 // 404 page must be placed at the end !!! { path: '*', redirect: '/404', hidden: true } diff --git a/vue/src/views/pg-fis/basedate/m100Online/normalPritIndex.vue b/vue/src/views/pg-fis/basedate/m100Online/normalPritIndex.vue index 97cf7b95..67c0d98e 100644 --- a/vue/src/views/pg-fis/basedate/m100Online/normalPritIndex.vue +++ b/vue/src/views/pg-fis/basedate/m100Online/normalPritIndex.vue @@ -330,6 +330,7 @@ 确认 { console.log("检查门板-大众顺序号是否断号"); + this.isDisable = true; + setTimeout(() => { + this.isDisable = false; + }, 1000); if (response.item.length > 0) { //有断号 this.$confirm( @@ -1397,7 +1406,7 @@ export default { }); } else if (this.listQuery.productType === 2) { //柱门板 - this.hostCheckQuery.beginHostSN = parseInt(this.form.beginHostSN); + this.hostCheckQuery.beginHostSN = parseInt(this.form.beginHostSN); this.hostCheckQuery.endHostSN = parseInt(this.form.endHostSN); this.hostCheckQuery.productLine = this.listQuery.productLine; @@ -1408,6 +1417,10 @@ export default { ) .then((response) => { console.log("检查门板-大众顺序号是否断号"); + this.isDisable = true; + setTimeout(() => { + this.isDisable = false; + }, 1000); if (response.item.length > 0) { //有断号 this.$confirm(