增加新人引导按钮

This commit is contained in:
季圣华
2021-11-04 01:04:23 +08:00
parent 9905063c80
commit 7601fd076f
5 changed files with 36 additions and 6 deletions

View File

@@ -7,6 +7,8 @@
:maskClosable="false"
:keyboard="false"
:forceRender="true"
v-bind:prefixNo="prefixNo"
switchHelp
switchFullscreen
@ok="handleOk"
@cancel="handleCancel"
@@ -60,6 +62,7 @@
:rowNumber="false"
:rowSelection="true"
:actionButton="true"
:dragSort="true"
@valueChange="onValueChange"
@added="onAdded"
@deleted="onDeleted">
@@ -298,7 +301,7 @@
this.addInit(this.prefixNo)
this.fileList = []
this.$nextTick(() => {
handleIntroJs('purchaseIn', 11)
handleIntroJs(this.prefixNo, 1)
})
} else {
this.model.operTime = this.model.operTimeStr

View File

@@ -7,6 +7,8 @@
:maskClosable="false"
:keyboard="false"
:forceRender="true"
v-bind:prefixNo="prefixNo"
switchHelp
switchFullscreen
@ok="handleOk"
@cancel="handleCancel"
@@ -198,7 +200,7 @@
this.addInit(this.prefixNo)
this.fileList = []
this.$nextTick(() => {
handleIntroJs('purchaseOrder', 2)
handleIntroJs(this.prefixNo, 1)
})
} else {
this.model.operTime = this.model.operTimeStr

View File

@@ -7,6 +7,8 @@
:maskClosable="false"
:keyboard="false"
:forceRender="true"
v-bind:prefixNo="prefixNo"
switchHelp
switchFullscreen
@ok="handleOk"
@cancel="handleCancel"
@@ -204,7 +206,7 @@
this.personList.value = ''
this.fileList = []
this.$nextTick(() => {
handleIntroJs('saleOrder', 2)
handleIntroJs(this.prefixNo, 1)
})
} else {
this.model.operTime = this.model.operTimeStr

View File

@@ -7,6 +7,8 @@
:maskClosable="false"
:keyboard="false"
:forceRender="true"
v-bind:prefixNo="prefixNo"
switchHelp
switchFullscreen
@ok="handleOk"
@cancel="handleCancel"
@@ -303,7 +305,7 @@
this.personList.value = ''
this.fileList = []
this.$nextTick(() => {
handleIntroJs('saleOut', 2)
handleIntroJs(this.prefixNo, 1)
})
} else {
this.model.operTime = this.model.operTimeStr