|  | @@ -576,7 +576,7 @@ export default {
 | 
											
												
													
														|  |        detailWarehouseModify(id).then(res => {
 |  |        detailWarehouseModify(id).then(res => {
 | 
											
												
													
														|  |          this.form = res.data
 |  |          this.form = res.data
 | 
											
												
													
														|  |          this.feeList = res.data.tWarehousebillsfees
 |  |          this.feeList = res.data.tWarehousebillsfees
 | 
											
												
													
														|  | -        this.formfeesList = res.data.warehousebillsfeesModifyList
 |  | 
 | 
											
												
													
														|  | 
 |  | +        this.formfeesList = res.data.warehousebillsfeesModifyList? res.data.warehousebillsfeesModifyList:[]
 | 
											
												
													
														|  |        })
 |  |        })
 | 
											
												
													
														|  |        this.disabledtwo = true
 |  |        this.disabledtwo = true
 | 
											
												
													
														|  |        this.title = "查看订单";
 |  |        this.title = "查看订单";
 | 
											
										
											
												
													
														|  | @@ -754,7 +754,7 @@ export default {
 | 
											
												
													
														|  |        detailWarehouseModify(id).then(res => {
 |  |        detailWarehouseModify(id).then(res => {
 | 
											
												
													
														|  |          this.form = res.data
 |  |          this.form = res.data
 | 
											
												
													
														|  |          this.feeList = res.data.tWarehousebillsfees
 |  |          this.feeList = res.data.tWarehousebillsfees
 | 
											
												
													
														|  | -        this.formfeesList = res.data.warehousebillsfeesModifyList
 |  | 
 | 
											
												
													
														|  | 
 |  | +        this.formfeesList = res.data.warehousebillsfeesModifyList?res.data.warehousebillsfeesModifyList: []
 | 
											
												
													
														|  |          this.$nextTick(() => {
 |  |          this.$nextTick(() => {
 | 
											
												
													
														|  |            this.$refs.addOrUpdateRef.init()
 |  |            this.$refs.addOrUpdateRef.init()
 | 
											
												
													
														|  |          })
 |  |          })
 |