This commit is contained in:
linfso 2024-11-23 07:28:35 +08:00
parent d30dff3937
commit d48397dbe4

View File

@ -923,7 +923,7 @@ export default {
this.$modal.msgError(billRes && billRes.msg)
return;
}else if(!billRes.rows || billRes.rows.length < 1){
this.$modal.msgError(('无此运单数据') + ": " + billcode)
this.$modal.msgError('运单不存在或已被批次占用: ' + billcode)
return;
}
let item = billRes.rows[0];