解决零售出库新手提示的bug
This commit is contained in:
@@ -284,7 +284,7 @@
|
|||||||
this.addInit(this.prefixNo)
|
this.addInit(this.prefixNo)
|
||||||
this.fileList = []
|
this.fileList = []
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
handleIntroJs('retailOut', 1)
|
handleIntroJs(this.prefixNo, 1)
|
||||||
})
|
})
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
this.form.setFieldsValue({'payType': '现付', 'getAmount':0, 'backAmount':0})
|
this.form.setFieldsValue({'payType': '现付', 'getAmount':0, 'backAmount':0})
|
||||||
|
|||||||
Reference in New Issue
Block a user