后道调整
This commit is contained in:
@@ -104,11 +104,12 @@ export default {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
this.loading = true
|
this.loading = true
|
||||||
this.changeFormStatus(2)
|
|
||||||
// 扫入箱标签
|
// 扫入箱标签
|
||||||
QcBackEndApi.ScanPackageLabel(params).then((res) => {
|
QcBackEndApi.ScanPackageLabel(params).then((res) => {
|
||||||
this.loading = false
|
this.loading = false
|
||||||
if (res.code === 200 && res.data === 'ok') {
|
if (res.code === 200 && res.data === 'ok') {
|
||||||
|
this.changeFormStatus(2)
|
||||||
this.showErrorMessage(0)
|
this.showErrorMessage(0)
|
||||||
this.close()
|
this.close()
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user