|  | @@ -183,7 +183,7 @@
 | 
											
												
													
														|  |            </span>
 |  |            </span>
 | 
											
												
													
														|  |             <!-- 实际事故金额 -->
 |  |             <!-- 实际事故金额 -->
 | 
											
												
													
														|  |             <span slot="practicalSum" slot-scope="text, record, index">
 |  |             <span slot="practicalSum" slot-scope="text, record, index">
 | 
											
												
													
														|  | -                  <a-input placeholder="请输入" v-model="record.practicalSum" />
 |  | 
 | 
											
												
													
														|  | 
 |  | +                  <a-input placeholder="请输入" v-model="record.practicalSum"  @blur="changepracticalSum(record)"/>
 | 
											
												
													
														|  |            </span>
 |  |            </span>
 | 
											
												
													
														|  |             <!-- U8生成运费发票号 -->
 |  |             <!-- U8生成运费发票号 -->
 | 
											
												
													
														|  |             <span slot="u8Invoice" slot-scope="text, record, index">
 |  |             <span slot="u8Invoice" slot-scope="text, record, index">
 | 
											
										
											
												
													
														|  | @@ -507,6 +507,9 @@
 | 
											
												
													
														|  |          this.incidentTicketChildrenTable.dataSource.map(item=>{
 |  |          this.incidentTicketChildrenTable.dataSource.map(item=>{
 | 
											
												
													
														|  |            item.zhanghaoId = record.zhanghaoId
 |  |            item.zhanghaoId = record.zhanghaoId
 | 
											
												
													
														|  |          })
 |  |          })
 | 
											
												
													
														|  | 
 |  | +      },
 | 
											
												
													
														|  | 
 |  | +      changepracticalSum(record){
 | 
											
												
													
														|  | 
 |  | +        record = Number(record.practicalSum)
 | 
											
												
													
														|  |        },
 |  |        },
 | 
											
												
													
														|  |         //关闭
 |  |         //关闭
 | 
											
												
													
														|  |         handleCancel(){
 |  |         handleCancel(){
 |