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); }); }