|  | @@ -65,6 +65,7 @@ export type AppTaskRecordItem = {
 | 
	
		
			
				|  |  |  	cs ?: string;
 | 
	
		
			
				|  |  |  	ts ?: string;
 | 
	
		
			
				|  |  |  	recorder ?: string;
 | 
	
		
			
				|  |  | +	measuredvaluemax ?: string;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  export type AppTaskPhoto = {
 | 
	
	
		
			
				|  | @@ -108,6 +109,8 @@ export type AppTaskKeyProcess = {
 | 
	
		
			
				|  |  |  	cs ?: string;
 | 
	
		
			
				|  |  |  	ts ?: string;
 | 
	
		
			
				|  |  |  	operator ?: string;
 | 
	
		
			
				|  |  | +	result ?: string;
 | 
	
		
			
				|  |  | +	memo ?: string;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  export type UploadImg = {
 | 
	
	
		
			
				|  | @@ -799,7 +802,7 @@ export const uploadDataToAPI = async (gxpk : string, callback ?: () => void) : P
 | 
	
		
			
				|  |  |  				});
 | 
	
		
			
				|  |  |  				uni.showToast({
 | 
	
		
			
				|  |  |  					title: `上传成功`,
 | 
	
		
			
				|  |  | -					icon: 'success'
 | 
	
		
			
				|  |  | +					icon: ''
 | 
	
		
			
				|  |  |  				});
 | 
	
		
			
				|  |  |  			} else {
 | 
	
		
			
				|  |  |  				const errorMsg = requestResult?.['msg'] as string ?? '未知错误';
 |