|  | @@ -1685,12 +1685,19 @@ export default {
 | 
	
		
			
				|  |  |          this.oldFeesList = this.deepClone(this.advantageProjectData)
 | 
	
		
			
				|  |  |          this.oldUploadList = this.deepClone(this.bankOfDepositData)
 | 
	
		
			
				|  |  |          if (isCopy) {
 | 
	
		
			
				|  |  | +            // 复制的处理数据
 | 
	
		
			
				|  |  |            this.$set(this.form, 'orderStatus', '录入')
 | 
	
		
			
				|  |  |            this.form.status = 0
 | 
	
		
			
				|  |  |            this.browse = false
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |              // 复制的数据要清除 生产时间
 | 
	
		
			
				|  |  |              this.form.actualDeliveryDate = null
 | 
	
		
			
				|  |  | +            // 已收款复制零
 | 
	
		
			
				|  |  | +            this.form.settlmentAmount = 0
 | 
	
		
			
				|  |  | +            this.form.thisUsedProfit = 0
 | 
	
		
			
				|  |  | +            this.form.purchaseStatus = null
 | 
	
		
			
				|  |  | +            this.form.receivingStatus = null
 | 
	
		
			
				|  |  | +            this.form.specialCheckStatus = 0
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |            delete this.form.id
 | 
	
		
			
				|  |  |            delete this.form.orgOrderNo
 |