| 
					
				 | 
			
			
				@@ -80,27 +80,27 @@ class Merchant 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             if ($data['status'] == 1) {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 $url = Dever::url('project/database/list?project=pay&table=yspay_cash&search_option_merchant_id='.$data['id'].'&search_option_account_id='.$data['account_id'].'&parent='.$parent, 'manage');
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                $html .= '  <a style="cursor:pointer" href="'.$url.'">资金流水</a>';
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                $html .= '  <a style="cursor:pointer" href="'.$url.'">[资金流水]</a>';
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             }
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             if ($data['status'] == 2) {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 $url = Dever::url('project/database/update?project=pay&table=yspay_sign&search_option_merchant_id='.$data['id'].'&search_option_account_id='.$data['account_id'].'&where_id='.$data['id'].'&parent='.$parent, 'manage');
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                $html .= '  <a style="cursor:pointer" onclick="fastEdit($(this),\''.$url.'\',\'签约资料\', \'\')">签约资料</a>';
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                $html .= '  <a style="cursor:pointer" onclick="fastEdit($(this),\''.$url.'\',\'签约资料\', \'\')">[签约资料]</a>';
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 if ($step == -1) {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     $content = '';
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     $title = '';
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     $url = Dever::url('pay/yspay/sign.handle?sign_id=' . $data['id']);
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    $html .= '  <a style="cursor:pointer" href="javascript:;" onclick="load(\'' . $url . '\', \'' . $content . '\', \'' . $title . '\')">签约提审</a>';
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    $html .= '  <a style="cursor:pointer" href="javascript:;" onclick="load(\'' . $url . '\', \'' . $content . '\', \'' . $title . '\')">[签约提审]</a>';
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 }
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 if ($step == 2) {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     $url = Dever::url('project/database/update?project=pay&table=yspay_sign&col=cashwhere_id='.$data['id'], 'manage');
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    $html .= '  <a style="cursor:pointer" onclick="fastEdit($(this),\''.$url.'\',\'签约打款\', \'\')">签约打款</a>';
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    $html .= '  <a style="cursor:pointer" onclick="fastEdit($(this),\''.$url.'\',\'签约打款\', \'\')">[签约打款]</a>';
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 }
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 if ($step == 4) {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     $url = Dever::load('pay/yspay/sign.getAgreement', $data['id']);
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    $html .= '  <a style="cursor:pointer" data-clipboard-text="'.$url.'" class="clipboard"><button type="button" class="btn btn-info btn-rounded waves-effect waves-light m-b-5 ">签约合同</button></a>';
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    $html .= '  <a style="cursor:pointer" data-clipboard-text="'.$url.'" class="clipboard"><button type="button" class="btn btn-info btn-rounded waves-effect waves-light m-b-5 ">[签约合同]</button></a>';
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 }
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             }
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             return $html;
 
			 |