This commit is contained in:
linfso 2025-06-17 14:17:27 +08:00
parent 7690e522bc
commit d73bdbb303

View File

@ -466,7 +466,6 @@ export default {
}; };
let resBatch=await listEmisTmsSiteBatch(qParam); let resBatch=await listEmisTmsSiteBatch(qParam);
if(resBatch&&resBatch.code==200){ if(resBatch&&resBatch.code==200){
if(resBatch.rows.length!=1){ if(resBatch.rows.length!=1){
orderItem.uploadStatus=-1; orderItem.uploadStatus=-1;
orderItem.errorInfo='批次号不存在'; orderItem.errorInfo='批次号不存在';
@ -518,7 +517,9 @@ export default {
if(resBill.code==200){ if(resBill.code==200){
if(resBill.rows&&resBill.rows.length>0){ if(resBill.rows&&resBill.rows.length>0){
resBill.rows.forEach(itemWaybill=>{ resBill.rows.forEach(itemWaybill=>{
let relItem={...itemWaybill}; let relItem={
billCode:itemWaybill.billCode
};
billRelList.push(relItem); billRelList.push(relItem);
}); });
} }