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