From d73bdbb303dbab516eac994a598ccdd7dc11042e Mon Sep 17 00:00:00 2001 From: linfso Date: Tue, 17 Jun 2025 14:17:27 +0800 Subject: [PATCH] md --- src/views/emis/emisTmsCostFee/BatchImportCostFee.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/emis/emisTmsCostFee/BatchImportCostFee.vue b/src/views/emis/emisTmsCostFee/BatchImportCostFee.vue index eab66361..3dc06fd0 100644 --- a/src/views/emis/emisTmsCostFee/BatchImportCostFee.vue +++ b/src/views/emis/emisTmsCostFee/BatchImportCostFee.vue @@ -466,7 +466,6 @@ export default { }; let resBatch=await listEmisTmsSiteBatch(qParam); if(resBatch&&resBatch.code==200){ - if(resBatch.rows.length!=1){ orderItem.uploadStatus=-1; orderItem.errorInfo='批次号不存在'; @@ -518,7 +517,9 @@ export default { if(resBill.code==200){ if(resBill.rows&&resBill.rows.length>0){ resBill.rows.forEach(itemWaybill=>{ - let relItem={...itemWaybill}; + let relItem={ + billCode:itemWaybill.billCode + }; billRelList.push(relItem); }); }