From afd453459e6567a1506c6a94b66677dbb247afc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Wed, 20 Oct 2021 00:44:15 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=99=E5=95=86=E5=93=81=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E6=96=B0=E6=89=8B=E5=BC=95=E5=AF=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/material/modules/MaterialModal.vue | 36 ++++++++++++------- 1 file changed, 24 insertions(+), 12 deletions(-) diff --git a/jshERP-web/src/views/material/modules/MaterialModal.vue b/jshERP-web/src/views/material/modules/MaterialModal.vue index 7f1ed5cc..1f888ac8 100644 --- a/jshERP-web/src/views/material/modules/MaterialModal.vue +++ b/jshERP-web/src/views/material/modules/MaterialModal.vue @@ -20,22 +20,24 @@ - - + + - - + + - + - + @@ -65,24 +67,28 @@ - + - + - + - + @@ -90,7 +96,8 @@ - + @@ -98,7 +105,8 @@ - + @@ -254,6 +262,7 @@ import JEditableTable from '@/components/jeecg/JEditableTable' import { FormTypes, VALIDATE_NO_PASSED, getRefPromise, validateFormAndTables } from '@/utils/JEditableTableUtil' import {queryMaterialCategoryTreeList,checkMaterial,checkMaterialBarCode,getAllMaterialAttribute,getMaxBarCode} from '@/api/api' + import { handleIntroJs } from "@/utils/util" import { httpAction, getAction } from '@/api/manage' import JImageUpload from '@/components/jeecg/JImageUpload' import JDate from '@/components/jeecg/JDate' @@ -403,6 +412,9 @@ editableTables[0].add() }) this.edit({}); + this.$nextTick(() => { + handleIntroJs('material', 12) + }); }, edit (record) { this.form.resetFields();