md
This commit is contained in:
parent
5a120fb620
commit
de5e98a464
@ -1112,7 +1112,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