|  | @@ -927,7 +927,7 @@ export default {
 | 
	
		
			
				|  |  |          this.form.totalQuantity += Number(item.actualQuantity)
 | 
	
		
			
				|  |  |          this.form.totalCost += Number(item.deliveryAmount)
 | 
	
		
			
				|  |  |          // 出库数量和出库金额的比例
 | 
	
		
			
				|  |  | -        this.$set(item, 'scale', (item.deliveryAmount / item.actualQuantity))
 | 
	
		
			
				|  |  | +        // this.$set(item, 'scale', (item.deliveryAmount / item.actualQuantity))
 | 
	
		
			
				|  |  |          delete item.id
 | 
	
		
			
				|  |  |          delete item.pid
 | 
	
		
			
				|  |  |          delete item.createTime
 | 
	
	
		
			
				|  | @@ -995,7 +995,7 @@ export default {
 | 
	
		
			
				|  |  |            this.form.deliveryAmount += Number(item.deliveryAmount)
 | 
	
		
			
				|  |  |            this.form.totalQuantity += Number(item.actualQuantity)
 | 
	
		
			
				|  |  |            // 出库金额和出库数量的比例
 | 
	
		
			
				|  |  | -          this.$set(item, 'scale', (item.deliveryAmount / item.actualQuantity))
 | 
	
		
			
				|  |  | +          // this.$set(item, 'scale', (item.deliveryAmount / item.actualQuantity))
 | 
	
		
			
				|  |  |          })
 | 
	
		
			
				|  |  |          if (this.form.companyName) {
 | 
	
		
			
				|  |  |            this.companyConfiguration.dicData = this.companyConfiguration.dicData.concat(this.form.companyName)
 | 
	
	
		
			
				|  | @@ -1599,7 +1599,7 @@ export default {
 | 
	
		
			
				|  |  |            if (contrastObj(this.form, this.oldForm) ||
 | 
	
		
			
				|  |  |              contrastList(getGoodsList, this.oldGoodsList) ||
 | 
	
		
			
				|  |  |              contrastList(getGiftList, this.oldGiftList) ||
 | 
	
		
			
				|  |  | -            contrastList(getFeeList, this.oldFeesList) ||
 | 
	
		
			
				|  |  | +            // contrastList(getFeeList, this.oldFeesList) ||
 | 
	
		
			
				|  |  |              contrastList(this.bankOfDepositData, this.oldUploadList)
 | 
	
		
			
				|  |  |            ) {
 | 
	
		
			
				|  |  |              this.$confirm("数据发生变化未有提交记录, 是否保存?", "提示", {
 |