| 
					
				 | 
			
			
				@@ -14,10 +14,10 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     @click="$refs.report.openDialog()">报表设计 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 </el-button> --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <el-button v-if="!editDisabled" class="el-button--small-yh" type="success" size="small" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    :disabled="isSaveBtn || form.firstStatus != '审核通过' || form.orderStatus == '已结算'" @click="submitFee">确认付款 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    :disabled="isSaveBtn || form.firstStatus != '审核通过' || form.orderStatus == '已确认'" @click="submitFee">确认付款 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 </el-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <el-button v-if="!editDisabled" class="el-button--small-yh" type="warning" size="small" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    :disabled="isSaveBtn || form.firstStatus != '审核通过' || form.orderStatus != '已结算'" @click="revokeFee">撤销付款 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    :disabled="isSaveBtn || form.firstStatus != '审核通过' || form.orderStatus != '已确认'" @click="revokeFee">撤销付款 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 </el-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <el-button v-if="!editDisabled" class="el-button--small-yh" type="danger" size="small" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     :disabled="isSaveBtn || form.firstStatus != '审核通过'" @click="revokeApplication">撤销申请付款 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -118,7 +118,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         prop: "businessDate", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         type: "date", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         format: "yyyy-MM-dd", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                        valueFormat: "yyyy-MM-dd 00:00:00", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        valueFormat: "yyyy-MM-dd HH:mm:ss", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         disabled: false, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         rules: [{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             required: true, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -139,7 +139,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         label: '当天汇率', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         prop: "exchangeRate", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                        disabled: false, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        disabled: true, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         label: '实付金额', 
			 |