This commit is contained in:
2023-07-23 12:56:58 +08:00
parent 60dc9ffe70
commit abb822ed9f
26 changed files with 156 additions and 106 deletions

View File

@@ -88,7 +88,6 @@ export default {
next()
},
activated () {
console.log(this.$store.getters.materObj, 666)
if (this.$store.getters.materObj !== '') {
this.material_spec = JSON.parse(this.$store.getters.materObj).material_spec
this.material_code = JSON.parse(this.$store.getters.materObj).material_code
@@ -142,6 +141,7 @@ export default {
try {
let res = await washweighing(list)
if (res.code === 200) {
this.toast(res.msg)
this.deviceinstor_weight = res.content[0].deviceinstor_weight
}
this.disabled1 = false