维修作业

This commit is contained in:
2023-09-08 13:22:19 +08:00
parent fb876f841b
commit a7acaf21d1
9 changed files with 129 additions and 76 deletions

View File

@@ -92,7 +92,7 @@
}
},
destroyed () {
this.$store.dispatch('publicObj', '')
this.$store.dispatch('setPublicObj', '')
},
created () {
this._getWork()
@@ -100,7 +100,7 @@
methods: {
getMater () {
uni.navigateTo({
url: '/pages/modules/SemifinishedMaterSearch'
url: '/pages/warehouse/SemifinishedMaterSearch'
})
},
/** 选择器 */
@@ -150,7 +150,7 @@
this.sale_id = ''
this.index = ''
this.bar_code = ''
this.$store.dispatch('publicObj', '')
this.$store.dispatch('setPublicObj', '')
}
}
}