|  | @@ -362,9 +362,11 @@ module.exports = app => {
 | 
	
		
			
				|  |  |                          // 清单表页赋值
 | 
	
		
			
				|  |  |                          for (const au in change.userGroups) {
 | 
	
		
			
				|  |  |                              if (change.userGroups[au][0].audit_order !== 0) {
 | 
	
		
			
				|  |  | -                                cl['audit_amount_' + change.userGroups[au][0].audit_order] = change.shenpiPower &&
 | 
	
		
			
				|  |  | -                                ctx.helper._.findIndex(change.userGroups[au], { uid: ctx.session.sessionUser.accountId }) !== -1 ?
 | 
	
		
			
				|  |  | -                                    cl.spamount : (audit_amount[au - 1] !== undefined ? parseFloat(audit_amount[au - 1]) : null);
 | 
	
		
			
				|  |  | +                                cl['audit_amount_' + change.userGroups[au][0].audit_order] =
 | 
	
		
			
				|  |  | +                                    (change.userGroups[au][0].audit_type === auditType.key.and &&
 | 
	
		
			
				|  |  | +                                        ctx.helper._.findIndex(change.userGroups[0], { status: audit.change.status.checked }) !== -1) ||
 | 
	
		
			
				|  |  | +                                    (change.shenpiPower && ctx.helper._.findIndex(change.userGroups[au], { uid: ctx.session.sessionUser.accountId }) !== -1) ?
 | 
	
		
			
				|  |  | +                                        cl.spamount : (audit_amount[au - 1] !== undefined ? parseFloat(audit_amount[au - 1]) : null);
 | 
	
		
			
				|  |  |                              }
 | 
	
		
			
				|  |  |                          }
 | 
	
		
			
				|  |  |                      }
 |