|  | @@ -730,6 +730,15 @@
 | 
											
												
													
														|  |                          delete item.accountDc
 |  |                          delete item.accountDc
 | 
											
												
													
														|  |                          return item
 |  |                          return item
 | 
											
												
													
														|  |                      })
 |  |                      })
 | 
											
												
													
														|  | 
 |  | +                }else {
 | 
											
												
													
														|  | 
 |  | +                    this.form.finStlBillsItemsList = this.handleSelectionData.map((item,index)=>{
 | 
											
												
													
														|  | 
 |  | +                        if (item.currentStlCurCode == 'CNY') {
 | 
											
												
													
														|  | 
 |  | +                            item.currentStlAmount = item.currentStlAmountRMB
 | 
											
												
													
														|  | 
 |  | +                        }else {
 | 
											
												
													
														|  | 
 |  | +                            item.currentStlAmount = item.currentStlAmountUSD
 | 
											
												
													
														|  | 
 |  | +                        }
 | 
											
												
													
														|  | 
 |  | +                        return item
 | 
											
												
													
														|  | 
 |  | +                    })
 | 
											
												
													
														|  |                  }
 |  |                  }
 | 
											
												
													
														|  |                  finstlbillsSubmit(this.form).then(res=>{
 |  |                  finstlbillsSubmit(this.form).then(res=>{
 | 
											
												
													
														|  |                      this.saveLoading = false
 |  |                      this.saveLoading = false
 |