md
This commit is contained in:
parent
d30dff3937
commit
d48397dbe4
@ -923,7 +923,7 @@ export default {
|
|||||||
this.$modal.msgError(billRes && billRes.msg)
|
this.$modal.msgError(billRes && billRes.msg)
|
||||||
return;
|
return;
|
||||||
}else if(!billRes.rows || billRes.rows.length < 1){
|
}else if(!billRes.rows || billRes.rows.length < 1){
|
||||||
this.$modal.msgError(('无此运单数据') + ": " + billcode)
|
this.$modal.msgError('运单不存在或已被批次占用: ' + billcode)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
let item = billRes.rows[0];
|
let item = billRes.rows[0];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user