Commit 5138ee38 authored by 沈翠玲's avatar 沈翠玲

序列号报工

parent c1474dbd
......@@ -2832,17 +2832,8 @@ export default {
}
apires.then((res) => {
if (res.code === 200) {
if (item.isSerialReport && Number(item.isSerialReport) === 1) {
this.feedbackForms[0]['qrcode'] = ''
this.isFocus = true
// this.proVisible = true;
this.$refs.uModal.clearLoading()
} else {
this.isFocus = false
this.proVisible = false
}
if (item.printTemplate) {
let params = {}
res.data.forEach((datas) => {
......@@ -2928,6 +2919,16 @@ export default {
this.getTaskList()
}
if (item.isSerialReport && Number(item.isSerialReport) === 1) {
this.feedbackForms[0]['qrcode'] = ''
this.feedbackForms[0]['decompressionValue'] = ''
this.isFocus = true
// this.proVisible = true;
this.$refs.uModal.clearLoading()
} else {
this.isFocus = false
this.proVisible = false
}
})
})
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment